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

Commit a05e891

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 0e5c816 commit a05e891

3 files changed

Lines changed: 21 additions & 9 deletions

File tree

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-05-21T13:37:49.492Z",
2+
"lastUpdatedDate": "2025-05-22T02:47:36.259Z",
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": 663,
7+
"releasesCount": 665,
88
"cveCount": 141,
99
"supportVersionsCount": 21,
10-
"latestVersion": "24.0.2",
10+
"latestVersion": "24.1.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.2",
3333
"21": "21.7.3",
34-
"22": "22.15.1",
34+
"22": "22.16.0",
3535
"23": "23.11.1",
36-
"24": "24.0.2",
36+
"24": "24.1.0",
3737
"0.10": "0.10.48",
3838
"0.12": "0.12.18",
3939
"1.0": "1.0.4",
@@ -359,6 +359,7 @@
359359
"22.13": "22.13.1",
360360
"22.14": "22.14.0",
361361
"22.15": "22.15.1",
362+
"22.16": "22.16.0",
362363
"23.0": "23.0.0",
363364
"23.1": "23.1.0",
364365
"23.2": "23.2.0",
@@ -371,7 +372,8 @@
371372
"23.9": "23.9.0",
372373
"23.10": "23.10.0",
373374
"23.11": "23.11.1",
374-
"24.0": "24.0.2"
375+
"24.0": "24.0.2",
376+
"24.1": "24.1.0"
375377
},
376378
"supportEndDates": {
377379
"4": {
@@ -4347,6 +4349,11 @@
43474349
"CVE-2025-23166"
43484350
]
43494351
},
4352+
"22.16.0": {
4353+
"version": "22.16.0",
4354+
"releaseDate": "2025-05-21T00:00:00.000Z",
4355+
"patchedCveIds": []
4356+
},
43504357
"23.0.0": {
43514358
"version": "23.0.0",
43524359
"releaseDate": "2024-10-16T00:00:00.000Z",
@@ -4440,6 +4447,11 @@
44404447
"patchedCveIds": [
44414448
"CVE-2025-23166"
44424449
]
4450+
},
4451+
"24.1.0": {
4452+
"version": "24.1.0",
4453+
"releaseDate": "2025-05-21T00:00:00.000Z",
4454+
"patchedCveIds": []
44434455
}
44444456
},
44454457
"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.20250521.1",
3+
"version": "1.20250522.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)