From f724c1844156a0ddac55a309962ad79a651ed3cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 20:30:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 729cfa3..2168776 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "expect.js": "^0.3.1", - "jscs": "^1.11.3", + "jscs": "^2.0.0", "jshint": "^2.6.3", "mocha": "^2.2.1", "newman": "^3.1.0",