build: Bump most devDependencies to latest
authorJames D. Forrester <jforrester@wikimedia.org>
Wed, 5 Sep 2018 15:14:54 +0000 (08:14 -0700)
committerJforrester <jforrester@wikimedia.org>
Thu, 6 Sep 2018 17:01:45 +0000 (17:01 +0000)
 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

package.json

index d75c151..2d8f160 100644 (file)
     "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",