diff options
author | dependabot[bot] | 2024-10-21 21:50:57 +0000 |
---|---|---|
committer | vitalyster | 2024-10-21 22:13:34 -0700 |
commit | c501e928d156bb191f621c764d046a8a90f129d4 (patch) | |
tree | 07eb8f11903ae56e09a227214ffa81d1dba1bf72 | |
parent | 12ea62404df2239281880b9ace5b0b4ba2dbce57 (diff) |
build(deps): bump react-hook-form from 7.53.0 to 7.53.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.53.0 to 7.53.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.53.0...v7.53.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>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index e9ee2858..ebfc00b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.53.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.27.0", "sequelize": "^6.37.4", @@ -18014,9 +18014,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.53.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", - "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", + "version": "7.53.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", + "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index bb2287a1..4915c07b 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.53.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.27.0", "sequelize": "^6.37.4", |