From 0a493ed3eafb5a6e30c91b589ea5102df462301e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Oct 2020 08:43:15 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9094cdf917254..63049ad0bfad5 100644 --- a/package.json +++ b/package.json @@ -68,9 +68,9 @@ "license": "Apache-2.0", "dependencies": { "eventemitter3": "^1.2.0", - "grunt-jscs": "~1.5.x", + "grunt-jscs": "~2.3.0", "grunt-sass-lint": "^0.1.0", - "grunt-sync": "^0.4.1", + "grunt-sync": "^0.6.2", "karma-sinon": "^1.0.3", "lodash": "^2.4.1", "remarkable": "^1.6.2",