diff options
author | dependabot[bot] | 2022-12-26 17:03:19 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 3619fb5fb1b039a5b3d6e51edb6f7f77e2b0f36f (patch) | |
tree | 8675538e2eff9d0aaf4db9902f1e25ff4975c973 | |
parent | b8e5f8a1b5a7cd6333911565617d897a0bad8c91 (diff) |
Bump react-hook-form from 7.41.0 to 7.41.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.41.0 to 7.41.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.41.0...v7.41.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>
-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 a43d6eff..41967ebe 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -27,7 +27,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.41.0", + "react-hook-form": "^7.41.1", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.6.1", "react-use": "^17.4.0", @@ -13947,9 +13947,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.41.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.0.tgz", - "integrity": "sha512-u1cHOXujr+AsNBoeCtcCuRwPh87mXAgKtXqd3qTCBgNFYzVZLXjYgLcynORpAgqhe24r5scucR8+6gfWaXBtHQ==", + "version": "7.41.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.1.tgz", + "integrity": "sha512-IHUozfwuqE+P201KIJwotMd+UCKqzIprseR8UUjz1jRupkZeubg0xyeMLIaT192zHv7vBBu9bibpNV5cIB4E9g==", "engines": { "node": ">=12.22.0" }, @@ -27085,9 +27085,9 @@ } }, "react-hook-form": { - "version": "7.41.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.0.tgz", - "integrity": "sha512-u1cHOXujr+AsNBoeCtcCuRwPh87mXAgKtXqd3qTCBgNFYzVZLXjYgLcynORpAgqhe24r5scucR8+6gfWaXBtHQ==", + "version": "7.41.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.1.tgz", + "integrity": "sha512-IHUozfwuqE+P201KIJwotMd+UCKqzIprseR8UUjz1jRupkZeubg0xyeMLIaT192zHv7vBBu9bibpNV5cIB4E9g==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index 4aeaa719..40c83571 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -67,7 +67,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.41.0", + "react-hook-form": "^7.41.1", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.6.1", "react-use": "^17.4.0", |