diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2019-02-10 04:00:38 +0000 |
---|---|---|
committer | Krinkle <krinklemail@gmail.com> | 2019-02-10 04:10:32 +0000 |
commit | bce938566d696b2040ca119a105b56ec5cd0b224 (patch) | |
tree | fa5bbf80a161172809408b4273f0325b21bf580b /package.json | |
parent | a9ebecb9214b1e9ab81cb63cd0bcdd3ac487d0a5 (diff) | |
download | mediawikicore-bce938566d696b2040ca119a105b56ec5cd0b224.tar.gz mediawikicore-bce938566d696b2040ca119a105b56ec5cd0b224.zip |
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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e14375036a5f..3ab6b0c4ae11 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", |