diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index c419a1e710..100183d12e 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -38,7 +38,7 @@ "@playwright/test": "^1.42.1", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.65", - "@types/react-dom": "^18.2.22", + "@types/react-dom": "^18.2.23", "@vitejs/plugin-react-swc": "^3.6.0", "lightningcss": "^1.24.1", "vite": "^5.2.6", diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 0232aedeed..a9dd1ddde2 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.65", - "@types/react-dom": "^18.2.22", + "@types/react-dom": "^18.2.23", "@types/uuid": "^9.0.8", "@vitejs/plugin-react-swc": "^3.6.0", "cypress": "^13.7.1", diff --git a/js/libs/keycloak-masthead/package.json b/js/libs/keycloak-masthead/package.json index 04946e1e86..f29fe6dab9 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.65", - "@types/react-dom": "^18.2.22", + "@types/react-dom": "^18.2.23", "@vitejs/plugin-react-swc": "^3.6.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.2.6", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index dab87a1d6d..8b8a01ade0 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.65", - "@types/react-dom": "^18.2.22", + "@types/react-dom": "^18.2.23", "@vitejs/plugin-react-swc": "^3.6.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.2.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8ba6dbe933..05ead16e55 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: ^18.2.65 version: 18.2.65 '@types/react-dom': - specifier: ^18.2.22 - version: 18.2.22 + specifier: ^18.2.23 + version: 18.2.23 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.2.6) @@ -254,8 +254,8 @@ importers: specifier: ^18.2.65 version: 18.2.65 '@types/react-dom': - specifier: ^18.2.22 - version: 18.2.22 + specifier: ^18.2.23 + version: 18.2.23 '@types/uuid': specifier: ^9.0.8 version: 9.0.8 @@ -413,8 +413,8 @@ importers: specifier: ^18.2.65 version: 18.2.65 '@types/react-dom': - specifier: ^18.2.22 - version: 18.2.22 + specifier: ^18.2.23 + version: 18.2.23 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.2.6) @@ -468,8 +468,8 @@ importers: specifier: ^18.2.65 version: 18.2.65 '@types/react-dom': - specifier: ^18.2.22 - version: 18.2.22 + specifier: ^18.2.23 + version: 18.2.23 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.2.6) @@ -2228,7 +2228,7 @@ packages: dependencies: '@babel/runtime': 7.23.9 '@testing-library/dom': 9.3.3 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -2744,8 +2744,8 @@ packages: /@types/prop-types@15.7.9: resolution: {integrity: sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==} - /@types/react-dom@18.2.22: - resolution: {integrity: sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==} + /@types/react-dom@18.2.23: + resolution: {integrity: sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==} dependencies: '@types/react': 18.2.65 dev: true