diff options
author | dependabot[bot] | 2023-02-23 22:29:29 +0000 |
---|---|---|
committer | vitalyster | 2023-02-24 02:55:42 +0300 |
commit | 19973fa4268d0deaf328b5342b04e2158ab6a209 (patch) | |
tree | adc672020b83ed70879bb90844cf87d758bc5264 /vnext | |
parent | d6163725a194a888753cf1aac96adbb4129c4169 (diff) |
build(deps): bump react-hook-form from 7.43.1 to 7.43.2 in /vnext
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.1 to 7.43.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.1...v7.43.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>
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 27cc909c..59f3f5b6 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.1", + "react-hook-form": "^7.43.2", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.8.1", "react-use": "^17.4.0", @@ -14457,9 +14457,9 @@ } }, "node_modules/react-hook-form": { - "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==", + "version": "7.43.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.2.tgz", + "integrity": "sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==", "engines": { "node": ">=12.22.0" }, @@ -28000,9 +28000,9 @@ } }, "react-hook-form": { - "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==", + "version": "7.43.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.2.tgz", + "integrity": "sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index 4842577d..074b993b 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.1", + "react-hook-form": "^7.43.2", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.8.1", "react-use": "^17.4.0", |