From eca97da6c6c92e863570b648fa9c25852ebfca61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 09:49:32 +0000 Subject: [PATCH] Update karma requirement from ~0.12.8 to ~4.1.0 Updates the requirements on [karma](https://github.com/karma-runner/karma) to permit the latest version. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v0.12.8...v4.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ade349..42648c3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "grunt-karma-coveralls": "^2.5.3", "grunt-replace": "^0.8.0", "jshint-stylish": "^1.0.0", - "karma": "~0.12.8", + "karma": "~4.1.0", "karma-chrome-launcher": "~0.1.0", "karma-cli": "0.0.4", "karma-coverage": "^0.2.7",