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

Commit e398804

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 04b1ce8 commit e398804

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

docs/rules-v1.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"lastUpdatedDate": "2025-05-06T13:38:03.950Z",
2+
"lastUpdatedDate": "2025-05-07T02:46:26.217Z",
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": 657,
7+
"releasesCount": 658,
88
"cveCount": 138,
99
"supportVersionsCount": 21,
10-
"latestVersion": "23.11.0",
10+
"latestVersion": "24.0.0",
1111
"latestVersions": {
1212
"0": "0.12.18",
1313
"1": "1.8.4",
@@ -33,6 +33,7 @@
3333
"21": "21.7.3",
3434
"22": "22.15.0",
3535
"23": "23.11.0",
36+
"24": "24.0.0",
3637
"0.10": "0.10.48",
3738
"0.12": "0.12.18",
3839
"1.0": "1.0.4",
@@ -369,7 +370,8 @@
369370
"23.8": "23.8.0",
370371
"23.9": "23.9.0",
371372
"23.10": "23.10.0",
372-
"23.11": "23.11.0"
373+
"23.11": "23.11.0",
374+
"24.0": "24.0.0"
373375
},
374376
"supportEndDates": {
375377
"4": {
@@ -4396,6 +4398,11 @@
43964398
"version": "23.11.0",
43974399
"releaseDate": "2025-04-01T00:00:00.000Z",
43984400
"patchedCveIds": []
4401+
},
4402+
"24.0.0": {
4403+
"version": "24.0.0",
4404+
"releaseDate": "2025-05-06T00:00:00.000Z",
4405+
"patchedCveIds": []
43994406
}
44004407
},
44014408
"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.20250506.1",
3+
"version": "1.20250507.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)