aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-01-04 17:02:24 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commit4dbed629c4e6ac14f53120d80a282f4a69896fda (patch)
treefd1f7c3065809f41b7ea759c2b2b439638470759 /vnext
parent11dfeaf66d0692311b38a893c5e5d0d04cab07e1 (diff)
Bump react-hook-form from 7.41.3 to 7.41.5
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.41.3 to 7.41.5. - [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.3...v7.41.5) --- 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 307731d7..dc705c2d 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.3",
+ "react-hook-form": "^7.41.5",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.6.1",
"react-use": "^17.4.0",
@@ -13981,9 +13981,9 @@
}
},
"node_modules/react-hook-form": {
- "version": "7.41.3",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.3.tgz",
- "integrity": "sha512-5QNTmqJtDb88WV5n41b6+AmcDMVyaJ3tccPgHAgS215w3jZ3bmJhDO27kNTr8u4YHNYXmS7p1/4/KachBAlUtw==",
+ "version": "7.41.5",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz",
+ "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==",
"engines": {
"node": ">=12.22.0"
},
@@ -27140,9 +27140,9 @@
}
},
"react-hook-form": {
- "version": "7.41.3",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.3.tgz",
- "integrity": "sha512-5QNTmqJtDb88WV5n41b6+AmcDMVyaJ3tccPgHAgS215w3jZ3bmJhDO27kNTr8u4YHNYXmS7p1/4/KachBAlUtw==",
+ "version": "7.41.5",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz",
+ "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==",
"requires": {}
},
"react-hot-toast": {
diff --git a/vnext/package.json b/vnext/package.json
index d67141b3..8412250d 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.3",
+ "react-hook-form": "^7.41.5",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.6.1",
"react-use": "^17.4.0",