diff options
author | dependabot[bot] | 2024-04-01 21:54:45 +0000 |
---|---|---|
committer | vitalyster | 2024-04-02 07:53:00 +0300 |
commit | c9fb8920e54a9b56de4385b8b862c9e2df9e136a (patch) | |
tree | faf2429e57ed4926b7f84e11f30ecc46f8851ffb | |
parent | 8d91efc2094f1ee605637ce76eab6faf6f5a7f66 (diff) |
build(deps): bump react-hook-form from 7.51.1 to 7.51.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.1 to 7.51.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.51.1...v7.51.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 5cf7ef9b..bcca9822 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-content-loader": "^7.0.0", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.51.1", + "react-hook-form": "^7.51.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.22.3", "svg4everybody": "^2.1.9", @@ -16213,9 +16213,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.1.tgz", - "integrity": "sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w==", + "version": "7.51.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.2.tgz", + "integrity": "sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index a03c7bab..8aa6bed3 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-content-loader": "^7.0.0", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.51.1", + "react-hook-form": "^7.51.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.22.3", "svg4everybody": "^2.1.9", |