diff options
author | dependabot[bot] | 2024-02-12 21:34:40 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2024-02-14 16:23:50 +0300 |
commit | c26bcf8a877f81906f08a3dbb7004e39a73adc66 (patch) | |
tree | 69d81c730ce5f682879507b872125731c19dfbc7 | |
parent | aee5780150a7347838e113b17312f3636c2701f2 (diff) |
build(deps): bump react-hook-form from 7.50.0 to 7.50.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.50.0 to 7.50.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.50.0...v7.50.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 2e48c540..f9cf2cf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-cookie": "^7.0.2", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.50.0", + "react-hook-form": "^7.50.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.22.0", "svg4everybody": "^2.1.9", @@ -16004,9 +16004,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.50.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", - "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", + "version": "7.50.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", + "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index f0358414..f0a0c0a0 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-cookie": "^7.0.2", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.50.0", + "react-hook-form": "^7.50.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.22.0", "svg4everybody": "^2.1.9", |