Bump react-hook-form from 7.44.2 to 7.44.3
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.44.2 to 7.44.3. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.44.2...v7.44.3) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
139a7a636e
commit
c2acb17600
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -38,7 +38,7 @@
|
|||
"react-form-with-constraints": "^0.16.0",
|
||||
"react-form-with-constraints-bootstrap4": "^0.16.1",
|
||||
"react-google-maps": "^9.4.5",
|
||||
"react-hook-form": "^7.44.2",
|
||||
"react-hook-form": "^7.44.3",
|
||||
"react-i18next": "^12.3.1",
|
||||
"react-router-dom": "^6.11.2",
|
||||
"react-scripts": "5.0.1",
|
||||
|
@ -17301,9 +17301,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-hook-form": {
|
||||
"version": "7.44.2",
|
||||
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.2.tgz",
|
||||
"integrity": "sha512-IyihmIbCwzDI/iqlecTRa7+4BCnzNx40upSlGvIU7qwENhTf6APatm4bmL9ANtWKPYlD67SIlxfls7GwCUe+Lg==",
|
||||
"version": "7.44.3",
|
||||
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.3.tgz",
|
||||
"integrity": "sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==",
|
||||
"engines": {
|
||||
"node": ">=12.22.0"
|
||||
},
|
||||
|
@ -33185,9 +33185,9 @@
|
|||
}
|
||||
},
|
||||
"react-hook-form": {
|
||||
"version": "7.44.2",
|
||||
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.2.tgz",
|
||||
"integrity": "sha512-IyihmIbCwzDI/iqlecTRa7+4BCnzNx40upSlGvIU7qwENhTf6APatm4bmL9ANtWKPYlD67SIlxfls7GwCUe+Lg==",
|
||||
"version": "7.44.3",
|
||||
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.3.tgz",
|
||||
"integrity": "sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==",
|
||||
"requires": {}
|
||||
},
|
||||
"react-i18next": {
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"react-form-with-constraints": "^0.16.0",
|
||||
"react-form-with-constraints-bootstrap4": "^0.16.1",
|
||||
"react-google-maps": "^9.4.5",
|
||||
"react-hook-form": "^7.44.2",
|
||||
"react-hook-form": "^7.44.3",
|
||||
"react-i18next": "^12.3.1",
|
||||
"react-router-dom": "^6.11.2",
|
||||
"react-scripts": "5.0.1",
|
||||
|
|
Loading…
Reference in a new issue