-
Notifications
You must be signed in to change notification settings - Fork 193
feat: update node.js unsafe versions for january 13 2026 security releases #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. Comment |
- Update Node.js 20.x to 20.20.0 (from 20.19.4) - Update Node.js 22.x to 22.22.0 (from 22.17.1) - Update Node.js 24.x to 24.13.0 (from 24.4.1) - Add Node.js 25.x at 25.3.0 - Remove Node.js v18.x (EOL on 2025-04-30) - Remove Node.js v23.x (not included in December 2025 security release) All changes reference: https://nodejs.org/en/blog/vulnerability/december-2025-security-releases Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
Keep v18 and v23 entries as requested. - Update Node.js 20.x to 20.20.0 (from 20.19.4) - Update Node.js 22.x to 22.22.0 (from 22.17.1) - Update Node.js 24.x to 24.13.0 (from 24.4.1) - Add Node.js 25.x at 25.3.0 - Keep Node.js v18.x at 18.20.6 (January 2025 release) - Keep Node.js v23.x at 23.11.1 (May 2025 release) Reference: https://nodejs.org/en/blog/vulnerability/december-2025-security-releases Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
|
🎉 This PR is included in version 1.119.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Node.js published security releases on December 15, 2025 for active release lines (20.x, 22.x, 24.x, 25.x).
Updated to secure versions:
20.19.4→20.20.022.17.1→22.22.024.4.1→24.13.025.3.0Preserved existing entries:
18.20.6(January 2025 release)23.11.1(May 2025 release)All updated entries reference: https://nodejs.org/en/blog/vulnerability/december-2025-security-releases
The repository maintains entries for all Node.js versions, including EOL versions, to ensure users are warned about unsafe versions regardless of which Node.js version they're using.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.