From e12584f4713947d3483b3230303b6f60b8a758d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:52:38 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.54.1 to 7.54.2 in /frontend Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.1 to 7.54.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.54.1...v7.54.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 98c5a72db..502145a9b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "react-dom": "^16.14.0", "react-ga": "^3.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.54.1", + "react-hook-form": "^7.54.2", "react-i18next": "^15.2.0", "react-scripts": "5.0.1", "react-tooltip": "^5.28.0", @@ -19823,9 +19823,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.54.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.1.tgz", - "integrity": "sha512-PUNzFwQeQ5oHiiTUO7GO/EJXGEtuun2Y1A59rLnZBBj+vNEOWt/3ERTiG1/zt7dVeJEM+4vDX/7XQ/qanuvPMg==", + "version": "7.54.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", + "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", "engines": { "node": ">=18.0.0" }, diff --git a/frontend/package.json b/frontend/package.json index a2642f251..799dc26c4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "react-dom": "^16.14.0", "react-ga": "^3.3.1", "react-helmet-async": "^2.0.5", - "react-hook-form": "^7.54.1", + "react-hook-form": "^7.54.2", "react-i18next": "^15.2.0", "react-scripts": "5.0.1", "react-tooltip": "^5.28.0",