diff options
author | dependabot[bot] | 2024-08-05 22:01:39 +0000 |
---|---|---|
committer | vitalyster | 2024-08-06 06:42:34 +0300 |
commit | edbd1976743531e49010cee19c2a71623ddf8f66 (patch) | |
tree | 7c8d57158f092f8968a059cf6612eac63e3d8bb5 | |
parent | 53347cdad2aa004108d387168a4159c2da8ec798 (diff) |
build(deps): bump react-hook-form from 7.52.1 to 7.52.2
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.1 to 7.52.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.52.1...v7.52.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 | 10 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 413126ac..1e1b7190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.52.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.26.0", "svg4everybody": "^2.1.9", @@ -16448,11 +16448,11 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", - "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 761d0a39..40813589 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.52.2", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.26.0", "svg4everybody": "^2.1.9", |