diff options
author | dependabot[bot] | 2023-03-30 21:58:38 +0000 |
---|---|---|
committer | vitalyster | 2023-03-31 03:10:52 +0300 |
commit | bd0bc0c846df0e53c54eafc30ca21dd821595a4b (patch) | |
tree | 681f41d1963679acd10ad59e2d579977fa3ae86f /package-lock.json | |
parent | 069c1bc3f448a2d2b99866c8d433e5c7c03dc1dc (diff) |
build(deps): bump react-hook-form from 7.43.8 to 7.43.9
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.8 to 7.43.9.
- [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.43.8...v7.43.9)
---
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 33348c0c..79459421 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.43.8", + "react-hook-form": "^7.43.9", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.10.0", "svg4everybody": "^2.1.9", @@ -15293,9 +15293,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.8.tgz", - "integrity": "sha512-BQm+Ge5KjTk1EchDBRhdP8Pkb7MArO2jFF+UWYr3rtvh6197khi22uloLqlWeuY02ItlCzPunPsFt1/q9wQKnw==", + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", "engines": { "node": ">=12.22.0" }, @@ -29199,9 +29199,9 @@ } }, "react-hook-form": { - "version": "7.43.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.8.tgz", - "integrity": "sha512-BQm+Ge5KjTk1EchDBRhdP8Pkb7MArO2jFF+UWYr3rtvh6197khi22uloLqlWeuY02ItlCzPunPsFt1/q9wQKnw==", + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", "requires": {} }, "react-hot-toast": { |