diff options
author | dependabot[bot] | 2022-11-10 17:02:41 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 72c425855cb67056faffce96b9ee87db91a8325f (patch) | |
tree | 557ac93ec7aaf98f7db6450da242a299f593246b /vnext | |
parent | eabae4637513860eb17ba300e4a9f91c596d1ec6 (diff) |
Bump react-hook-form from 7.39.1 to 7.39.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.39.1 to 7.39.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.39.1...v7.39.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 7da004f8..fdaf6b93 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.39.1", + "react-hook-form": "^7.39.2", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.4.3", "react-use": "^17.4.0", @@ -13781,9 +13781,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.39.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.1.tgz", - "integrity": "sha512-MiF9PCILN5KulhSGbnjohMiTOrB47GerDTichMNP0y2cPUu1GTRFqbunOxCE9N1499YTLMV/ne4gFzqCp1rxrQ==", + "version": "7.39.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.2.tgz", + "integrity": "sha512-rCeCa1+sIcgI9PjgGmev9bVqHCwYwhjkbsXitr+giQ/P0mf/AGwUBtCdKC1lRu7egrxbLwqO9cWNWpXW4FrsHA==", "engines": { "node": ">=12.22.0" }, @@ -26748,9 +26748,9 @@ } }, "react-hook-form": { - "version": "7.39.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.1.tgz", - "integrity": "sha512-MiF9PCILN5KulhSGbnjohMiTOrB47GerDTichMNP0y2cPUu1GTRFqbunOxCE9N1499YTLMV/ne4gFzqCp1rxrQ==", + "version": "7.39.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.2.tgz", + "integrity": "sha512-rCeCa1+sIcgI9PjgGmev9bVqHCwYwhjkbsXitr+giQ/P0mf/AGwUBtCdKC1lRu7egrxbLwqO9cWNWpXW4FrsHA==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index 59e98779..c02a3ae5 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -66,7 +66,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.39.1", + "react-hook-form": "^7.39.2", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.4.3", "react-use": "^17.4.0", |