diff --git a/apps/account-ui/package.json b/apps/account-ui/package.json index 04b006317a..d2856f3bb2 100644 --- a/apps/account-ui/package.json +++ b/apps/account-ui/package.json @@ -17,7 +17,7 @@ "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.56.3", + "react-hook-form": "^7.71.1", "react-i18next": "^12.2.0", "react-router-dom": "7.6.1", "ui-shared": "999.0.0-SNAPSHOT" diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index 2025de7442..e158ceea78 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -84,7 +84,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.56.3", + "react-hook-form": "^7.71.1", "react-i18next": "^12.2.0", "react-router-dom": "7.6.1", "reactflow": "^11.7.2", diff --git a/libs/ui-shared/package.json b/libs/ui-shared/package.json index a128fdb392..ca2178106b 100644 --- a/libs/ui-shared/package.json +++ b/libs/ui-shared/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@patternfly/react-core": "^4.267.6", - "react-hook-form": "7.56.3", + "react-hook-form": "7.71.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/package-lock.json b/package-lock.json index a48e5c947f..df8cd55857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.56.3", + "react-hook-form": "^7.71.1", "react-i18next": "^12.2.0", "react-router-dom": "7.6.1", "ui-shared": "999.0.0-SNAPSHOT" @@ -79,7 +79,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.56.3", + "react-hook-form": "^7.71.1", "react-i18next": "^12.2.0", "react-router-dom": "7.6.1", "reactflow": "^11.7.2", @@ -181,7 +181,7 @@ "@patternfly/react-core": "^4.267.6", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "7.56.3" + "react-hook-form": "7.71.1" }, "devDependencies": { "@types/react": "^18.2.43", @@ -9843,9 +9843,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.56.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.56.3.tgz", - "integrity": "sha512-IK18V6GVbab4TAo1/cz3kqajxbDPGofdF0w7VHdCo0Nt8PrPlOZcuuDq9YYIV1BtjcX78x0XsldbQRQnQXWXmw==", + "version": "7.71.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz", + "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==", "license": "MIT", "engines": { "node": ">=18.0.0"