From 11286e4b5f344559e6305336161039095f5bdb8e Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 29 Jul 2019 14:17:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d519a6d498f..31ca44df4b4 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ } ], "devDependencies": { - "grunt": "~0.4.0", + "grunt": "~1.0.4", "grunt-cli": "1.2.0", "grunt-contrib-clean": "1.0.0", "grunt-contrib-copy": "1.0.0", - "grunt-contrib-csslint": "1.0.0", + "grunt-contrib-csslint": "2.0.0", "grunt-contrib-jshint": "1.0.0", "grunt-contrib-qunit": "1.2.0", "grunt-contrib-requirejs": "1.0.0",