From 13fc2e001bc8388adc48ffabf03fa98bd88a1bb7 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 23 Jan 2025 22:43:50 +0800 Subject: [PATCH 1/2] feat: nodejs january 2025 security releases closes https://github.com/cnpm/bug-versions/issues/264 --- README.md | 2 ++ package.json | 22 +++++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9984563..31d9c99 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][download-url] [![Node.js CI][actions-image]][actions-url] +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com) +![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/cnpm/bug-versions) [npm-image]: https://img.shields.io/npm/v/bug-versions.svg?style=flat-square [npm-url]: https://npmjs.org/package/bug-versions diff --git a/package.json b/package.json index 7875c9c..8e87385 100644 --- a/package.json +++ b/package.json @@ -74,21 +74,25 @@ "version": "16.20.2", "reason": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases" }, - ">= 18.0.0 < 18.20.4": { - "version": "18.20.4", - "reason": "https://nodejs.org/en/blog/vulnerability/july-2024-security-releases" + ">= 18.0.0 < 18.20.6": { + "version": "18.20.6", + "reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases" }, - ">= 20.0.0 < 20.15.1": { - "version": "20.15.1", - "reason": "https://nodejs.org/en/blog/vulnerability/july-2024-security-releases" + ">= 20.0.0 < 20.18.2": { + "version": "20.18.2", + "reason": "https://nodejs.org/en/blog/vulnerability/january-2025-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" + ">= 22.0.0 < 22.13.1": { + "version": "22.13.1", + "reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases" + }, + ">= 23.0.0 < 23.6.1": { + "version": "23.6.1", + "reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases" } }, "unsafe-alinode-versions": { From a14faa90c99dce0ba0fee5cb7e024dd1b76ca220 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 23 Jan 2025 22:46:17 +0800 Subject: [PATCH 2/2] f --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 31d9c99..b92d1b9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # bug-versions [![NPM version][npm-image]][npm-url] +[![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) [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][download-url] -[![Node.js CI][actions-image]][actions-url] [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com) ![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/cnpm/bug-versions) @@ -13,8 +13,6 @@ [snyk-url]: https://snyk.io/test/npm/bug-versions [download-image]: https://img.shields.io/npm/dm/bug-versions.svg?style=flat-square [download-url]: https://npmjs.org/package/bug-versions -[actions-image]: https://github.com/cnpm/bug-versions/workflows/Node.js%20CI/badge.svg -[actions-url]: https://github.com/cnpm/bug-versions/actions collect all bug versions on npm package.