diff options
author | dependabot[bot] | 2023-03-02 22:30:04 +0000 |
---|---|---|
committer | vitalyster | 2023-03-03 07:46:09 +0300 |
commit | 999dc2a46bc4e3bf520a64e47af4f157cd7eaa91 (patch) | |
tree | bbf7b02d5334035b30a08b9e67ffd2f74e38cfd2 /vnext | |
parent | 98633dc22c0f0e422cdd76098951a7f5b4d9beba (diff) |
build(deps): bump react-hook-form from 7.43.2 to 7.43.3 in /vnext
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.2 to 7.43.3.
- [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.2...v7.43.3)
---
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 af683549..22cf8f51 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.2", + "react-hook-form": "^7.43.3", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.8.2", "react-use": "^17.4.0", @@ -14467,9 +14467,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.2.tgz", - "integrity": "sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==", + "version": "7.43.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.3.tgz", + "integrity": "sha512-LV6Fixh+hirrl6dXbM78aB6n//82aKbsNbcofF3wc6nx1UJLu3Jj/gsg1E5C9iISnLX+du8VTUyBUz2aCy+H7w==", "engines": { "node": ">=12.22.0" }, @@ -28017,9 +28017,9 @@ } }, "react-hook-form": { - "version": "7.43.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.2.tgz", - "integrity": "sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==", + "version": "7.43.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.3.tgz", + "integrity": "sha512-LV6Fixh+hirrl6dXbM78aB6n//82aKbsNbcofF3wc6nx1UJLu3Jj/gsg1E5C9iISnLX+du8VTUyBUz2aCy+H7w==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index 28140708..50b0b72d 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.2", + "react-hook-form": "^7.43.3", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.8.2", "react-use": "^17.4.0", |