diff options
author | dependabot[bot] | 2023-06-19 21:58:31 +0000 |
---|---|---|
committer | vitalyster | 2023-06-20 01:01:38 +0300 |
commit | a0f90df3596bff13e30f2c79ee7b380d1a339677 (patch) | |
tree | 3dc0bc348bfa867d26948579096584ae0dd145a2 | |
parent | 1025b76e898c5d041e77ba915c07079fb67da61f (diff) |
build(deps): bump react-hook-form from 7.44.3 to 7.45.0
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.44.3 to 7.45.0.
- [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.3...v7.45.0)
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index c295fcf1..10dd2c58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.44.3", + "react-hook-form": "^7.45.0", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.13.0", "svg4everybody": "^2.1.9", @@ -15635,9 +15635,9 @@ } }, "node_modules/react-hook-form": { - "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==", + "version": "7.45.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.0.tgz", + "integrity": "sha512-AbHeZ4ad+0dEIknSW9dBgIwcvRDfZ1O97sgj75WaMdOX0eg8TBiUf9wxzVkIjZbk76BBIE9lmFOzyD4PN80ZQg==", "engines": { "node": ">=12.22.0" }, @@ -29738,9 +29738,9 @@ } }, "react-hook-form": { - "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==", + "version": "7.45.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.0.tgz", + "integrity": "sha512-AbHeZ4ad+0dEIknSW9dBgIwcvRDfZ1O97sgj75WaMdOX0eg8TBiUf9wxzVkIjZbk76BBIE9lmFOzyD4PN80ZQg==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 53207b34..340bb9ea 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.44.3", + "react-hook-form": "^7.45.0", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.13.0", "svg4everybody": "^2.1.9", |