Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
I was playing around with snyk and found
https://snyk.io/vuln/npm:uglify-js:20151024. We depend on uglify
through istanbul (dev only) so it shouldn't matter but
updating is always good as are green badges.
  • Loading branch information
Matt Loring committed Dec 28, 2015
1 parent df69fda commit d946f87
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 @@ -50,10 +50,10 @@
"devDependencies": {
"closure-npc": "*",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"istanbul": "^0.4.1",
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"nock": "^2.13.0",
"nock": "^3.6.0",
"proxyquire": "^1.4.0"
},
"dependencies": {
Expand Down

0 comments on commit d946f87

Please sign in to comment.