From 10af60785ebeb9934bc8e42a002a3c0ae808f372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:02:38 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/main.yml | 2 +- .nvmrc | 2 +- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d1471aa24..30345981e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: actions/setup-node@v4 with: - node-version: '22.21.1' + node-version: '24.11.0' - uses: actions/setup-java@v5 with: distribution: 'temurin' diff --git a/.nvmrc b/.nvmrc index 5767036af..0a492611a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.21.1 +24.11.0 diff --git a/package-lock.json b/package-lock.json index 11db4ab0d..0d1671095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@serenity-js/web": "^3.35.3" }, "devDependencies": { - "@types/node": "^22.19.0", + "@types/node": "^24.10.0", "@typescript-eslint/eslint-plugin": "^8.46.3", "@typescript-eslint/parser": "^8.46.3", "eslint": "^9.39.1", @@ -35,7 +35,7 @@ "typescript": "^5.9.3" }, "engines": { - "node": "^18.12 || ^20 || ^22" + "node": "^18.12 || ^20 || ^22 || ^24.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -619,13 +619,13 @@ "dev": true }, "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==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -4938,9 +4938,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.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 4402e0c03..4a6372ae1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://serenity-js.org", "engines": { - "node": "^18.12 || ^20 || ^22" + "node": "^18.12 || ^20 || ^22 || ^24.0.0" }, "dependencies": { "@playwright/test": "1.56.1", @@ -44,7 +44,7 @@ "@serenity-js/web": "^3.35.3" }, "devDependencies": { - "@types/node": "^22.19.0", + "@types/node": "^24.10.0", "@typescript-eslint/eslint-plugin": "^8.46.3", "@typescript-eslint/parser": "^8.46.3", "eslint": "^9.39.1",