From 2bb3a5ac632f44460f903a511c5188a49370ef08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 06:05:34 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.43.5 to 7.45.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.5 to 7.45.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.43.5...v7.45.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e68c67fe..a33c03f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "next": "^13.4.7", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.43.5", + "react-hook-form": "^7.45.1", "react-icons": "^4.8.0", "rooks": "^7.11.2", "superjson": "^1.12.3", @@ -21175,9 +21175,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.5.tgz", - "integrity": "sha512-YcaXhuFHoOPipu5pC7ckxrLrialiOcU91pKu8P+isAcXZyMgByUK9PkI9j5fENO4+6XU5PwWXRGMIFlk9u9UBQ==", + "version": "7.45.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.1.tgz", + "integrity": "sha512-6dWoFJwycbuFfw/iKMcl+RdAOAOHDiF11KWYhNDRN/OkUt+Di5qsZHwA0OwsVnu9y135gkHpTw9DJA+WzCeR9w==", "engines": { "node": ">=12.22.0" }, @@ -40783,9 +40783,9 @@ } }, "react-hook-form": { - "version": "7.43.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.5.tgz", - "integrity": "sha512-YcaXhuFHoOPipu5pC7ckxrLrialiOcU91pKu8P+isAcXZyMgByUK9PkI9j5fENO4+6XU5PwWXRGMIFlk9u9UBQ==", + "version": "7.45.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.1.tgz", + "integrity": "sha512-6dWoFJwycbuFfw/iKMcl+RdAOAOHDiF11KWYhNDRN/OkUt+Di5qsZHwA0OwsVnu9y135gkHpTw9DJA+WzCeR9w==", "requires": {} }, "react-icons": { diff --git a/package.json b/package.json index 1903ca88..eb6f178a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "nanoid": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.43.5", + "react-hook-form": "^7.45.1", "react-icons": "^4.8.0", "rooks": "^7.11.2", "superjson": "^1.12.3",