Skip to content

Commit

Permalink
feat: node.js monday, july 8, 2024 security releases (#260)
Browse files Browse the repository at this point in the history
see https://nodejs.org/en/blog/vulnerability/july-2024-security-releases

closes #252

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated Node.js version configurations to enhance security compliance.
	- Added support for Node.js version `22.x`.

- **Bug Fixes**
- Adjusted version ranges for Node.js versions `18.x` and `20.x` to
address recent security advisories.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
fengmk2 authored Dec 3, 2024
1 parent 5ebce5c commit c6b81e3
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,21 @@
"version": "16.20.2",
"reason": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases"
},
">= 18.0.0 < 18.20.1": {
"version": "18.20.1",
"reason": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/"
">= 18.0.0 < 18.20.4": {
"version": "18.20.4",
"reason": "https://nodejs.org/en/blog/vulnerability/july-2024-security-releases"
},
">= 20.0.0 < 20.12.1": {
"version": "20.12.1",
"reason": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/"
">= 20.0.0 < 20.15.1": {
"version": "20.15.1",
"reason": "https://nodejs.org/en/blog/vulnerability/july-2024-security-releases"
},
">= 21.0.0 < 21.7.2": {
"version": "21.7.2",
"reason": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/"
},
">= 22.0.0 < 22.4.1": {
"version": "22.4.1",
"reason": "https://nodejs.org/en/blog/vulnerability/july-2024-security-releases"
}
},
"unsafe-alinode-versions": {
Expand Down

0 comments on commit c6b81e3

Please sign in to comment.