aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-11-21 17:08:08 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commitf92fcd6d631a1e02518f6de6d657d1197cc263fe (patch)
treef3a41b5b47e0507729f95e03ad1a694a8e8d7ba1 /vnext
parent88b7fceefac17a3998e4a27ba11b6beb923c976d (diff)
Bump react-hook-form from 7.39.4 to 7.39.5
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.39.4 to 7.39.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.39.4...v7.39.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 51e4bab5..fb7e0abc 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.4",
+ "react-hook-form": "^7.39.5",
"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.4",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.4.tgz",
- "integrity": "sha512-B0e78r9kR9L2M4A4AXGbHoA/vyv34sB/n8QWJAw33TFz8f5t9helBbYAeqnbvcQf1EYzJxKX/bGQQh9K+evCyQ==",
+ "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==",
"engines": {
"node": ">=12.22.0"
},
@@ -27055,9 +27055,9 @@
}
},
"react-hook-form": {
- "version": "7.39.4",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.4.tgz",
- "integrity": "sha512-B0e78r9kR9L2M4A4AXGbHoA/vyv34sB/n8QWJAw33TFz8f5t9helBbYAeqnbvcQf1EYzJxKX/bGQQh9K+evCyQ==",
+ "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==",
"requires": {}
},
"react-hot-toast": {
diff --git a/vnext/package.json b/vnext/package.json
index abe9fc5a..ea9215ef 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.4",
+ "react-hook-form": "^7.39.5",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.4.3",
"react-use": "^17.4.0",