diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 239d993022..3be4b420a5 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -30,7 +30,7 @@ "@playwright/test": "^1.39.0", "@types/lodash-es": "^4.17.10", "@types/react": "^18.2.34", - "@types/react-dom": "^18.2.14", + "@types/react-dom": "^18.2.15", "@vitejs/plugin-react-swc": "^3.4.1", "lightningcss": "^1.22.0", "vite": "^4.5.0", diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 2725f9ffab..fa0b58726a 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -97,7 +97,7 @@ "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.10", "@types/react": "^18.2.34", - "@types/react-dom": "^18.2.14", + "@types/react-dom": "^18.2.15", "@types/uuid": "^9.0.6", "@vitejs/plugin-react-swc": "^3.4.1", "cypress": "^13.4.0", diff --git a/js/libs/keycloak-masthead/package.json b/js/libs/keycloak-masthead/package.json index fd8756df0d..5a77a021dd 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.34", - "@types/react-dom": "^18.2.14", + "@types/react-dom": "^18.2.15", "@vitejs/plugin-react-swc": "^3.4.1", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.5.0", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 1b3b75de45..d7e8ba2e12 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -51,7 +51,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.9", "@types/react": "^18.2.34", - "@types/react-dom": "^18.2.14", + "@types/react-dom": "^18.2.15", "@vitejs/plugin-react-swc": "^3.4.1", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.5.0", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index dc32cf6db2..277a239a45 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: ^18.2.34 version: 18.2.34 '@types/react-dom': - specifier: ^18.2.14 - version: 18.2.14 + specifier: ^18.2.15 + version: 18.2.15 '@vitejs/plugin-react-swc': specifier: ^3.4.1 version: 3.4.1(vite@4.5.0) @@ -251,8 +251,8 @@ importers: specifier: ^18.2.34 version: 18.2.34 '@types/react-dom': - specifier: ^18.2.14 - version: 18.2.14 + specifier: ^18.2.15 + version: 18.2.15 '@types/uuid': specifier: ^9.0.6 version: 9.0.6 @@ -407,8 +407,8 @@ importers: specifier: ^18.2.34 version: 18.2.34 '@types/react-dom': - specifier: ^18.2.14 - version: 18.2.14 + specifier: ^18.2.15 + version: 18.2.15 '@vitejs/plugin-react-swc': specifier: ^3.4.1 version: 3.4.1(vite@4.5.0) @@ -456,8 +456,8 @@ importers: specifier: ^18.2.34 version: 18.2.34 '@types/react-dom': - specifier: ^18.2.14 - version: 18.2.14 + specifier: ^18.2.15 + version: 18.2.15 '@vitejs/plugin-react-swc': specifier: ^3.4.1 version: 3.4.1(vite@4.5.0) @@ -1702,7 +1702,7 @@ packages: dependencies: '@babel/runtime': 7.23.2 '@testing-library/dom': 9.3.3 - '@types/react-dom': 18.2.14 + '@types/react-dom': 18.2.15 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -1983,8 +1983,8 @@ packages: /@types/prop-types@15.7.9: resolution: {integrity: sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==} - /@types/react-dom@18.2.14: - resolution: {integrity: sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==} + /@types/react-dom@18.2.15: + resolution: {integrity: sha512-HWMdW+7r7MR5+PZqJF6YFNSCtjz1T0dsvo/f1BV6HkV+6erD/nA7wd9NM00KVG83zf2nJ7uATPO9ttdIPvi3gg==} dependencies: '@types/react': 18.2.34 dev: true