diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 022b049736..c99c6ba4da 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -38,7 +38,7 @@ "@playwright/test": "^1.43.0", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.75", - "@types/react-dom": "^18.2.24", + "@types/react-dom": "^18.2.25", "@vitejs/plugin-react-swc": "^3.6.0", "lightningcss": "^1.24.1", "vite": "^5.2.8", diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index b7c4272fd1..1c75e52ba6 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.75", - "@types/react-dom": "^18.2.24", + "@types/react-dom": "^18.2.25", "@types/uuid": "^9.0.8", "@vitejs/plugin-react-swc": "^3.6.0", "cypress": "^13.7.2", diff --git a/js/libs/keycloak-masthead/package.json b/js/libs/keycloak-masthead/package.json index 2495ccb060..2e743393d3 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.75", - "@types/react-dom": "^18.2.24", + "@types/react-dom": "^18.2.25", "@vitejs/plugin-react-swc": "^3.6.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.2.8", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 464f8c503f..6c02bc6b2f 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.75", - "@types/react-dom": "^18.2.24", + "@types/react-dom": "^18.2.25", "@vitejs/plugin-react-swc": "^3.6.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.2.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d117f650b..8b15998409 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,8 +124,8 @@ importers: specifier: ^18.2.75 version: 18.2.75 '@types/react-dom': - specifier: ^18.2.24 - version: 18.2.24 + specifier: ^18.2.25 + version: 18.2.25 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.2.8) @@ -251,8 +251,8 @@ importers: specifier: ^18.2.75 version: 18.2.75 '@types/react-dom': - specifier: ^18.2.24 - version: 18.2.24 + specifier: ^18.2.25 + version: 18.2.25 '@types/uuid': specifier: ^9.0.8 version: 9.0.8 @@ -410,8 +410,8 @@ importers: specifier: ^18.2.75 version: 18.2.75 '@types/react-dom': - specifier: ^18.2.24 - version: 18.2.24 + specifier: ^18.2.25 + version: 18.2.25 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.2.8) @@ -465,8 +465,8 @@ importers: specifier: ^18.2.75 version: 18.2.75 '@types/react-dom': - specifier: ^18.2.24 - version: 18.2.24 + specifier: ^18.2.25 + version: 18.2.25 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.2.8) @@ -2330,7 +2330,7 @@ packages: dependencies: '@babel/runtime': 7.24.4 '@testing-library/dom': 10.0.0 - '@types/react-dom': 18.2.24 + '@types/react-dom': 18.2.25 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -2842,8 +2842,8 @@ packages: /@types/prop-types@15.7.12: resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} - /@types/react-dom@18.2.24: - resolution: {integrity: sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg==} + /@types/react-dom@18.2.25: + resolution: {integrity: sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==} dependencies: '@types/react': 18.2.75 dev: true