Skip to content

Commit

Permalink
fix: Remove tree-kill dependency
Browse files Browse the repository at this point in the history
The `tree-kill` package, introduced by `snyk-sbt-plugin` has a RCE
vulnerability. This patch raises the version of `snyk-sbt-plugin` to
remove the vulnerability.

See snyk/snyk-sbt-plugin#72 for further
information
  • Loading branch information
robcresswell committed Dec 6, 2019
1 parent be2b768 commit 9c37bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"snyk-python-plugin": "^1.14.0",
"snyk-resolve": "1.0.1",
"snyk-resolve-deps": "4.4.0",
"snyk-sbt-plugin": "2.9.0",
"snyk-sbt-plugin": "2.9.1",
"snyk-tree": "^1.0.0",
"snyk-try-require": "1.3.1",
"source-map-support": "^0.5.11",
Expand Down

0 comments on commit 9c37bb4

Please sign in to comment.