aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-11-28 17:02:03 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commit1e022179957fb513cec5cd5e00474c4135cd7132 (patch)
tree9db7e8d85cf2cfcc7ee75077c1e681eb7ee47797 /vnext
parent82d5f82564e6ba37ba015212951badab630e3532 (diff)
Bump react-hook-form from 7.39.5 to 7.39.7
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.39.5 to 7.39.7. - [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.5...v7.39.7) --- 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 720a8a6a..325c46ca 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.39.5",
+ "react-hook-form": "^7.39.7",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.4.3",
"react-use": "^17.4.0",
@@ -13928,9 +13928,9 @@
}
},
"node_modules/react-hook-form": {
- "version": "7.39.5",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.5.tgz",
- "integrity": "sha512-OE0HKyz5IPc6svN2wd+e+evidZrw4O4WZWAWYzQVZuHi+hYnHFSLnxOq0ddjbdmaLIsLHut/ab7j72y2QT3+KA==",
+ "version": "7.39.7",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.7.tgz",
+ "integrity": "sha512-RT0NE1uW1bY3nAuMdzfqHrpv2+sICVFaxBOvNJsCva4if2sxPxcyJy/CSqU56UXqAdRg724CNDhjMYPSHSF3rg==",
"engines": {
"node": ">=12.22.0"
},
@@ -27055,9 +27055,9 @@
}
},
"react-hook-form": {
- "version": "7.39.5",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.5.tgz",
- "integrity": "sha512-OE0HKyz5IPc6svN2wd+e+evidZrw4O4WZWAWYzQVZuHi+hYnHFSLnxOq0ddjbdmaLIsLHut/ab7j72y2QT3+KA==",
+ "version": "7.39.7",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.7.tgz",
+ "integrity": "sha512-RT0NE1uW1bY3nAuMdzfqHrpv2+sICVFaxBOvNJsCva4if2sxPxcyJy/CSqU56UXqAdRg724CNDhjMYPSHSF3rg==",
"requires": {}
},
"react-hot-toast": {
diff --git a/vnext/package.json b/vnext/package.json
index 4d7fc4fa..85a8287e 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.39.5",
+ "react-hook-form": "^7.39.7",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.4.3",
"react-use": "^17.4.0",