Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:diff:20180305
- https://snyk.io/vuln/npm:lodash:20180130
  • Loading branch information
snyk-bot committed Dec 8, 2018
1 parent 1d76a49 commit 942a6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"diff": "^3.2.0",
"diff": "^3.5.0",
"handlebars": "^4.0.6",
"lodash": "^4.17.4"
"lodash": "^4.17.5"
},
"devDependencies": {
"app-root-path": "^2.0.1",
Expand Down

0 comments on commit 942a6f2

Please sign in to comment.