From a1f4ba7d4a04fa779bbbf5b4d9508cefc48c583e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 09:48:17 +0000 Subject: [PATCH] Update karma-chrome-launcher requirement from ~0.1.0 to ~2.2.0 Updates the requirements on [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) to permit the latest version. - [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-chrome-launcher/compare/v0.1.0...v2.2.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..d7ab535 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "grunt-replace": "^0.8.0", "jshint-stylish": "^1.0.0", "karma": "~0.12.8", - "karma-chrome-launcher": "~0.1.0", + "karma-chrome-launcher": "~2.2.0", "karma-cli": "0.0.4", "karma-coverage": "^0.2.7", "karma-firefox-launcher": "~0.1.0",