diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 7e1d9773eaa..889c97f918d 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -30,7 +30,7 @@ "@playwright/test": "^1.40.1", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.42", - "@types/react-dom": "^18.2.17", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react-swc": "^3.5.0", "lightningcss": "^1.22.1", "vite": "^5.0.6", diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index b9598c8c03d..f6fc36b2635 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -98,7 +98,7 @@ "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.42", - "@types/react-dom": "^18.2.17", + "@types/react-dom": "^18.2.21", "@types/uuid": "^9.0.7", "@vitejs/plugin-react-swc": "^3.5.0", "cypress": "^13.6.1", diff --git a/js/libs/keycloak-masthead/package.json b/js/libs/keycloak-masthead/package.json index 36a735f5168..f25c52b96e1 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.42", - "@types/react-dom": "^18.2.17", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react-swc": "^3.5.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.0.6", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index e404fc3d2e6..b37ab7adbe7 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.42", - "@types/react-dom": "^18.2.17", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react-swc": "^3.5.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.0.6", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 08e43827b8f..34ff8851e15 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: ^18.2.42 version: 18.2.42 '@types/react-dom': - specifier: ^18.2.17 - version: 18.2.17 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.6) @@ -251,8 +251,8 @@ importers: specifier: ^18.2.42 version: 18.2.42 '@types/react-dom': - specifier: ^18.2.17 - version: 18.2.17 + specifier: ^18.2.21 + version: 18.2.21 '@types/uuid': specifier: ^9.0.7 version: 9.0.7 @@ -410,8 +410,8 @@ importers: specifier: ^18.2.42 version: 18.2.42 '@types/react-dom': - specifier: ^18.2.17 - version: 18.2.17 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.6) @@ -465,8 +465,8 @@ importers: specifier: ^18.2.42 version: 18.2.42 '@types/react-dom': - specifier: ^18.2.17 - version: 18.2.17 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.6) @@ -1711,7 +1711,7 @@ packages: dependencies: '@babel/runtime': 7.23.2 '@testing-library/dom': 9.3.3 - '@types/react-dom': 18.2.17 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -1987,8 +1987,8 @@ packages: /@types/prop-types@15.7.9: resolution: {integrity: sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==} - /@types/react-dom@18.2.17: - resolution: {integrity: sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==} + /@types/react-dom@18.2.21: + resolution: {integrity: sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==} dependencies: '@types/react': 18.2.42 dev: true