aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-12-19 17:03:28 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commit9131db6edcfc26741d88856342d71748405d1d3c (patch)
tree8081adddeb82dffc5fac6f518310d91841fe0469 /vnext
parent5dad0a211ac796c03c022c4ee6d18199ddce6715 (diff)
Bump react-hook-form from 7.40.0 to 7.41.0
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.40.0 to 7.41.0. - [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.40.0...v7.41.0) --- 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.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 e856a0b0..032e1022 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.40.0",
+ "react-hook-form": "^7.41.0",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.4.5",
"react-use": "^17.4.0",
@@ -14061,9 +14061,9 @@
}
},
"node_modules/react-hook-form": {
- "version": "7.40.0",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz",
- "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==",
+ "version": "7.41.0",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.0.tgz",
+ "integrity": "sha512-u1cHOXujr+AsNBoeCtcCuRwPh87mXAgKtXqd3qTCBgNFYzVZLXjYgLcynORpAgqhe24r5scucR8+6gfWaXBtHQ==",
"engines": {
"node": ">=12.22.0"
},
@@ -27273,9 +27273,9 @@
}
},
"react-hook-form": {
- "version": "7.40.0",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz",
- "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==",
+ "version": "7.41.0",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.0.tgz",
+ "integrity": "sha512-u1cHOXujr+AsNBoeCtcCuRwPh87mXAgKtXqd3qTCBgNFYzVZLXjYgLcynORpAgqhe24r5scucR8+6gfWaXBtHQ==",
"requires": {}
},
"react-hot-toast": {
diff --git a/vnext/package.json b/vnext/package.json
index 1b072982..1c384a58 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.40.0",
+ "react-hook-form": "^7.41.0",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.4.5",
"react-use": "^17.4.0",