Skip to content

Commit bcb9769

Browse files
committed
JS: pin transitive deps with overrides
1 parent 4ff1cf7 commit bcb9769

File tree

2 files changed

+84
-196
lines changed

2 files changed

+84
-196
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@
4545
"ws@>=6.0.0 <6.2.3": "6.2.3",
4646
"ws@>=7.0.0 <7.5.10": "7.5.10",
4747
"ws@>=8.0.0 <8.17.1": "8.17.1",
48-
"xml2js@<0.5.0": ">=0.5.0"
48+
"xml2js@<0.5.0": ">=0.5.0",
49+
"chalk": "5.3.0",
50+
"strip-ansi": "7.1.0",
51+
"color-convert": "2.0.1",
52+
"color-name": "1.1.4",
53+
"is-core-module": "2.13.1",
54+
"error-ex": "1.3.2",
55+
"has-ansi": "5.0.1"
4956
}
5057
},
5158
"private": true,

0 commit comments

Comments
 (0)