diff options
author | dependabot[bot] | 2023-06-28 21:30:02 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-07-01 09:01:41 +0300 |
commit | eedd71d8d919f482e0d1d659d704a3c552455504 (patch) | |
tree | a3ed12e76c36346a22b17708b28f702fd355d48a /package-lock.json | |
parent | a9479a577abc74e61a645755c5710f9cbe737422 (diff) |
build(deps): bump react-hook-form from 7.45.0 to 7.45.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.0 to 7.45.1.
- [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.45.0...v7.45.1)
---
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 558d00d4..4868f6d2 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.45.0", + "react-hook-form": "^7.45.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.14.0", "svg4everybody": "^2.1.9", @@ -15644,9 +15644,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.45.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.0.tgz", - "integrity": "sha512-AbHeZ4ad+0dEIknSW9dBgIwcvRDfZ1O97sgj75WaMdOX0eg8TBiUf9wxzVkIjZbk76BBIE9lmFOzyD4PN80ZQg==", + "version": "7.45.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.1.tgz", + "integrity": "sha512-6dWoFJwycbuFfw/iKMcl+RdAOAOHDiF11KWYhNDRN/OkUt+Di5qsZHwA0OwsVnu9y135gkHpTw9DJA+WzCeR9w==", "engines": { "node": ">=12.22.0" }, @@ -29744,9 +29744,9 @@ } }, "react-hook-form": { - "version": "7.45.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.0.tgz", - "integrity": "sha512-AbHeZ4ad+0dEIknSW9dBgIwcvRDfZ1O97sgj75WaMdOX0eg8TBiUf9wxzVkIjZbk76BBIE9lmFOzyD4PN80ZQg==", + "version": "7.45.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.1.tgz", + "integrity": "sha512-6dWoFJwycbuFfw/iKMcl+RdAOAOHDiF11KWYhNDRN/OkUt+Di5qsZHwA0OwsVnu9y135gkHpTw9DJA+WzCeR9w==", "requires": {} }, "react-hot-toast": { |