From d946f8715fa1e8b0aa3f46627f1a5739e49c5c6b Mon Sep 17 00:00:00 2001 From: Matt Loring Date: Mon, 28 Dec 2015 04:49:48 -0800 Subject: [PATCH] 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. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 59378f5a..8eb1567e 100644 --- a/package.json +++ b/package.json @@ -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": {