diff options
author | dependabot[bot] | 2024-07-08 21:42:38 +0000 |
---|---|---|
committer | vitalyster | 2024-07-09 09:23:18 +0300 |
commit | 0f4df12d8efbc49aacaccba25c87c8c39538a0d2 (patch) | |
tree | 062b10c71c037ba4f4d338938056d34d3946b059 | |
parent | 2073c7f66ac277c1ba18abfe659544caa28ecad8 (diff) |
build(deps): bump react-hook-form from 7.52.0 to 7.52.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.0 to 7.52.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.52.0...v7.52.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 c54bd9f3..29a08525 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.0", + "react-hook-form": "^7.52.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.24.0", "svg4everybody": "^2.1.9", @@ -16444,9 +16444,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", - "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", + "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==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 961eb172..5f4d7301 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.0", + "react-hook-form": "^7.52.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.24.0", "svg4everybody": "^2.1.9", |