From 222116c3c41fe686edeb246e8e33c1b7b17ed15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:04:23 +0000 Subject: [PATCH] Bump react-hook-form from 7.51.3 to 7.51.5 in /client Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.3 to 7.51.5. - [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.51.3...v7.51.5) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index b005efe8..347864ce 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23,7 +23,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.10.2", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.51.5", "react-redux": "^9.1.0", "react-router-dom": "^6.22.3", "react-select": "^5.8.0", @@ -9122,9 +9122,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.3.tgz", - "integrity": "sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", "engines": { "node": ">=12.22.0" }, diff --git a/client/package.json b/client/package.json index 424fcdd7..c1c44b8e 100644 --- a/client/package.json +++ b/client/package.json @@ -32,7 +32,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.10.2", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.51.5", "react-redux": "^9.1.0", "react-router-dom": "^6.22.3", "react-select": "^5.8.0",