From: Ċ½eljko Filipin Date: Fri, 15 Jun 2018 11:46:46 +0000 (+0200) Subject: Update grunt and grunt-contrib-watch to resolve vulnerabilities X-Git-Tag: 1.34.0-rc.0~5043^2 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=9029425a8a7ffac965a27eba76c11cf53c3eac1f;p=lhc%2Fweb%2Fwiklou.git Update grunt and grunt-contrib-watch to resolve vulnerabilities `npm audit` found 27 vulnerabilities (11 low, 12 moderate, 4 high). `npm audit fix` fixed most of them. There are 8 vulnerabilities remaining (2 low, 6 moderate). Bug: T194280 Change-Id: I05d80bc38d16be8249a27d94dad8e13c65139545 --- diff --git a/package.json b/package.json index 36328e0a85..45533aaf66 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "eslint": "4.9.0", "eslint-config-wikimedia": "0.5.0", "eslint-plugin-qunit": "3.2.1", - "grunt": "1.0.1", + "grunt": "1.0.3", "grunt-banana-checker": "0.6.0", "grunt-contrib-copy": "1.0.0", - "grunt-contrib-watch": "1.0.1", + "grunt-contrib-watch": "1.1.0", "grunt-eslint": "20.1.0", "grunt-jsonlint": "1.1.0", "grunt-karma": "2.0.0",