From e91238f7d46b306425b5ed07103e74f82670af83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jul 2020 21:47:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ddc92dd54af..2a6f78e4ebe 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-cli": "0.1.9", "phantomjs": "1.9.18", "grunt-lib-phantomjs": "0.3.0", - "grunt-eslint": "19.0.0", + "grunt-eslint": "20.0.0", "grunt-contrib-watch": "1.0.0", "grunt-contrib-jasmine": "0.4.2", "grunt-template-jasmine-requirejs": "0.1.0", @@ -46,7 +46,7 @@ "grunt-contrib-clean": "0.4.1", "grunt-contrib-copy": "0.4.1", "grunt-contrib-htmlmin": "0.1.3", - "grunt-contrib-less": "1.4.0", + "grunt-contrib-less": "2.0.0", "grunt-contrib-requirejs": "0.4.1", "grunt-contrib-uglify": "0.2.0", "grunt-contrib-concat": "0.3.0", @@ -57,7 +57,7 @@ "q": "1.4.1", "rewire": "1.1.2", "tar": "2.2.1", - "webpack": "2.2.1", + "webpack": "3.11.0", "xmldoc": "0.1.2", "zlib": "1.0.5" },