diff options
author | dependabot[bot] | 2024-11-11 21:24:26 +0000 |
---|---|---|
committer | vitalyster | 2024-11-12 03:14:58 -0800 |
commit | a0f94efd2dff58d5e3ec6386eb020e339c8bbf59 (patch) | |
tree | 38581660be22748da3bfe1127bf97305e02deada | |
parent | e4e4173c6fcc25af405fe5d1b56a6fb9c619f5ef (diff) |
build(deps): bump react-hook-form from 7.53.1 to 7.53.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.53.1 to 7.53.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.53.1...v7.53.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.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 2ad06080..d20591c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.53.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.27.0", "sequelize": "^6.37.5", @@ -18227,9 +18227,9 @@ } }, "node_modules/react-hook-form": { - "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==", + "version": "7.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 97708643..aefa4196 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.1", + "react-hook-form": "^7.53.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.27.0", "sequelize": "^6.37.5", |