diff options
author | dependabot[bot] | 2023-08-07 21:58:13 +0000 |
---|---|---|
committer | vitalyster | 2023-08-09 21:13:55 +0300 |
commit | a2c96749062b861a16ce7cf50d5dd3e019885220 (patch) | |
tree | fbc67a210828c3c5ab77b087195144e08aaff27d | |
parent | 91ee19e8df9e116c1b0df6c8aecbde081508dfd0 (diff) |
build(deps): bump react-hook-form from 7.45.2 to 7.45.4
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.2 to 7.45.4.
- [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.45.2...v7.45.4)
---
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 | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index b8e54798..cceb6752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.45.2", + "react-hook-form": "^7.45.4", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.14.2", "svg4everybody": "^2.1.9", @@ -16156,9 +16156,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.45.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.2.tgz", - "integrity": "sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A==", + "version": "7.45.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", + "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", "engines": { "node": ">=12.22.0" }, @@ -30591,9 +30591,9 @@ } }, "react-hook-form": { - "version": "7.45.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.2.tgz", - "integrity": "sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A==", + "version": "7.45.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", + "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 83230a56..ecae4826 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.45.2", + "react-hook-form": "^7.45.4", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.14.2", "svg4everybody": "^2.1.9", |