Skip to content

Commit af51a15

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 49fd58f commit af51a15

File tree

3 files changed

+46
-14
lines changed

3 files changed

+46
-14
lines changed

docs/rules-v1.json

Lines changed: 43 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"lastUpdatedDate": "2025-05-14T13:37:05.201Z",
2+
"lastUpdatedDate": "2025-05-15T02:45:26.996Z",
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": 659,
7+
"releasesCount": 663,
88
"cveCount": 138,
99
"supportVersionsCount": 21,
10-
"latestVersion": "24.0.1",
10+
"latestVersion": "24.0.2",
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.1",
32+
"20": "20.19.2",
3333
"21": "21.7.3",
34-
"22": "22.15.0",
35-
"23": "23.11.0",
36-
"24": "24.0.1",
34+
"22": "22.15.1",
35+
"23": "23.11.1",
36+
"24": "24.0.2",
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.1",
337+
"20.19": "20.19.2",
338338
"21.0": "21.0.0",
339339
"21.1": "21.1.0",
340340
"21.2": "21.2.0",
@@ -358,7 +358,7 @@
358358
"22.12": "22.12.0",
359359
"22.13": "22.13.1",
360360
"22.14": "22.14.0",
361-
"22.15": "22.15.0",
361+
"22.15": "22.15.1",
362362
"23.0": "23.0.0",
363363
"23.1": "23.1.0",
364364
"23.2": "23.2.0",
@@ -370,8 +370,8 @@
370370
"23.8": "23.8.0",
371371
"23.9": "23.9.0",
372372
"23.10": "23.10.0",
373-
"23.11": "23.11.0",
374-
"24.0": "24.0.1"
373+
"23.11": "23.11.1",
374+
"24.0": "24.0.2"
375375
},
376376
"supportEndDates": {
377377
"4": {
@@ -4141,6 +4141,16 @@
41414141
"releaseDate": "2025-04-22T00:00:00.000Z",
41424142
"patchedCveIds": []
41434143
},
4144+
"20.19.2": {
4145+
"version": "20.19.2",
4146+
"releaseDate": "2025-05-14T00:00:00.000Z",
4147+
"patchedCveIds": [
4148+
"CVE-2024-27982",
4149+
"CVE-2025-23165",
4150+
"CVE-2025-23166",
4151+
"CVE-2025-23167"
4152+
]
4153+
},
41444154
"21.0.0": {
41454155
"version": "21.0.0",
41464156
"releaseDate": "2023-10-17T00:00:00.000Z",
@@ -4329,6 +4339,14 @@
43294339
"releaseDate": "2025-04-23T00:00:00.000Z",
43304340
"patchedCveIds": []
43314341
},
4342+
"22.15.1": {
4343+
"version": "22.15.1",
4344+
"releaseDate": "2025-05-14T00:00:00.000Z",
4345+
"patchedCveIds": [
4346+
"CVE-2025-23165",
4347+
"CVE-2025-23166"
4348+
]
4349+
},
43324350
"23.0.0": {
43334351
"version": "23.0.0",
43344352
"releaseDate": "2024-10-16T00:00:00.000Z",
@@ -4399,6 +4417,13 @@
43994417
"releaseDate": "2025-04-01T00:00:00.000Z",
44004418
"patchedCveIds": []
44014419
},
4420+
"23.11.1": {
4421+
"version": "23.11.1",
4422+
"releaseDate": "2025-05-14T00:00:00.000Z",
4423+
"patchedCveIds": [
4424+
"CVE-2025-23166"
4425+
]
4426+
},
44024427
"24.0.0": {
44034428
"version": "24.0.0",
44044429
"releaseDate": "2025-05-06T00:00:00.000Z",
@@ -4408,6 +4433,13 @@
44084433
"version": "24.0.1",
44094434
"releaseDate": "2025-05-08T00:00:00.000Z",
44104435
"patchedCveIds": []
4436+
},
4437+
"24.0.2": {
4438+
"version": "24.0.2",
4439+
"releaseDate": "2025-05-14T00:00:00.000Z",
4440+
"patchedCveIds": [
4441+
"CVE-2025-23166"
4442+
]
44114443
}
44124444
},
44134445
"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.20250514.1",
3+
"version": "1.20250515.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)