Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 5792d01

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent e6a2b14 commit 5792d01

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

docs/rules-v1.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"lastUpdatedDate": "2025-02-26T13:30:59.206Z",
2+
"lastUpdatedDate": "2025-02-27T02:24:22.012Z",
33
"name": "Node Version Audit",
44
"website": "https://github.com/lightswitch05/node-version-audit",
55
"license": "https://github.com/lightswitch05/node-version-audit/blob/master/LICENSE",
66
"source": "https://www.github.developerdan.com/node-version-audit/rules-v1.json",
7-
"releasesCount": 649,
7+
"releasesCount": 650,
88
"cveCount": 173,
99
"supportVersionsCount": 21,
10-
"latestVersion": "23.8.0",
10+
"latestVersion": "23.9.0",
1111
"latestVersions": {
1212
"0": "0.12.18",
1313
"1": "1.8.4",
@@ -32,7 +32,7 @@
3232
"20": "20.18.3",
3333
"21": "21.7.3",
3434
"22": "22.14.0",
35-
"23": "23.8.0",
35+
"23": "23.9.0",
3636
"0.10": "0.10.48",
3737
"0.12": "0.12.18",
3838
"1.0": "1.0.4",
@@ -364,7 +364,8 @@
364364
"23.5": "23.5.0",
365365
"23.6": "23.6.1",
366366
"23.7": "23.7.0",
367-
"23.8": "23.8.0"
367+
"23.8": "23.8.0",
368+
"23.9": "23.9.0"
368369
},
369370
"supportEndDates": {
370371
"4": {
@@ -4351,6 +4352,11 @@
43514352
"version": "23.8.0",
43524353
"releaseDate": "2025-02-13T00:00:00.000Z",
43534354
"patchedCveIds": []
4355+
},
4356+
"23.9.0": {
4357+
"version": "23.9.0",
4358+
"releaseDate": "2025-02-26T00:00:00.000Z",
4359+
"patchedCveIds": []
43544360
}
43554361
},
43564362
"cves": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-version-audit",
3-
"version": "1.20250226.1",
3+
"version": "1.20250227.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)