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

Commit 9a2f0c4

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent a721b38 commit 9a2f0c4

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

docs/rules-v1.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"lastUpdatedDate": "2025-07-31T13:47:40.282Z",
2+
"lastUpdatedDate": "2025-08-01T03:21:44.115Z",
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": 673,
7+
"releasesCount": 675,
88
"cveCount": 143,
99
"supportVersionsCount": 23,
10-
"latestVersion": "24.4.1",
10+
"latestVersion": "24.5.0",
1111
"latestVersions": {
1212
"0": "0.12.18",
1313
"1": "1.8.4",
@@ -31,9 +31,9 @@
3131
"19": "19.9.0",
3232
"20": "20.19.4",
3333
"21": "21.7.3",
34-
"22": "22.17.1",
34+
"22": "22.18.0",
3535
"23": "23.11.1",
36-
"24": "24.4.1",
36+
"24": "24.5.0",
3737
"0.10": "0.10.48",
3838
"0.12": "0.12.18",
3939
"1.0": "1.0.4",
@@ -361,6 +361,7 @@
361361
"22.15": "22.15.1",
362362
"22.16": "22.16.0",
363363
"22.17": "22.17.1",
364+
"22.18": "22.18.0",
364365
"23.0": "23.0.0",
365366
"23.1": "23.1.0",
366367
"23.2": "23.2.0",
@@ -377,7 +378,8 @@
377378
"24.1": "24.1.0",
378379
"24.2": "24.2.0",
379380
"24.3": "24.3.0",
380-
"24.4": "24.4.1"
381+
"24.4": "24.4.1",
382+
"24.5": "24.5.0"
381383
},
382384
"supportEndDates": {
383385
"4": {
@@ -4393,6 +4395,11 @@
43934395
"CVE-2025-27210"
43944396
]
43954397
},
4398+
"22.18.0": {
4399+
"version": "22.18.0",
4400+
"releaseDate": "2025-07-31T00:00:00.000Z",
4401+
"patchedCveIds": []
4402+
},
43964403
"23.0.0": {
43974404
"version": "23.0.0",
43984405
"releaseDate": "2024-10-16T00:00:00.000Z",
@@ -4514,6 +4521,11 @@
45144521
"CVE-2025-27209",
45154522
"CVE-2025-27210"
45164523
]
4524+
},
4525+
"24.5.0": {
4526+
"version": "24.5.0",
4527+
"releaseDate": "2025-07-31T00:00:00.000Z",
4528+
"patchedCveIds": []
45174529
}
45184530
},
45194531
"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.20250731.1",
3+
"version": "1.20250801.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)