Skip to content

Commit

Permalink
Remove dependency on compromised flatmap-stream package.
Browse files Browse the repository at this point in the history
We use npm-run-all to build css before running the app in development mode. The version we were using depends, through ps-tree, on the event-stream package which has been compromised.

- indexzero/ps-tree#34
- dominictarr/event-stream#116
- dominictarr/event-stream#115

Upgrading to the latest npm-run-all fixes this issue.
  • Loading branch information
cramakri committed Nov 27, 2018
1 parent 1f64130 commit de5d940
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 73 deletions.
88 changes: 16 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"immutable": "^3.8.2",
"jquery": "^3.2.1",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.1.2",
"npm-run-all": "^4.1.5",
"popper.js": "^1.12.9",
"qs": "^6.5.1",
"react": "^16.2.0",
Expand Down

0 comments on commit de5d940

Please sign in to comment.