diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 5c43100cd3..2610c7fbf5 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.45", - "@types/react-dom": "^18.2.17", + "@types/react-dom": "^18.2.18", "@vitejs/plugin-react-swc": "^3.5.0", "lightningcss": "^1.22.1", "vite": "^5.0.10", diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index acfc00e644..f0ac04c84e 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.45", - "@types/react-dom": "^18.2.17", + "@types/react-dom": "^18.2.18", "@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 cafb92a39d..1d2af7afb9 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.45", - "@types/react-dom": "^18.2.17", + "@types/react-dom": "^18.2.18", "@vitejs/plugin-react-swc": "^3.5.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.0.10", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 13483d91bb..b0220233c1 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.45", - "@types/react-dom": "^18.2.17", + "@types/react-dom": "^18.2.18", "@vitejs/plugin-react-swc": "^3.5.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.0.10", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 8852c6b690..55fad2e073 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: ^18.2.45 version: 18.2.45 '@types/react-dom': - specifier: ^18.2.17 - version: 18.2.17 + specifier: ^18.2.18 + version: 18.2.18 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.10) @@ -251,8 +251,8 @@ importers: specifier: ^18.2.45 version: 18.2.45 '@types/react-dom': - specifier: ^18.2.17 - version: 18.2.17 + specifier: ^18.2.18 + version: 18.2.18 '@types/uuid': specifier: ^9.0.7 version: 9.0.7 @@ -410,8 +410,8 @@ importers: specifier: ^18.2.45 version: 18.2.45 '@types/react-dom': - specifier: ^18.2.17 - version: 18.2.17 + specifier: ^18.2.18 + version: 18.2.18 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.10) @@ -465,8 +465,8 @@ importers: specifier: ^18.2.45 version: 18.2.45 '@types/react-dom': - specifier: ^18.2.17 - version: 18.2.17 + specifier: ^18.2.18 + version: 18.2.18 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.10) @@ -1719,7 +1719,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.18 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -1995,8 +1995,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.18: + resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==} dependencies: '@types/react': 18.2.45 dev: true