From: James D. Forrester Date: Wed, 5 Sep 2018 15:14:54 +0000 (-0700) Subject: build: Bump most devDependencies to latest X-Git-Tag: 1.34.0-rc.0~4161^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=3f767b2468f686bdb9dacd47d9baaed136be2409;p=lhc%2Fweb%2Fwiklou.git build: Bump most devDependencies to latest grunt-stylelint 0.10.0 → 0.10.1 karma 2.0.2 → 3.0.0 karma-firefox-launcher 1.0.1 → 1.1.0 karma-qunit 2.0.1 → 2.1.0 postcss-less 1.1.5 → 2.0.0 This reduces our `npm audit` alerts down to just those from grunt-karma. Bug: T194280 Change-Id: I7d321dd715db9d214e65ed7197e917cb7c6b14f3 --- diff --git a/package.json b/package.json index d75c15164f..2d8f160bfe 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ "grunt-eslint": "21.0.0", "grunt-jsonlint": "1.1.0", "grunt-karma": "2.0.0", - "grunt-stylelint": "0.10.0", - "karma": "2.0.2", + "grunt-stylelint": "0.10.1", + "karma": "3.0.0", "karma-chrome-launcher": "2.2.0", - "karma-firefox-launcher": "1.0.1", + "karma-firefox-launcher": "1.1.0", "karma-mocha-reporter": "2.2.5", - "karma-qunit": "2.0.1", - "postcss-less": "1.1.5", + "karma-qunit": "2.1.0", + "postcss-less": "2.0.0", "qunit": "2.6.0", "stylelint": "9.2.0", "stylelint-config-wikimedia": "0.4.3",