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