Skip to content

Commit

Permalink
fix(deps): update dependency chromedriver to v127
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent a9e0f07 commit 20cc0f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@faltest/utils": "^8.0.0",
"browser-webdriver-downloader": "^3.0.0",
"chromedriver": "126.0.4",
"chromedriver": "127.0.1",
"events-async": "^1.2.1",
"execa": "^8.0.0",
"fkill": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1682,10 +1682,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@126.0.4:
version "126.0.4"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-126.0.4.tgz#5c5e1f80c4269b55251c563cf47709154090135b"
integrity sha512-mIdJqdocfN/y9fl5BymIzM9WQLy64x078i5tS1jGFzbFAwXwXrj3zmA86Wf3R/hywPYpWqwXxFGBJHgqZTuGCA==
chromedriver@127.0.1:
version "127.0.1"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-127.0.1.tgz#3f296e8f89efa67dd895d0ee13dbdc6bafb13191"
integrity sha512-j57OWXsxdhwK+faTWA2pi+8hf052qVjZjP0wXnjqY/QglHtlOXWhRj4s7/+ybJRNgs1zQ5csfOyV6sQQdH+Fnw==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.6.7"
Expand Down

0 comments on commit 20cc0f9

Please sign in to comment.