diff options
author | dependabot[bot] | 2023-02-07 21:46:01 +0000 |
---|---|---|
committer | vitalyster | 2023-02-08 17:29:48 +0300 |
commit | 7c4d9fee008f3044958ea38808f9cf60fee5618f (patch) | |
tree | daf7c4361ad20e474cacce556f6ce9cfa2fa2db9 /vnext | |
parent | bb12d75300f7c9c5fc0f6556a90279ec4622afd5 (diff) |
build(deps): bump react-hook-form from 7.43.0 to 7.43.1 in /vnext
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.0 to 7.43.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.43.0...v7.43.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 'vnext')
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 23c53037..556f2c0f 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -28,7 +28,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.0", + "react-hook-form": "^7.43.1", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.8.1", "react-use": "^17.4.0", @@ -14538,9 +14538,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", - "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "version": "7.43.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz", + "integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==", "engines": { "node": ">=12.22.0" }, @@ -28060,9 +28060,9 @@ } }, "react-hook-form": { - "version": "7.43.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", - "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "version": "7.43.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz", + "integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index c7603794..a97c42f2 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -68,7 +68,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.0", + "react-hook-form": "^7.43.1", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.8.1", "react-use": "^17.4.0", |