From dc1824d01ce973d17eabada49f7d963d02d58dc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Apr 2023 09:28:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:growl:20160721 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6e6f22..dfbb128 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "is-stream": "1.0.1" }, "devDependencies": { - "mocha": "^3.4.2", + "mocha": "^4.0.0", "jshint": "2.x.x", "travis-cov": "0.x.x", "blanket": "1.x.x",