Skip to content

Commit 6e8a3b1

Browse files
authored
feat: nodejs january 2025 security releases (#265)
closes #264 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Added three new badges to README.md: - Continuous Integration badge - Pull requests welcome badge - CodeRabbit pull request reviews badge - Removed the previous Node.js CI badge - **Chores** - Updated package.json with new Node.js version safety configurations - Updated unsafe version ranges for Node.js 18, 20, 22 - Added new unsafe version range for Node.js 23 <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent ab2cbcb commit 6e8a3b1

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# bug-versions
22

33
[![NPM version][npm-image]][npm-url]
4+
[![CI](https://github.com/cnpm/bug-versions/actions/workflows/nodejs.yml/badge.svg?branch=master)](https://github.com/cnpm/bug-versions/actions/workflows/nodejs.yml)
45
[![Known Vulnerabilities][snyk-image]][snyk-url]
56
[![npm download][download-image]][download-url]
6-
[![Node.js CI][actions-image]][actions-url]
7+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
8+
![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/cnpm/bug-versions)
79

810
[npm-image]: https://img.shields.io/npm/v/bug-versions.svg?style=flat-square
911
[npm-url]: https://npmjs.org/package/bug-versions
1012
[snyk-image]: https://snyk.io/test/npm/bug-versions/badge.svg?style=flat-square
1113
[snyk-url]: https://snyk.io/test/npm/bug-versions
1214
[download-image]: https://img.shields.io/npm/dm/bug-versions.svg?style=flat-square
1315
[download-url]: https://npmjs.org/package/bug-versions
14-
[actions-image]: https://github.com/cnpm/bug-versions/workflows/Node.js%20CI/badge.svg
15-
[actions-url]: https://github.com/cnpm/bug-versions/actions
1616

1717
collect all bug versions on npm package.
1818

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,25 @@
7474
"version": "16.20.2",
7575
"reason": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases"
7676
},
77-
">= 18.0.0 < 18.20.4": {
78-
"version": "18.20.4",
79-
"reason": "https://nodejs.org/en/blog/vulnerability/july-2024-security-releases"
77+
">= 18.0.0 < 18.20.6": {
78+
"version": "18.20.6",
79+
"reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases"
8080
},
81-
">= 20.0.0 < 20.15.1": {
82-
"version": "20.15.1",
83-
"reason": "https://nodejs.org/en/blog/vulnerability/july-2024-security-releases"
81+
">= 20.0.0 < 20.18.2": {
82+
"version": "20.18.2",
83+
"reason": "https://nodejs.org/en/blog/vulnerability/january-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.4.1": {
90-
"version": "22.4.1",
91-
"reason": "https://nodejs.org/en/blog/vulnerability/july-2024-security-releases"
89+
">= 22.0.0 < 22.13.1": {
90+
"version": "22.13.1",
91+
"reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases"
92+
},
93+
">= 23.0.0 < 23.6.1": {
94+
"version": "23.6.1",
95+
"reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases"
9296
}
9397
},
9498
"unsafe-alinode-versions": {

0 commit comments

Comments
 (0)