From bce938566d696b2040ca119a105b56ec5cd0b224 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 10 Feb 2019 04:00:38 +0000 Subject: [PATCH] build: Update karma to 3.1.4 This fixes the bug where HeadlessChrome was always shown as version 0.0.0 in the console output, which makes it rather difficult to debug which Chrome version is installed. Upstream https://github.com/karma-runner/karma/issues/2762, which updates the ua-parser library to a version that fixes that bug. Change-Id: I0b7fe7f8a90649592c4d31fb3055cdc9e8d34814 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e14375036a..3ab6b0c4ae 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "grunt-karma": "3.0.0", "grunt-stylelint": "0.10.1", "grunt-svgmin": "5.0.0", - "karma": "3.0.0", + "karma": "3.1.4", "karma-chrome-launcher": "2.2.0", "karma-firefox-launcher": "1.1.0", "karma-mocha-reporter": "2.2.5", -- 2.20.1