aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-12-13 21:33:41 +0000
committerGravatar vitalyster2023-12-14 01:32:26 +0300
commit14339027229bce5b3d67de6bf36e4e2b702e0468 (patch)
treef517aec2baa3fd4574c672ce298e9b950fe3de6c
parent5d5391be352b62bef60ecc007942dec1f61426b7 (diff)
build(deps): bump react-hook-form from 7.49.0 to 7.49.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.49.0 to 7.49.2. - [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.49.0...v7.49.2) --- 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>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 1cd780ff..4d7da59b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,7 @@
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
- "react-hook-form": "^7.49.0",
+ "react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.20.1",
"svg4everybody": "^2.1.9",
@@ -16300,9 +16300,9 @@
}
},
"node_modules/react-hook-form": {
- "version": "7.49.0",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.0.tgz",
- "integrity": "sha512-gf4qyY4WiqK2hP/E45UUT6wt3Khl49pleEVcIzxhLBrD6m+GMWtLRk0vMrRv45D1ZH8PnpXFwRPv0Pewske2jw==",
+ "version": "7.49.2",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz",
+ "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==",
"engines": {
"node": ">=18",
"pnpm": "8"
@@ -30651,9 +30651,9 @@
}
},
"react-hook-form": {
- "version": "7.49.0",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.0.tgz",
- "integrity": "sha512-gf4qyY4WiqK2hP/E45UUT6wt3Khl49pleEVcIzxhLBrD6m+GMWtLRk0vMrRv45D1ZH8PnpXFwRPv0Pewske2jw==",
+ "version": "7.49.2",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz",
+ "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==",
"requires": {}
},
"react-hot-toast": {
diff --git a/package.json b/package.json
index de6bbaa3..2f9ee2fc 100644
--- a/package.json
+++ b/package.json
@@ -104,7 +104,7 @@
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
- "react-hook-form": "^7.49.0",
+ "react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.20.1",
"svg4everybody": "^2.1.9",