aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-12-28 17:02:14 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commit85b7d9d435963c0827a5c15257d188bc7346219c (patch)
tree7f65d5dd88fa17a1706d1d2a0ab5af178d5b2dfe /vnext
parent378282426f606cd3356be6b7434a035f74b068c7 (diff)
Bump react-hook-form from 7.41.1 to 7.41.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.41.1 to 7.41.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.41.1...v7.41.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.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index f97b7e16..bebe0d09 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.1",
+ "react-hook-form": "^7.41.2",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.6.1",
"react-use": "^17.4.0",
@@ -13953,9 +13953,9 @@
}
},
"node_modules/react-hook-form": {
- "version": "7.41.1",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.1.tgz",
- "integrity": "sha512-IHUozfwuqE+P201KIJwotMd+UCKqzIprseR8UUjz1jRupkZeubg0xyeMLIaT192zHv7vBBu9bibpNV5cIB4E9g==",
+ "version": "7.41.2",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.2.tgz",
+ "integrity": "sha512-Uz5kNlfkEZve0sr5y2LsxPDGN3eNDjjKb1XJgand1E5Ay0S3zWo8YcJQNGu88/Zs6JaFnrJqTXbSr6B2q7wllA==",
"engines": {
"node": ">=12.22.0"
},
@@ -27091,9 +27091,9 @@
}
},
"react-hook-form": {
- "version": "7.41.1",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.1.tgz",
- "integrity": "sha512-IHUozfwuqE+P201KIJwotMd+UCKqzIprseR8UUjz1jRupkZeubg0xyeMLIaT192zHv7vBBu9bibpNV5cIB4E9g==",
+ "version": "7.41.2",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.2.tgz",
+ "integrity": "sha512-Uz5kNlfkEZve0sr5y2LsxPDGN3eNDjjKb1XJgand1E5Ay0S3zWo8YcJQNGu88/Zs6JaFnrJqTXbSr6B2q7wllA==",
"requires": {}
},
"react-hot-toast": {
diff --git a/vnext/package.json b/vnext/package.json
index c3c700fe..66957240 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.1",
+ "react-hook-form": "^7.41.2",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.6.1",
"react-use": "^17.4.0",