diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 1836021284..84ee034426 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -28,7 +28,7 @@ "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.49.3", + "react-hook-form": "^7.50.0", "react-i18next": "^14.0.1", "react-router-dom": "^6.21.3", "ui-shared": "workspace:*" diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 0377848cfc..e4c4ec0e8c 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -81,7 +81,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-hook-form": "^7.49.3", + "react-hook-form": "^7.50.0", "react-i18next": "^14.0.1", "react-router-dom": "^6.21.3", "reactflow": "^11.10.3", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index c26e4ff627..65bcca1d57 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -47,7 +47,7 @@ "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "7.49.3", + "react-hook-form": "7.50.0", "react-i18next": "^14.0.1" }, "devDependencies": { diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index a16dcb373c..e75382bc76 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -102,8 +102,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.49.3 - version: 7.49.3(react@18.2.0) + specifier: ^7.50.0 + version: 7.50.0(react@18.2.0) react-i18next: specifier: ^14.0.1 version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) @@ -205,8 +205,8 @@ importers: specifier: ^14.2.3 version: 14.2.3(react@18.2.0) react-hook-form: - specifier: ^7.49.3 - version: 7.49.3(react@18.2.0) + specifier: ^7.50.0 + version: 7.50.0(react@18.2.0) react-i18next: specifier: ^14.0.1 version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) @@ -446,8 +446,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: 7.49.3 - version: 7.49.3(react@18.2.0) + specifier: 7.50.0 + version: 7.50.0(react@18.2.0) react-i18next: specifier: ^14.0.1 version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) @@ -6073,9 +6073,9 @@ packages: react: 18.2.0 dev: false - /react-hook-form@7.49.3(react@18.2.0): - resolution: {integrity: sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==} - engines: {node: '>=18', pnpm: '8'} + /react-hook-form@7.50.0(react@18.2.0): + resolution: {integrity: sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==} + engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 dependencies: @@ -7750,7 +7750,7 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-dropzone: 14.2.3(react@18.2.0) - react-hook-form: 7.49.3(react@18.2.0) + react-hook-form: 7.50.0(react@18.2.0) react-i18next: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) react-router-dom: 6.21.3(react-dom@18.2.0)(react@18.2.0) reactflow: 11.10.3(@types/react@18.2.51)(react-dom@18.2.0)(react@18.2.0)