Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities (#108)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:braces:20180219
  • Loading branch information
snyk-bot authored and atian25 committed Sep 6, 2018
1 parent 5bddf15 commit e910ae3
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 @@ -22,10 +22,10 @@
"source-map-support": "^0.5.6",
"mocha": "^5.2.0",
"mz-modules": "^2.1.0",
"nyc": "^12.0.2",
"nyc": "^13.0.1",
"power-assert": "^1.6.0",
"semver": "^5.5.0",
"test-exclude": "^4.2.1",
"test-exclude": "^5.0.0",
"ts-node": "^7.0.0",
"ypkgfiles": "^1.6.0"
},
Expand Down

0 comments on commit e910ae3

Please sign in to comment.