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",