Skip to content

Commit 41b9538

Browse files
committed
Downgrade event-stream to 3.3.4
> The NPM package flatmap-stream is considered malicious. A malicious > actor added this package as a dependency to the NPM event-stream package > in versions 3.3.6 and later. Users of event-stream are encouraged to > downgrade to the last non-malicious version, 3.3.4. See dominictarr/event-stream#116
1 parent a64e083 commit 41b9538

File tree

2 files changed

+39
-54
lines changed

2 files changed

+39
-54
lines changed

vscode-dotty/package-lock.json

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

vscode-dotty/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
"vscode-jsonrpc": "4.0.0",
115115
"ws": "^6.0.0",
116116
"archiver": "^3.0.0",
117-
"request": "^2.88.0"
117+
"request": "^2.88.0",
118+
"event-stream": "=3.3.4"
118119
},
119120
"devDependencies": {
120121
"@types/compare-versions": "^3.0.0",

0 commit comments

Comments
 (0)