Skip to content

Commit e9a67d7

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent f614f5a commit e9a67d7

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

docs/rules-v1.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"lastUpdatedDate": "2025-04-01T13:35:40.848Z",
2+
"lastUpdatedDate": "2025-04-02T13:34:51.085Z",
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": 653,
7+
"releasesCount": 654,
88
"cveCount": 173,
99
"supportVersionsCount": 21,
10-
"latestVersion": "23.10.0",
10+
"latestVersion": "23.11.0",
1111
"latestVersions": {
1212
"0": "0.12.18",
1313
"1": "1.8.4",
@@ -32,7 +32,7 @@
3232
"20": "20.19.0",
3333
"21": "21.7.3",
3434
"22": "22.14.0",
35-
"23": "23.10.0",
35+
"23": "23.11.0",
3636
"0.10": "0.10.48",
3737
"0.12": "0.12.18",
3838
"1.0": "1.0.4",
@@ -367,7 +367,8 @@
367367
"23.7": "23.7.0",
368368
"23.8": "23.8.0",
369369
"23.9": "23.9.0",
370-
"23.10": "23.10.0"
370+
"23.10": "23.10.0",
371+
"23.11": "23.11.0"
371372
},
372373
"supportEndDates": {
373374
"4": {
@@ -4374,6 +4375,11 @@
43744375
"version": "23.10.0",
43754376
"releaseDate": "2025-03-13T00:00:00.000Z",
43764377
"patchedCveIds": []
4378+
},
4379+
"23.11.0": {
4380+
"version": "23.11.0",
4381+
"releaseDate": "2025-04-01T00:00:00.000Z",
4382+
"patchedCveIds": []
43774383
}
43784384
},
43794385
"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.20250401.1",
3+
"version": "1.20250402.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)