diff --git a/apps/account-ui/package.json b/apps/account-ui/package.json index ba39433c37..2fcc12779d 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.52.1", + "react-hook-form": "^7.53.2", "react-i18next": "^12.2.0", "react-router-dom": "6.26.2", "ui-shared": "999.0.0-SNAPSHOT" diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index ecbd38168c..b5e857d65a 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.52.1", + "react-hook-form": "^7.53.2", "react-i18next": "^12.2.0", "react-router-dom": "6.26.2", "reactflow": "^11.7.2", diff --git a/libs/ui-shared/package.json b/libs/ui-shared/package.json index 3eb5e1f227..feb1d862bc 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.52.1", + "react-hook-form": "7.53.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/package-lock.json b/package-lock.json index ba26da09e8..014f68c436 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.52.1", + "react-hook-form": "^7.53.2", "react-i18next": "^12.2.0", "react-router-dom": "6.26.2", "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.52.1", + "react-hook-form": "^7.53.2", "react-i18next": "^12.2.0", "react-router-dom": "6.26.2", "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.52.1" + "react-hook-form": "7.53.2" }, "devDependencies": { "@types/react": "^18.2.43", @@ -9345,11 +9345,11 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", - "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", + "version": "7.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective",