build: Update karma to 3.1.4
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 10 Feb 2019 04:00:38 +0000 (04:00 +0000)
committerKrinkle <krinklemail@gmail.com>
Sun, 10 Feb 2019 04:10:32 +0000 (04:10 +0000)
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

index e143750..3ab6b0c 100644 (file)
@@ -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",