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

Commit 7502f48

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 0f969d2 commit 7502f48

3 files changed

Lines changed: 34 additions & 12 deletions

File tree

docs/rules-v1.json

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"lastUpdatedDate": "2025-07-15T13:46:39.285Z",
2+
"lastUpdatedDate": "2025-07-16T03:02:15.417Z",
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": 670,
7+
"releasesCount": 673,
88
"cveCount": 141,
99
"supportVersionsCount": 23,
10-
"latestVersion": "24.4.0",
10+
"latestVersion": "24.4.1",
1111
"latestVersions": {
1212
"0": "0.12.18",
1313
"1": "1.8.4",
@@ -29,11 +29,11 @@
2929
"17": "17.9.1",
3030
"18": "18.20.8",
3131
"19": "19.9.0",
32-
"20": "20.19.3",
32+
"20": "20.19.4",
3333
"21": "21.7.3",
34-
"22": "22.17.0",
34+
"22": "22.17.1",
3535
"23": "23.11.1",
36-
"24": "24.4.0",
36+
"24": "24.4.1",
3737
"0.10": "0.10.48",
3838
"0.12": "0.12.18",
3939
"1.0": "1.0.4",
@@ -334,7 +334,7 @@
334334
"20.16": "20.16.0",
335335
"20.17": "20.17.0",
336336
"20.18": "20.18.3",
337-
"20.19": "20.19.3",
337+
"20.19": "20.19.4",
338338
"21.0": "21.0.0",
339339
"21.1": "21.1.0",
340340
"21.2": "21.2.0",
@@ -360,7 +360,7 @@
360360
"22.14": "22.14.0",
361361
"22.15": "22.15.1",
362362
"22.16": "22.16.0",
363-
"22.17": "22.17.0",
363+
"22.17": "22.17.1",
364364
"23.0": "23.0.0",
365365
"23.1": "23.1.0",
366366
"23.2": "23.2.0",
@@ -377,7 +377,7 @@
377377
"24.1": "24.1.0",
378378
"24.2": "24.2.0",
379379
"24.3": "24.3.0",
380-
"24.4": "24.4.0"
380+
"24.4": "24.4.1"
381381
},
382382
"supportEndDates": {
383383
"4": {
@@ -4173,6 +4173,13 @@
41734173
"releaseDate": "2025-06-23T00:00:00.000Z",
41744174
"patchedCveIds": []
41754175
},
4176+
"20.19.4": {
4177+
"version": "20.19.4",
4178+
"releaseDate": "2025-07-15T00:00:00.000Z",
4179+
"patchedCveIds": [
4180+
"CVE-2025-27210"
4181+
]
4182+
},
41764183
"21.0.0": {
41774184
"version": "21.0.0",
41784185
"releaseDate": "2023-10-17T00:00:00.000Z",
@@ -4379,6 +4386,13 @@
43794386
"releaseDate": "2025-06-24T00:00:00.000Z",
43804387
"patchedCveIds": []
43814388
},
4389+
"22.17.1": {
4390+
"version": "22.17.1",
4391+
"releaseDate": "2025-07-15T00:00:00.000Z",
4392+
"patchedCveIds": [
4393+
"CVE-2025-27210"
4394+
]
4395+
},
43824396
"23.0.0": {
43834397
"version": "23.0.0",
43844398
"releaseDate": "2024-10-16T00:00:00.000Z",
@@ -4492,6 +4506,14 @@
44924506
"version": "24.4.0",
44934507
"releaseDate": "2025-07-09T00:00:00.000Z",
44944508
"patchedCveIds": []
4509+
},
4510+
"24.4.1": {
4511+
"version": "24.4.1",
4512+
"releaseDate": "2025-07-15T00:00:00.000Z",
4513+
"patchedCveIds": [
4514+
"CVE-2025-27209",
4515+
"CVE-2025-27210"
4516+
]
44954517
}
44964518
},
44974519
"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.20250715.1",
3+
"version": "1.20250716.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)