diff options
author | dependabot[bot] | 2023-05-29 22:00:59 +0000 |
---|---|---|
committer | vitalyster | 2023-05-30 01:03:45 +0300 |
commit | 2ef170a70ccc4cd0f5c7f9ab6a883b0c0b49f0a1 (patch) | |
tree | 299b5e2456cb787b1844fd29bbe1c4cd2cd3a23c | |
parent | 708d7fe2411130cbe3f71e7613fb5e71b6217dbd (diff) |
build(deps): bump react-hook-form from 7.43.9 to 7.44.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.9 to 7.44.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.43.9...v7.44.2)
---
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 ed354080..f37ee3d3 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.9", + "react-hook-form": "^7.44.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.11.2", "svg4everybody": "^2.1.9", @@ -15676,9 +15676,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "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==", "engines": { "node": ">=12.22.0" }, @@ -29842,9 +29842,9 @@ } }, "react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "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==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 1e668bc6..8d23f91b 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.43.9", + "react-hook-form": "^7.44.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.11.2", "svg4everybody": "^2.1.9", |