Skip to content

Commit e60ec7a

Browse files
authored
feat: nodejs 2025-05-14 security releases (#268)
https://nodejs.org/en/blog/vulnerability/may-2025-security-releases <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated Node.js version safety configuration to reflect the latest security patches and advisories for versions 20, 22, 23, and 24. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a097466 commit e60ec7a

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
1414
with:
1515
os: 'ubuntu-latest'
16-
version: '14, 16, 18, 20, 22'
16+
version: '14, 16, 18, 20, 22, 24'

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,25 @@
7878
"version": "18.20.6",
7979
"reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases"
8080
},
81-
">= 20.0.0 < 20.18.2": {
82-
"version": "20.18.2",
83-
"reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases"
81+
">= 20.0.0 < 20.19.2": {
82+
"version": "20.19.2",
83+
"reason": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases"
8484
},
8585
">= 21.0.0 < 21.7.2": {
8686
"version": "21.7.2",
8787
"reason": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/"
8888
},
89-
">= 22.0.0 < 22.13.1": {
90-
"version": "22.13.1",
91-
"reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases"
89+
">= 22.0.0 < 22.15.1": {
90+
"version": "22.15.1",
91+
"reason": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases"
9292
},
93-
">= 23.0.0 < 23.6.1": {
94-
"version": "23.6.1",
95-
"reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases"
93+
">= 23.0.0 < 23.11.1": {
94+
"version": "23.11.1",
95+
"reason": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases"
96+
},
97+
">= 24.0.0 < 24.0.2": {
98+
"version": "24.0.2",
99+
"reason": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases"
96100
}
97101
},
98102
"unsafe-alinode-versions": {

0 commit comments

Comments
 (0)