Skip to content

Commit

Permalink
📦 Update dependency chromedriver to v79.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rcebulko committed Feb 3, 2020
1 parent b42e509 commit 05046f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build-system/tasks/e2e/package.json
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@babel/register": "7.8.3",
"babel-regenerator-runtime": "6.5.0",
"chromedriver": "79.0.2",
"chromedriver": "79.0.3",
"puppeteer": "2.1.0",
"geckodriver": "1.19.1",
"selenium-webdriver": "4.0.0-alpha.5"
Expand Down
18 changes: 9 additions & 9 deletions build-system/tasks/e2e/yarn.lock
Expand Up @@ -13,10 +13,10 @@
pirates "^4.0.0"
source-map-support "^0.5.16"

"@testim/chrome-version@^1.0.3":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.0.6.tgz#e56c1a7f463ee6ceab363b69b642681efcedb809"
integrity sha512-sudmtuzBC6MduzAZe3dzc8Ehhtr0Wk/nDjCDBOWsZ5noSLBsdUED+NLuq2eUHHDb5B0FqXwTitAzoLoVZNQUeg==
"@testim/chrome-version@^1.0.7":
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/events@*":
version "3.0.0"
Expand Down Expand Up @@ -168,12 +168,12 @@ chownr@^1.0.1:
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"
integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==

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==
chromedriver@79.0.3:
version "79.0.3"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-79.0.3.tgz#b3a5d62017e68b9a86e3475b66e3eb23fca26273"
integrity sha512-XkgXrYF+M1oAT02aIIEjaM4x0oaUXTBoB+PvCNdh3rKUhn596byCc6Jy3USutZj4/0R/K+Bqf4I+4RESvfjehg==
dependencies:
"@testim/chrome-version" "^1.0.3"
"@testim/chrome-version" "^1.0.7"
del "^4.1.1"
extract-zip "^1.6.7"
mkdirp "^0.5.1"
Expand Down

0 comments on commit 05046f6

Please sign in to comment.