diff options
author | dependabot[bot] | 2024-05-27 22:03:12 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2024-05-28 08:01:44 +0300 |
commit | 0dc67d5ce3d9c17a855074770d7cccba92dff1c5 (patch) | |
tree | f67cc9311776e21ce60ac7d498dfb1da912147c3 | |
parent | 59621c2d72de8c78db115e0098af93b3eacbfba1 (diff) |
build(deps): bump react-hook-form from 7.51.4 to 7.51.5
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.4 to 7.51.5.
- [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.51.4...v7.51.5)
---
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 cec062d5..657b5344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-content-loader": "^7.0.0", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.51.5", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.23.1", "svg4everybody": "^2.1.9", @@ -16524,9 +16524,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", - "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 961d0f12..591872c6 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-content-loader": "^7.0.0", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.51.5", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.23.1", "svg4everybody": "^2.1.9", |