Skip to content

Commit 47234fa

Browse files
authored
Fix rolling build by making ws not so needy (#4694)
For #4497
1 parent 09ce1d4 commit 47234fa

3 files changed

Lines changed: 20 additions & 27 deletions

File tree

news/3 Code Health/4497.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Force WS to at least 6.2 to alleviate security concerns.
1+
Force WS to at least 3.3.1 to alleviate security concerns.

package-lock.json

Lines changed: 18 additions & 25 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
@@ -2243,7 +2243,7 @@
22432243
"vscode-languageserver-protocol": "^3.10.3",
22442244
"vsls": "^0.3.1291",
22452245
"winreg": "^1.2.4",
2246-
"ws": "^6.2.0",
2246+
"ws": "^3.3.1",
22472247
"xml2js": "^0.4.19"
22482248
},
22492249
"devDependencies": {

0 commit comments

Comments
 (0)