Skip to content

Commit 022f772

Browse files
author
Phil Varner
committed
update with more malicious packages
1 parent e2c09c1 commit 022f772

File tree

3 files changed

+53
-26
lines changed

3 files changed

+53
-26
lines changed

.nsprc

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"1107275": {
3-
"active": true,
4-
"notes": "color-convert security vulnerability in version 3.1.1",
5-
"expiry": "2025-11-01"
6-
},
72
"1107280": {
83
"active": true,
94
"notes": "color-name security vulnerability in version 2.0.1",
@@ -14,19 +9,40 @@
149
"notes": "color-string security vulnerability in version 2.1.1",
1510
"expiry": "2025-11-01"
1611
},
17-
"1107274": {
12+
"1107278": {
13+
"active": true,
14+
"notes": "is-arrayish security vulnerability in version 0.3.3",
15+
"expiry": "2025-11-01"
16+
},
17+
"1107292": {
1818
"active": true,
19-
"notes": "debug security vulnerability in version 4.4.2",
19+
"notes": "ansi-regex security vulnerability in version 6.2.1",
2020
"expiry": "2025-11-01"
2121
},
22-
"1107278": {
22+
"1107296": {
2323
"active": true,
24-
"notes": "is-arrayish security vulnerability in version 0.3.3",
24+
"notes": "ansi-styles security vulnerability in version 6.2.2",
25+
"expiry": "2025-11-01"
26+
},
27+
"1107295": {
28+
"active": true,
29+
"notes": "chalk security vulnerability in version 5.6.1",
30+
"expiry": "2025-11-01"
31+
},
32+
33+
"1107294": {
34+
"active": true,
35+
"notes": "strip-ansi security vulnerability in version 7.1.1",
36+
"expiry": "2025-11-01"
37+
},
38+
"1107293": {
39+
"active": true,
40+
"notes": "supports-color security vulnerability in version 10.2.1",
2541
"expiry": "2025-11-01"
2642
},
27-
"1107279": {
43+
"1107291": {
2844
"active": true,
29-
"notes": "simple-swizzle security vulnerability in version 0.2.3",
45+
"notes": "wrap-ansi security vulnerability in version 9.0.1",
3046
"expiry": "2025-11-01"
3147
}
3248
}

package-lock.json

Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,32 @@
5959
"@mapbox/extent": "^0.4.0",
6060
"@opensearch-project/opensearch": "^2.13.0",
6161
"@redocly/cli": "^2.0.8",
62-
"color-convert": "<=3.1.0",
63-
"color-name": "<=2.0.0",
64-
"color-string": "<=2.1.0",
62+
"ansi-regex": "<6.2.1 || >6.2.1",
63+
"ansi-styles": "<6.2.2 || >6.2.2",
64+
"chalk": "<5.6.1 || >5.6.1",
65+
"color-convert": "<3.1.1 || >3.1.1",
66+
"color-name": "<2.0.1 || >2.0.1",
67+
"color-string": "<2.1.1 || >2.1.1",
6568
"compression": "^1.8.1",
6669
"cors": "^2.8.5",
67-
"debug": "<=4.4.1",
70+
"debug": "<4.4.2 || >4.4.2",
6871
"express": "^4.21.2",
6972
"got": "^13.0",
7073
"http-errors": "^2.0.0",
71-
"is-arrayish": "<=0.3.2",
74+
"is-arrayish": "<0.3.3 || >0.3.3",
7275
"lodash-es": "^4.17.21",
7376
"memorystream": "^0.3.1",
7477
"morgan": "^1.10.1",
7578
"p-filter": "^4.1.0",
7679
"serverless-http": "^3.2.0",
77-
"simple-swizzle": "<=0.2.2",
80+
"simple-swizzle": "<0.2.3 || >0.2.3",
81+
"strip-ansi": "<7.1.1 || >7.1.1",
82+
"supports-color": "<10.2.1 || >10.2.1",
7883
"through2": "^4.0.2",
7984
"ts-loader": "^9.5.4",
8085
"winston": "^3.17.0",
81-
"xml2js": "0.6.2",
86+
"wrap-ansi": "<9.0.1 || >9.0.1",
87+
"xml2js": "^0.6.2",
8288
"zod": "^4.1.5"
8389
},
8490
"devDependencies": {

0 commit comments

Comments
 (0)