From 3fcd3266835cf12bcbd5401241ab6e14bcccc4e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:45:22 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0750a4..0250f5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@v6 with: - node-version: "20.x" + node-version: "24.x" - run: npm ci - run: npm run build --if-present - run: npm test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 746d087..885cc37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@v6 with: - node-version: "20.x" + node-version: "24.x" - run: npm ci # - run: npm run build --if-present - run: npm test diff --git a/package-lock.json b/package-lock.json index d6bf5f8..b63c9de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/clear": "0.1.4", "@types/figlet": "1.7.0", "@types/inquirer": "9.0.9", - "@types/node": "20.19.37", + "@types/node": "24.12.0", "@types/nunjucks": "3.2.6", "nodemon": "3.1.14", "semantic-release": "23.1.1", @@ -41,7 +41,7 @@ "vitest": "1.6.1" }, "engines": { - "node": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^20.0.0", + "node": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^20.0.0 || ^24.0.0", "npm": ">=8.5.0" } }, @@ -1907,13 +1907,13 @@ } }, "node_modules/@types/node": { - "version": "20.19.37", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.37.tgz", - "integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==", + "version": "24.12.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz", + "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==", "devOptional": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/normalize-package-data": { @@ -9027,9 +9027,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==", "devOptional": true, "license": "MIT" }, @@ -10749,12 +10749,12 @@ } }, "@types/node": { - "version": "20.19.37", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.37.tgz", - "integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==", + "version": "24.12.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz", + "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==", "devOptional": true, "requires": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "@types/normalize-package-data": { @@ -15477,9 +15477,9 @@ } }, "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==", "devOptional": true }, "unicode-emoji-modifier-base": { diff --git a/package.json b/package.json index 16a7f6f..8bbcce1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "nuxtus": "./build/src/cli.js" }, "engines": { - "node": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^20.0.0", + "node": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^20.0.0 || ^24.0.0", "npm": ">=8.5.0" }, "author": "Craig Harman", @@ -40,7 +40,7 @@ "@types/clear": "0.1.4", "@types/figlet": "1.7.0", "@types/inquirer": "9.0.9", - "@types/node": "20.19.37", + "@types/node": "24.12.0", "@types/nunjucks": "3.2.6", "nodemon": "3.1.14", "semantic-release": "23.1.1", @@ -112,6 +112,6 @@ ] }, "volta": { - "node": "20.20.1" + "node": "24.14.0" } }