From d3d41415331f5422dfabba78bc6a6971ffd8d152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Feb 2019 03:42:48 +0000 Subject: [PATCH] Bump karma-chrome-launcher from 0.2.3 to 2.2.0 Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 0.2.3 to 2.2.0. - [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.2.3...v2.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30df28c..da6b1c6 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "gulp-mocha": "^2.0.0", "karma": "^0.13.3", "karma-babel-preprocessor": "^7.0.0", - "karma-chrome-launcher": "^0.2.0", + "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^0.2.0", "karma-mocha-reporter": "^1.0.4", "karma-phantomjs-launcher": "^1.0.4", diff --git a/yarn.lock b/yarn.lock index 1e47a96..e96b294 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3566,10 +3566,10 @@ karma-babel-preprocessor@^7.0.0: resolved "https://registry.yarnpkg.com/karma-babel-preprocessor/-/karma-babel-preprocessor-7.0.0.tgz#18756d818f97a5e88f91902674cd9130177a8dce" integrity sha512-k8YUot8ZAAYhAeUxOsOGUEXW7AlB6SkoIVGfavEBCAdGHzWuraOBoR2wCxxdePUCvcItIxSUyQnOj6DuZdEJYA== -karma-chrome-launcher@^0.2.0: - version "0.2.3" - resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-0.2.3.tgz#4c6d700d163a9d34c618efd87918be49e7a4a8c9" - integrity sha1-TG1wDRY6nTTGGO/YeRi+SeekqMk= +karma-chrome-launcher@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz#cf1b9d07136cc18fe239327d24654c3dbc368acf" + integrity sha512-uf/ZVpAabDBPvdPdveyk1EPgbnloPvFFGgmRhYLTDH7gEB4nZdSBk8yTU47w1g/drLSx5uMOkjKk7IWKfWg/+w== dependencies: fs-access "^1.0.0" which "^1.2.1"