From 64a49905c4f08b663fdba6a344ac6d881824e126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:45:08 +0000 Subject: [PATCH] Bump react-hook-form from 7.50.0 to 7.50.1 in /ui Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.50.0 to 7.50.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.50.0...v7.50.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 388c825d..64beb735 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15,7 +15,7 @@ "classnames": "^2.5.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.50.0", + "react-hook-form": "7.50.1", "react-router-dom": "6.22.0", "recoil": "0.7.7" }, @@ -10710,9 +10710,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.50.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", - "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", + "version": "7.50.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", + "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", "engines": { "node": ">=12.22.0" }, diff --git a/ui/package.json b/ui/package.json index f1d4c1c7..802b4e64 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "classnames": "^2.5.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.50.0", + "react-hook-form": "7.50.1", "react-router-dom": "6.22.0", "recoil": "0.7.7" },