From f37605f6042f2c6f6332987bc594a531cf11bea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 08:34:41 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/check-dist.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/rebuild-dist.yml | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 0deca8824..a1f925818 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -26,7 +26,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.5 + node-version: 24.11.0 - run: npm ci - run: npm run format - run: npm run build diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 718a4345d..e6f42b485 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.5 + node-version: 24.11.0 - run: npm ci # Core action code - run: npm run format # Prettier formats core action code diff --git a/.github/workflows/rebuild-dist.yml b/.github/workflows/rebuild-dist.yml index 3554b5ed8..7bde43730 100644 --- a/.github/workflows/rebuild-dist.yml +++ b/.github/workflows/rebuild-dist.yml @@ -30,7 +30,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.5 + node-version: 24.11.0 - run: npm ci - run: npm run format - run: npm run build diff --git a/package-lock.json b/package-lock.json index 4f2ce5d33..d42e93e94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "devDependencies": { "@eslint/js": "9.38.0", "@stylistic/eslint-plugin": "5.5.0", - "@types/node": "24.0.15", + "@types/node": "24.10.0", "@vercel/ncc": "0.38.4", "eslint": "9.38.0", "eslint-plugin-cypress": "5.2.0", @@ -941,12 +941,12 @@ } }, "node_modules/@types/node": { - "version": "24.0.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.15.tgz", - "integrity": "sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==", + "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.8.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/responselike": { @@ -3364,9 +3364,9 @@ } }, "node_modules/undici-types": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "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/universal-user-agent": { diff --git a/package.json b/package.json index 2a4d7c78f..2d1d67932 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "devDependencies": { "@eslint/js": "9.38.0", "@stylistic/eslint-plugin": "5.5.0", - "@types/node": "24.0.15", + "@types/node": "24.10.0", "@vercel/ncc": "0.38.4", "eslint": "9.38.0", "eslint-plugin-cypress": "5.2.0",