aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-08-26 21:19:32 +0000
committerGravatar vitalyster2024-08-28 12:28:46 +0300
commit58d0865c4f3ea2a3bae74b2ed2f9ec02241f48b5 (patch)
tree470d5a388408f193d3eca3e5721a67618a0440e5
parentaa17f98453bb1900cd9b9fc03a029cba26fb5900 (diff)
build(deps): bump react-hook-form from 7.52.2 to 7.53.0
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.2 to 7.53.0. - [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.52.2...v7.53.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index afa41b4c..b84a49eb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25,7 +25,7 @@
"react-content-loader": "^7.0.2",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
- "react-hook-form": "^7.52.2",
+ "react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.26.1",
"svg4everybody": "^2.1.9",
@@ -16866,9 +16866,9 @@
}
},
"node_modules/react-hook-form": {
- "version": "7.52.2",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz",
- "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==",
+ "version": "7.53.0",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz",
+ "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==",
"engines": {
"node": ">=18.0.0"
},
diff --git a/package.json b/package.json
index 0ab79bd2..d3334004 100644
--- a/package.json
+++ b/package.json
@@ -83,7 +83,7 @@
"react-content-loader": "^7.0.2",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
- "react-hook-form": "^7.52.2",
+ "react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.26.1",
"svg4everybody": "^2.1.9",