From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 09:12:57 +0000 (+0000) Subject: build(deps-dev): bump chromedriver from 83.0.0 to 83.0.1 X-Git-Tag: v4.0.0-beta.3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48645d8863aa931218ad59e4cb9700532037595e;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump chromedriver from 83.0.0 to 83.0.1 Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 83.0.0 to 83.0.1. - [Release notes](https://github.com/giggio/node-chromedriver/releases) - [Commits](https://github.com/giggio/node-chromedriver/compare/83.0.0...83.0.1) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 4926d26c..b560d917 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "axios": "^0.19.2", "browserstack-local": "^1.4.5", "chalk": "^4.1.0", - "chromedriver": "^83.0.0", + "chromedriver": "^83.0.1", "codecov": "^3.7.0", "conventional-changelog-cli": "^2.0.34", "css-loader": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index 18f278c0..3cbc2f54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2198,15 +2198,16 @@ chrome-trace-event@^1.0.2: dependencies: tslib "^1.9.0" -chromedriver@^83.0.0: - version "83.0.0" - resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-83.0.0.tgz#75d7d838e58014658c3990089464166fef951926" - integrity sha512-AePp9ykma+z4aKPRqlbzvVlc22VsQ6+rgF+0aL3B5onHOncK18dWSkLrSSJMczP/mXILN9ohGsvpuTwoRSj6OQ== +chromedriver@^83.0.1: + version "83.0.1" + resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-83.0.1.tgz#c4cf9b3f7076fea5e9ef787e65907cd035ffbd10" + integrity sha512-51/YsLIMRF+L0ooMlM4aZjyoOpDs0gDXGlT6+/CwWEnvK53PUyef9FkotKbzknCaUeL/qUw3ic3IMmsNc+SUxg== dependencies: "@testim/chrome-version" "^1.0.7" axios "^0.19.2" del "^5.1.0" extract-zip "^2.0.0" + https-proxy-agent "^2.2.4" mkdirp "^1.0.4" tcp-port-used "^1.0.1" @@ -4879,6 +4880,14 @@ https-browserify@^1.0.0: resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= +https-proxy-agent@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b" + integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg== + dependencies: + agent-base "^4.3.0" + debug "^3.1.0" + https-proxy-agent@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-3.0.1.tgz#b8c286433e87602311b01c8ea34413d856a4af81"