From e8d94f98c24a514be731ed726e60f20ffb1787c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 09:47:07 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/integration-e2e-ui.yaml | 4 ++-- js/package-lock.json | 16 ++++++++-------- js/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/integration-e2e-ui.yaml b/.github/workflows/integration-e2e-ui.yaml index 19cd5470..20c7b731 100644 --- a/.github/workflows/integration-e2e-ui.yaml +++ b/.github/workflows/integration-e2e-ui.yaml @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: npm cache-dependency-path: | js/package-lock.json @@ -78,7 +78,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: npm cache-dependency-path: | js/package-lock.json diff --git a/js/package-lock.json b/js/package-lock.json index 230fbe5f..0d00895c 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@apollo/client": "^4.2.7", - "@types/node": "^20.0.0", + "@types/node": "^24.0.0", "@types/react": "19.2.18", "esbuild": "^0.28.0", "publint": "^0.3.22", @@ -613,13 +613,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.43", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.43.tgz", - "integrity": "sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==", + "version": "24.13.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz", + "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/react": { @@ -1061,9 +1061,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/js/package.json b/js/package.json index 2a7bbb74..bd124c29 100644 --- a/js/package.json +++ b/js/package.json @@ -67,7 +67,7 @@ }, "devDependencies": { "@apollo/client": "^4.2.7", - "@types/node": "^20.0.0", + "@types/node": "^24.0.0", "@types/react": "19.2.18", "esbuild": "^0.28.0", "publint": "^0.3.22",