aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-01-16 21:40:52 +0000
committerGravatar vitalyster2023-01-17 10:55:43 +0300
commit650f80d76208788140907ef5f829236e1a6360d6 (patch)
tree02139b4833994c69aab2107ba9ce539207933fc2 /vnext
parent583e26cf301500f07888da9ec254edbef20878e8 (diff)
build(deps): bump react-hook-form from 7.42.0 to 7.42.1 in /vnext
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.42.0 to 7.42.1. - [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.42.0...v7.42.1) --- 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 d2c383d2..6362a2d9 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -28,7 +28,7 @@
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
- "react-hook-form": "^7.42.0",
+ "react-hook-form": "^7.42.1",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.6.2",
"react-use": "^17.4.0",
@@ -14044,9 +14044,9 @@
}
},
"node_modules/react-hook-form": {
- "version": "7.42.0",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.0.tgz",
- "integrity": "sha512-XDEjSUZmT68FOSv2FaD3XlN1sa2HB9vIQ9SVKsogGrHUY43o2aANQDC9LgHa4zusqCMKLG3qitpTcEhpYWHBFw==",
+ "version": "7.42.1",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.1.tgz",
+ "integrity": "sha512-2UIGqwMZksd5HS55crTT1ATLTr0rAI4jS7yVuqTaoRVDhY2Qc4IyjskCmpnmdYqUNOYFy04vW253tb2JRVh+IQ==",
"engines": {
"node": ">=12.22.0"
},
@@ -27299,9 +27299,9 @@
}
},
"react-hook-form": {
- "version": "7.42.0",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.0.tgz",
- "integrity": "sha512-XDEjSUZmT68FOSv2FaD3XlN1sa2HB9vIQ9SVKsogGrHUY43o2aANQDC9LgHa4zusqCMKLG3qitpTcEhpYWHBFw==",
+ "version": "7.42.1",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.1.tgz",
+ "integrity": "sha512-2UIGqwMZksd5HS55crTT1ATLTr0rAI4jS7yVuqTaoRVDhY2Qc4IyjskCmpnmdYqUNOYFy04vW253tb2JRVh+IQ==",
"requires": {}
},
"react-hot-toast": {
diff --git a/vnext/package.json b/vnext/package.json
index 080f22c3..b5156fce 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -68,7 +68,7 @@
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
- "react-hook-form": "^7.42.0",
+ "react-hook-form": "^7.42.1",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.6.2",
"react-use": "^17.4.0",