From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 17:28:39 +0000 (+0100) Subject: build(deps-dev): bump chromedriver from 78.0.1 to 79.0.0 (#65) X-Git-Tag: v4.0.0-alpha.0~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb67faf5d1bb5715cf9e06eb367e782b02e08c41;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump chromedriver from 78.0.1 to 79.0.0 (#65) Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 78.0.1 to 79.0.0. - [Release notes](https://github.com/giggio/node-chromedriver/releases) - [Commits](https://github.com/giggio/node-chromedriver/compare/78.0.1...79.0.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 3767c7d1..35b701fe 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@vue/compiler-sfc": "^3.0.0-alpha.2", "axios": "^0.19.1", "browserstack-local": "^1.4.4", - "chromedriver": "^78.0.1", + "chromedriver": "^79.0.0", "codecov": "^3.6.1", "consola": "^2.11.3", "css-loader": "^3.4.2", diff --git a/yarn.lock b/yarn.lock index d9fc930b..5080acb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1472,10 +1472,10 @@ chrome-trace-event@^1.0.2: dependencies: tslib "^1.9.0" -chromedriver@^78.0.1: - version "78.0.1" - resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-78.0.1.tgz#2db3425a2cba6fcaf1a41d9538b16c3d06fa74a8" - integrity sha512-eOsyFk4xb9EECs1VMrDbxO713qN+Bu1XUE8K9AuePc3839TPdAegg72kpXSzkeNqRNZiHbnJUItIVCLFkDqceA== +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== dependencies: del "^4.1.1" extract-zip "^1.6.7"