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"