From 92bcd051ca2d7dbeaf6d88f9b9dfb66795d01151 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 03:11:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 729cfa3..cdeab56 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ }, "devDependencies": { "expect.js": "^0.3.1", - "jscs": "^1.11.3", + "jscs": "^2.5.0", "jshint": "^2.6.3", - "mocha": "^2.2.1", + "mocha": "^3.0.0", "newman": "^3.1.0", - "waterline-adapter-tests": "~0.10.7", + "waterline-adapter-tests": "~1.0.0", "captains-log": "~0.11.5" }, "scripts": {