From 3f767b2468f686bdb9dacd47d9baaed136be2409 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 5 Sep 2018 08:14:54 -0700 Subject: [PATCH] build: Bump most devDependencies to latest MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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", -- 2.20.1