From 5e8cbf16cfd55be193dbd9b8a4df3af3135b06f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Aug 2020 02:44:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d519a6d498f..0d3a7a3284a 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ } ], "devDependencies": { - "grunt": "~0.4.0", + "grunt": "~1.0.3", "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",