From: Ċ½eljko Filipin Date: Fri, 11 May 2018 14:30:32 +0000 (+0200) Subject: build: update to grunt-contrib-watch@1.0.1 to resolve a vulnerability X-Git-Tag: 1.34.0-rc.0~5446^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=dba1de462769c21a3a591a595cb027f95c0aea68;p=lhc%2Fweb%2Fwiklou.git build: update to grunt-contrib-watch@1.0.1 to resolve a vulnerability Recommended by `npm audit`. Moves us from 21 vulnerabilities ... 12 Low | 5 Moderate | 4 High to 20 vulnerabilities ... 11 Low | 5 Moderate | 4 High Bug: T194280 Change-Id: I9d6d2fed4ca3d4c43d9b5085873210493081f7e0 --- diff --git a/package.json b/package.json index f928f09e1b..1f23b1a09b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "grunt": "1.0.1", "grunt-banana-checker": "0.6.0", "grunt-contrib-copy": "1.0.0", - "grunt-contrib-watch": "1.0.0", + "grunt-contrib-watch": "1.0.1", "grunt-eslint": "20.1.0", "grunt-jsonlint": "1.1.0", "grunt-karma": "2.0.0",