diff --git a/client/package.json b/client/package.json index aa6f46be3..f88becdd1 100644 --- a/client/package.json +++ b/client/package.json @@ -37,7 +37,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^4.0.13", - "react-hook-form": "^7.43.1", + "react-hook-form": "^7.59.0", "react-markdown": "^8.0.7", "react-oidc-context": "^2.3.1", "react-router-dom": "^6.21.1", diff --git a/package-lock.json b/package-lock.json index 5770b4fca..179224388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^4.0.13", - "react-hook-form": "^7.43.1", + "react-hook-form": "^7.59.0", "react-markdown": "^8.0.7", "react-oidc-context": "^2.3.1", "react-router-dom": "^6.21.1", @@ -9463,10 +9463,9 @@ "license": "MIT" }, "node_modules/react-hook-form": { - "version": "7.56.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.56.4.tgz", - "integrity": "sha512-Rob7Ftz2vyZ/ZGsQZPaRdIefkgOSrQSPXfqBdvOPwJfoGnjwRJUs7EM7Kc1mcoDv3NOtqBzPGbcMB8CGn9CKgw==", - "license": "MIT", + "version": "7.59.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.59.0.tgz", + "integrity": "sha512-kmkek2/8grqarTJExFNjy+RXDIP8yM+QTl3QL6m6Q8b2bih4ltmiXxH7T9n+yXNK477xPh5yZT/6vD8sYGzJTA==", "engines": { "node": ">=18.0.0" },