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

Commit d946f87

Browse files
author
Matt Loring
committed
Update dev dependencies
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.
1 parent df69fda commit d946f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"devDependencies": {
5151
"closure-npc": "*",
5252
"coveralls": "^2.11.2",
53-
"istanbul": "^0.3.17",
53+
"istanbul": "^0.4.1",
5454
"jshint": "^2.7.0",
5555
"mocha": "^2.2.4",
56-
"nock": "^2.13.0",
56+
"nock": "^3.6.0",
5757
"proxyquire": "^1.4.0"
5858
},
5959
"dependencies": {

0 commit comments

Comments
 (0)