From: Timo Tijhof Date: Sun, 10 Feb 2019 04:00:38 +0000 (+0000) Subject: build: Update karma to 3.1.4 X-Git-Tag: 1.34.0-rc.0~2863^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=bce938566d696b2040ca119a105b56ec5cd0b224;p=lhc%2Fweb%2Fwiklou.git 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 --- 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",