diff options
author | dependabot[bot] | 2023-07-17 21:54:05 +0000 |
---|---|---|
committer | vitalyster | 2023-07-18 09:56:14 +0300 |
commit | 412498d925fa26e3caad01b1a33f82f0905080c4 (patch) | |
tree | 17f42a076faa5e7e631ec7e0c7d612da17da8d4e | |
parent | bca4e289d1bacde0189d66f4a55ca8f8386d9b9d (diff) |
build(deps): bump react-hook-form from 7.45.1 to 7.45.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.1 to 7.45.2.
- [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.1...v7.45.2)
---
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>
-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 9e85301e..20276cca 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.1", + "react-hook-form": "^7.45.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.14.2", "svg4everybody": "^2.1.9", @@ -16220,9 +16220,9 @@ } }, "node_modules/react-hook-form": { - "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==", + "version": "7.45.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.2.tgz", + "integrity": "sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A==", "engines": { "node": ">=12.22.0" }, @@ -30583,9 +30583,9 @@ } }, "react-hook-form": { - "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==", + "version": "7.45.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.2.tgz", + "integrity": "sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 07534734..357b0ca2 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.45.1", + "react-hook-form": "^7.45.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.14.2", "svg4everybody": "^2.1.9", |