diff --git a/package-lock.json b/package-lock.json index 59c7b1b70..b5dd2d313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "postcss": "^8.4.49", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.54.1", + "react-hook-form": "^7.54.2", "react-instantsearch-dom": "^6.40.4", "uuid": "^11.0.3" }, @@ -6962,9 +6962,9 @@ "license": "MIT" }, "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==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index dfbcfb2ac..a70a2facf 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "postcss": "^8.4.49", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.54.1", + "react-hook-form": "^7.54.2", "react-instantsearch-dom": "^6.40.4", "uuid": "^11.0.3" },