diff options
author | dependabot[bot] | 2022-11-02 17:12:57 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 36c54e82ffd7a785c290393f35b2c2921683101c (patch) | |
tree | 90e772fe07a9488c57ea046e8bace847b3d66994 /vnext | |
parent | ea2b3ba89ac277396a6721984bec967f9880d6bc (diff) |
Bump react-hook-form from 7.38.0 to 7.39.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.38.0 to 7.39.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.38.0...v7.39.1)
---
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>
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 ef2126eb..325c8567 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -29,7 +29,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.38.0", + "react-hook-form": "^7.39.1", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.4.3", "react-use": "^17.4.0", @@ -15000,9 +15000,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.38.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.38.0.tgz", - "integrity": "sha512-gxWW1kMeru9xR1GoR+Iw4hA+JBOM3SHfr4DWCUKY0xc7Vv1MLsF109oHtBeWl9shcyPFx67KHru44DheN0XY5A==", + "version": "7.39.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.1.tgz", + "integrity": "sha512-MiF9PCILN5KulhSGbnjohMiTOrB47GerDTichMNP0y2cPUu1GTRFqbunOxCE9N1499YTLMV/ne4gFzqCp1rxrQ==", "engines": { "node": ">=12.22.0" }, @@ -28659,9 +28659,9 @@ } }, "react-hook-form": { - "version": "7.38.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.38.0.tgz", - "integrity": "sha512-gxWW1kMeru9xR1GoR+Iw4hA+JBOM3SHfr4DWCUKY0xc7Vv1MLsF109oHtBeWl9shcyPFx67KHru44DheN0XY5A==", + "version": "7.39.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.1.tgz", + "integrity": "sha512-MiF9PCILN5KulhSGbnjohMiTOrB47GerDTichMNP0y2cPUu1GTRFqbunOxCE9N1499YTLMV/ne4gFzqCp1rxrQ==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index a8d5346d..6730411b 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -96,7 +96,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.38.0", + "react-hook-form": "^7.39.1", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.4.3", "react-use": "^17.4.0", |