From 4bfa5772291ce05ec6ddc54b77307817a983d1f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 08:30:15 +0000 Subject: [PATCH] build(deps-dev): bump chromedriver from 79.0.0 to 79.0.2 Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 79.0.0 to 79.0.2. - [Release notes](https://github.com/giggio/node-chromedriver/releases) - [Commits](https://github.com/giggio/node-chromedriver/compare/79.0.0...79.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec5afbdb..32001112 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vue/compiler-sfc": "^3.0.0-alpha.3", "axios": "^0.19.2", "browserstack-local": "^1.4.5", - "chromedriver": "^79.0.0", + "chromedriver": "^79.0.2", "codecov": "^3.6.4", "consola": "^2.11.3", "css-loader": "^3.4.2", diff --git a/yarn.lock b/yarn.lock index 8c4b6704..18d61609 100644 --- a/yarn.lock +++ b/yarn.lock @@ -495,6 +495,11 @@ dependencies: type-detect "4.0.8" +"@testim/chrome-version@^1.0.3": + version "1.0.7" + resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.0.7.tgz#0cd915785ec4190f08a3a6acc9b61fc38fb5f1a9" + integrity sha512-8UT/J+xqCYfn3fKtOznAibsHpiuDshCb0fwgWxRazTT19Igp9ovoXMPhXyLD6m3CKQGTMHgqoxaFfMWaL40Rnw== + "@types/anymatch@*": version "1.3.1" resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" @@ -1677,11 +1682,12 @@ chrome-trace-event@^1.0.2: dependencies: tslib "^1.9.0" -chromedriver@^79.0.0: - version "79.0.0" - resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-79.0.0.tgz#1660ac29924dfcd847911025593d6b6746aeea35" - integrity sha512-DO29C7ntJfzu6q1vuoWwCON8E9x5xzopt7Q41A7Dr7hBKcdNpGw1l9DTt9b+l1qviOWiJLGsD+jHw21ptEHubA== +chromedriver@^79.0.2: + version "79.0.2" + resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-79.0.2.tgz#abcd7f95203e70eef28bb26696281c6f0cc3c1ea" + integrity sha512-jwgmcTb4UI2cqDAyJBJlGJ/Y6kRVO1VQ3sBw73fFz0TEqKSZfl61ToM53g+G8m5AWVa4ESFkSXEUfQtFZZ6QTA== dependencies: + "@testim/chrome-version" "^1.0.3" del "^4.1.1" extract-zip "^1.6.7" mkdirp "^0.5.1" -- 2.47.3