diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index eb57f6c89d..c9f0201b32 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js 22.x uses: actions/setup-node@v5 with: - node-version: 22.x + node-version: 24.x # Build needs around 400 seconds on Netlify. # We can not rely on "Waiting for 200", since the user # might push another commit to an existing PR, meaning diff --git a/.nvmrc b/.nvmrc index 5767036af0..8e35034890 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.21.1 +24.14.1 diff --git a/package-lock.json b/package-lock.json index fb8e90a418..7cf26a99e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@eslint/js": "9.25.1", "@types/lodash": "4.17.16", "@types/marked": "6.0.0", - "@types/node": "22.15.3", + "@types/node": "24.12.2", "@types/prismjs": "1.26.5", "@types/rimraf": "4.0.5", "angular-eslint": "^21.1.0", @@ -6729,7 +6729,6 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", - "dev": true, "license": "MIT" }, "node_modules/@tsconfig/node10": { @@ -6970,13 +6969,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.3.tgz", - "integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==", + "version": "24.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz", + "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/node-forge": { @@ -17436,9 +17435,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 58abfe1191..1b071aa7c3 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@eslint/js": "9.25.1", "@types/lodash": "4.17.16", "@types/marked": "6.0.0", - "@types/node": "22.15.3", + "@types/node": "24.12.2", "@types/prismjs": "1.26.5", "@types/rimraf": "4.0.5", "angular-eslint": "^21.1.0",