diff options
author | dependabot[bot] | 2023-09-04 21:42:47 +0000 |
---|---|---|
committer | vitalyster | 2023-09-05 04:07:18 +0300 |
commit | 46e7decd0a5fe019ae8e86fecc6c7a8dd360aa48 (patch) | |
tree | ca0ec4844d32bed25d937b33f8821c7c9034fc26 | |
parent | 96cec240b20dcf52d2ad19c9e98620065631df44 (diff) |
build(deps): bump react-hook-form from 7.45.4 to 7.46.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.4 to 7.46.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.45.4...v7.46.1)
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 d0de4f3a..cf252ce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-cookie": "^6.1.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.46.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.15.0", "svg4everybody": "^2.1.9", @@ -16201,9 +16201,9 @@ } }, "node_modules/react-hook-form": { - "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==", + "version": "7.46.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", + "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==", "engines": { "node": ">=12.22.0" }, @@ -30700,9 +30700,9 @@ } }, "react-hook-form": { - "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==", + "version": "7.46.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", + "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 2e912094..b05acab3 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "react-cookie": "^6.1.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.46.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.15.0", "svg4everybody": "^2.1.9", |