diff --git a/.github/workflows/images-cleanup.yaml b/.github/workflows/images-cleanup.yaml index fe9e95c2e..784512d85 100644 --- a/.github/workflows/images-cleanup.yaml +++ b/.github/workflows/images-cleanup.yaml @@ -17,7 +17,7 @@ jobs: - name: setup node uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: - node-version: 22.21 + node-version: 24.11 # run script with 30m timeout - name: cleanup images diff --git a/package-lock.json b/package-lock.json index 9cdc6b9f2..f5b705ff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "vega-lite": "6.4.1" }, "devDependencies": { - "@types/node": "22.19.0" + "@types/node": "24.10.0" } }, "gateways/apollo-gateway": { @@ -2305,21 +2305,6 @@ "graphql": "^15.9.0 || ^16.9.0" } }, - "node_modules/@graphql-hive/gateway-runtime/node_modules/@types/node": { - "version": "24.10.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", - "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", - "license": "MIT", - "dependencies": { - "undici-types": "~7.16.0" - } - }, - "node_modules/@graphql-hive/gateway-runtime/node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", - "license": "MIT" - }, "node_modules/@graphql-hive/gateway/node_modules/@commander-js/extra-typings": { "version": "14.0.0", "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-14.0.0.tgz", @@ -7141,12 +7126,12 @@ } }, "node_modules/@types/node": { - "version": "22.19.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.0.tgz", - "integrity": "sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==", + "version": "24.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", + "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/node-fetch": { @@ -13861,9 +13846,9 @@ "license": "MIT" }, "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.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/unique-filename": { diff --git a/package.json b/package.json index 5c3893e79..1b624113a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "capture-website-cli": "5.2.0" }, "devDependencies": { - "@types/node": "22.19.0" + "@types/node": "24.10.0" }, "workspaces": [ "gateways/*",