From 7d88c14bb7fd241347a55b7167e27f81bf71f4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:40:49 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.46.1 to 7.46.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.46.1 to 7.46.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.46.1...v7.46.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 664eb47..539759c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "prettier": "^3.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.46.1", + "react-hook-form": "^7.46.2", "react-hot-toast": "^2.4.1", "react-multi-carousel": "^2.8.4", "react-select": "^5.7.5", @@ -3577,9 +3577,9 @@ } }, "node_modules/react-hook-form": { - "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==", + "version": "7.46.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", + "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index adbf770..8250a3c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prettier": "^3.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.46.1", + "react-hook-form": "^7.46.2", "react-hot-toast": "^2.4.1", "react-multi-carousel": "^2.8.4", "react-select": "^5.7.5",