diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index ea1533a80f47..b870f9f9923d 100644 --- a/js/apps/account-ui/package.json +++ b/js/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.43.8", + "react-hook-form": "^7.43.9", "react-i18next": "^12.2.0", "react-router-dom": "6.9.0", "ui-shared": "999.0.0-SNAPSHOT" diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index a61d74bbd557..9616ee3684ff 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -85,7 +85,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.43.9", "react-i18next": "^12.2.0", "react-router-dom": "6.9.0", "reactflow": "^11.7.0", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 2646c50677a6..82c43741c220 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@patternfly/react-core": "^4.276.8", - "react-hook-form": "7.43.8", + "react-hook-form": "7.43.9", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/js/package-lock.json b/js/package-lock.json index 371e807cc132..c4e3487179c2 100644 --- a/js/package-lock.json +++ b/js/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.43.8", + "react-hook-form": "^7.43.9", "react-i18next": "^12.2.0", "react-router-dom": "6.9.0", "ui-shared": "999.0.0-SNAPSHOT" @@ -80,7 +80,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.43.9", "react-i18next": "^12.2.0", "react-router-dom": "6.9.0", "reactflow": "^11.7.0", @@ -183,7 +183,7 @@ "@patternfly/react-core": "^4.276.8", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "7.43.8" + "react-hook-form": "7.43.9" }, "devDependencies": { "@types/react": "^18.0.31", @@ -8841,9 +8841,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.8.tgz", - "integrity": "sha512-BQm+Ge5KjTk1EchDBRhdP8Pkb7MArO2jFF+UWYr3rtvh6197khi22uloLqlWeuY02ItlCzPunPsFt1/q9wQKnw==", + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", "engines": { "node": ">=12.22.0" },