Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(dependencies): upgrade npm-run-all version to 4.1.5 (#2807)
Browse files Browse the repository at this point in the history
* fix(dependencies): Remove npm-run-all from dependencies

npm-run-all is not being used anywhere and it depends on event-stream package. The event-stream package depends on flatmap-stream which was removed from npmjs because it contains a crypto-coin stealing malware

* test-commit
  • Loading branch information
jarifibrahim authored and joshuawilson committed Nov 27, 2018
1 parent 63d2406 commit 3b9baa5
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 118 deletions.
178 changes: 61 additions & 117 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 @@ -189,7 +189,7 @@
"ngx-fabric8-wit": "^6.20.2",
"ngx-feature-flag": "^1.0.0",
"ngx-login-client": "2.4.1",
"npm-run-all": "4.1.1",
"npm-run-all": "^4.1.5",
"optimize-js-plugin": "0.0.4",
"patternfly": "3.29.11",
"precss": "2.0.0",
Expand Down

0 comments on commit 3b9baa5

Please sign in to comment.