diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index b58e81a7949a..70b4924f7f68 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -20,7 +20,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.1", "react-i18next": "^14.0.0", "react-router-dom": "^6.21.2", "ui-shared": "workspace:*" diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 50f9b118e858..a91f91f2daf6 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.1", "react-i18next": "^14.0.0", "react-router-dom": "^6.21.2", "reactflow": "^11.10.1", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 1589d49b7c23..1f95e4da1ab6 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.1", "react-i18next": "^14.0.0" }, "devDependencies": { diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index d1b4591087fd..29894b180415 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.1 + version: 7.50.1(react@18.2.0) react-i18next: specifier: ^14.0.0 version: 14.0.0(i18next@23.7.16)(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.1 + version: 7.50.1(react@18.2.0) react-i18next: specifier: ^14.0.0 version: 14.0.0(i18next@23.7.16)(react-dom@18.2.0)(react@18.2.0) @@ -449,8 +449,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.1 + version: 7.50.1(react@18.2.0) react-i18next: specifier: ^14.0.0 version: 14.0.0(i18next@23.7.16)(react-dom@18.2.0)(react@18.2.0) @@ -6102,9 +6102,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.1(react@18.2.0): + resolution: {integrity: sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==} + engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 dependencies: @@ -7786,7 +7786,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.1(react@18.2.0) react-i18next: 14.0.0(i18next@23.7.16)(react-dom@18.2.0)(react@18.2.0) react-router-dom: 6.21.2(react-dom@18.2.0)(react@18.2.0) reactflow: 11.10.1(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)