From dc0b1738e6f3499317d80784d8eb024fc67d2b46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Oct 2018 07:55:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dcbcbdd0a..fd1983f1e 100644 --- a/package.json +++ b/package.json @@ -60,12 +60,12 @@ ] }, "devDependencies": { - "codeclimate-test-reporter": "0.0.4", + "codeclimate-test-reporter": "0.5.1", "glob": "^5.0.3", - "istanbul": "^0.3.13", - "mocha": "^2.2.1", + "istanbul": "^0.4.5", + "mocha": "^3.0.0", "should": "^5.2.0", - "standard": "^3.3.0" + "standard": "^6.0.0" }, "dependencies": { "async": "^0.9.0",