diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index f8a441174f..849f94e3b2 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.1", + "react-hook-form": "^7.49.2", "react-i18next": "^13.5.0", "react-router-dom": "^6.20.1", "ui-shared": "workspace:*" diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index d39ff4fdd9..44ea2a057e 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -82,7 +82,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.49.1", + "react-hook-form": "^7.49.2", "react-i18next": "^13.5.0", "react-router-dom": "^6.20.1", "reactflow": "^11.10.1", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index ec2356ff82..f417a63946 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.1", + "react-hook-form": "7.49.2", "react-i18next": "^13.5.0" }, "devDependencies": { diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 70b9903d65..b934c2678f 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.1 - version: 7.49.1(react@18.2.0) + specifier: ^7.49.2 + version: 7.49.2(react@18.2.0) react-i18next: specifier: ^13.5.0 version: 13.5.0(i18next@23.7.9)(react-dom@18.2.0)(react@18.2.0) @@ -208,8 +208,8 @@ importers: specifier: ^3.1.4 version: 3.1.4(react@18.2.0) react-hook-form: - specifier: ^7.49.1 - version: 7.49.1(react@18.2.0) + specifier: ^7.49.2 + version: 7.49.2(react@18.2.0) react-i18next: specifier: ^13.5.0 version: 13.5.0(i18next@23.7.9)(react-dom@18.2.0)(react@18.2.0) @@ -452,8 +452,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: 7.49.1 - version: 7.49.1(react@18.2.0) + specifier: 7.49.2 + version: 7.49.2(react@18.2.0) react-i18next: specifier: ^13.5.0 version: 13.5.0(i18next@23.7.9)(react-dom@18.2.0)(react@18.2.0) @@ -5927,8 +5927,8 @@ packages: react: 18.2.0 dev: false - /react-hook-form@7.49.1(react@18.2.0): - resolution: {integrity: sha512-MId71bfWmpyvwuWjVTe2b4DRc0jIYOb/B9tlrotEHTuHlQGeX1x2QXfjNe9UtMi6TqhO0bsSdSWgjcUFh2fSww==} + /react-hook-form@7.49.2(react@18.2.0): + resolution: {integrity: sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==} engines: {node: '>=18', pnpm: '8'} peerDependencies: react: ^16.8.0 || ^17 || ^18 @@ -7588,7 +7588,7 @@ packages: react-dom: 18.2.0(react@18.2.0) react-dropzone: 14.2.3(react@18.2.0) react-error-boundary: 3.1.4(react@18.2.0) - react-hook-form: 7.49.1(react@18.2.0) + react-hook-form: 7.49.2(react@18.2.0) react-i18next: 13.5.0(i18next@23.7.9)(react-dom@18.2.0)(react@18.2.0) react-router-dom: 6.20.1(react-dom@18.2.0)(react@18.2.0) reactflow: 11.10.1(@types/react@18.2.44)(react-dom@18.2.0)(react@18.2.0)