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

Commit bcf17b7

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 932208b commit bcf17b7

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-06-24T13:41:37.354Z",
2+
"lastUpdatedDate": "2025-06-25T02:54:51.622Z",
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": 667,
7+
"releasesCount": 669,
88
"cveCount": 141,
99
"supportVersionsCount": 21,
10-
"latestVersion": "24.2.0",
10+
"latestVersion": "24.3.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.3",
3333
"21": "21.7.3",
34-
"22": "22.16.0",
34+
"22": "22.17.0",
3535
"23": "23.11.1",
36-
"24": "24.2.0",
36+
"24": "24.3.0",
3737
"0.10": "0.10.48",
3838
"0.12": "0.12.18",
3939
"1.0": "1.0.4",
@@ -360,6 +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",
363364
"23.0": "23.0.0",
364365
"23.1": "23.1.0",
365366
"23.2": "23.2.0",
@@ -374,7 +375,8 @@
374375
"23.11": "23.11.1",
375376
"24.0": "24.0.2",
376377
"24.1": "24.1.0",
377-
"24.2": "24.2.0"
378+
"24.2": "24.2.0",
379+
"24.3": "24.3.0"
378380
},
379381
"supportEndDates": {
380382
"4": {
@@ -4360,6 +4362,11 @@
43604362
"releaseDate": "2025-05-21T00:00:00.000Z",
43614363
"patchedCveIds": []
43624364
},
4365+
"22.17.0": {
4366+
"version": "22.17.0",
4367+
"releaseDate": "2025-06-24T00:00:00.000Z",
4368+
"patchedCveIds": []
4369+
},
43634370
"23.0.0": {
43644371
"version": "23.0.0",
43654372
"releaseDate": "2024-10-16T00:00:00.000Z",
@@ -4463,6 +4470,11 @@
44634470
"version": "24.2.0",
44644471
"releaseDate": "2025-06-09T00:00:00.000Z",
44654472
"patchedCveIds": []
4473+
},
4474+
"24.3.0": {
4475+
"version": "24.3.0",
4476+
"releaseDate": "2025-06-24T00:00:00.000Z",
4477+
"patchedCveIds": []
44664478
}
44674479
},
44684480
"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.20250624.0",
3+
"version": "1.20250625.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)