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:minimatch:20160620
  • Loading branch information
snyk-bot committed Oct 25, 2018
1 parent a0a2d46 commit 25418be
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 @@ -21,8 +21,8 @@
"extend": "^2.0.0",
"fs-extra": "^0.12.0",
"github": "^12.0.1",
"glob": "^4.0.6",
"istanbul": "^0.3.2",
"glob": "^5.0.15",
"istanbul": "^0.4.5",
"worker-farm": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 25418be

Please sign in to comment.