diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 03422a9de7..5c6065c267 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -29,7 +29,7 @@ "@playwright/test": "^1.36.0", "@types/lodash-es": "^4.17.8", "@types/react": "^18.2.15", - "@types/react-dom": "^18.2.6", + "@types/react-dom": "^18.2.7", "@vitejs/plugin-react-swc": "^3.3.2", "vite": "^4.4.3", "vite-plugin-checker": "^0.6.1" diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index cac7600342..afc971183b 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -98,7 +98,7 @@ "@types/flat": "^5.0.2", "@types/lodash-es": "^4.17.8", "@types/react": "^18.2.15", - "@types/react-dom": "^18.2.6", + "@types/react-dom": "^18.2.7", "@types/uuid": "^9.0.2", "@vitejs/plugin-react-swc": "^3.3.2", "cypress": "^12.17.1", diff --git a/js/libs/keycloak-masthead/package.json b/js/libs/keycloak-masthead/package.json index 501f451a35..870511f544 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.15", - "@types/react-dom": "^18.2.6", + "@types/react-dom": "^18.2.7", "@vitejs/plugin-react-swc": "^3.3.2", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.4.3", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 28a3b83f8d..7ba40aa677 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/react": "^18.2.15", - "@types/react-dom": "^18.2.6", + "@types/react-dom": "^18.2.7", "@vitejs/plugin-react-swc": "^3.3.2", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.4.3", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 5af5747678..2aa8a8c5ca 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: ^18.2.15 version: 18.2.15 '@types/react-dom': - specifier: ^18.2.6 - version: 18.2.6 + specifier: ^18.2.7 + version: 18.2.7 '@vitejs/plugin-react-swc': specifier: ^3.3.2 version: 3.3.2(vite@4.4.3) @@ -251,8 +251,8 @@ importers: specifier: ^18.2.15 version: 18.2.15 '@types/react-dom': - specifier: ^18.2.6 - version: 18.2.6 + specifier: ^18.2.7 + version: 18.2.7 '@types/uuid': specifier: ^9.0.2 version: 9.0.2 @@ -401,8 +401,8 @@ importers: specifier: ^18.2.15 version: 18.2.15 '@types/react-dom': - specifier: ^18.2.6 - version: 18.2.6 + specifier: ^18.2.7 + version: 18.2.7 '@vitejs/plugin-react-swc': specifier: ^3.3.2 version: 3.3.2(vite@4.4.3) @@ -441,8 +441,8 @@ importers: specifier: ^18.2.15 version: 18.2.15 '@types/react-dom': - specifier: ^18.2.6 - version: 18.2.6 + specifier: ^18.2.7 + version: 18.2.7 '@vitejs/plugin-react-swc': specifier: ^3.3.2 version: 3.3.2(vite@4.4.3) @@ -1601,7 +1601,7 @@ packages: dependencies: '@babel/runtime': 7.22.6 '@testing-library/dom': 9.3.1 - '@types/react-dom': 18.2.6 + '@types/react-dom': 18.2.7 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -1905,8 +1905,8 @@ packages: /@types/prop-types@15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - /@types/react-dom@18.2.6: - resolution: {integrity: sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==} + /@types/react-dom@18.2.7: + resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} dependencies: '@types/react': 18.2.15 dev: true