Skip to content

Commit

Permalink
[chore] bump chromedriver to 124 (elastic#183595)
Browse files Browse the repository at this point in the history
## Summary

Follow up to elastic#181002.

Updating chromedriver to support running tests on Chrome v125

(cherry picked from commit c010d98)
  • Loading branch information
walterra committed May 16, 2024
1 parent a138c41 commit b5841cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"callsites": "^3.1.0",
"chai": "3.5.0",
"chance": "1.0.18",
"chromedriver": "^123.0.3",
"chromedriver": "^124.0.3",
"clean-webpack-plugin": "^3.0.0",
"cmd-shim": "^2.1.0",
"compression-webpack-plugin": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9708,10 +9708,10 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"

chromedriver@^123.0.3:
version "123.0.3"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-123.0.3.tgz#40f9223373cbdf8f849e118507b24b0de8ecb21a"
integrity sha512-35IeTqDLcVR0htF9nD/Lh+g24EG088WHVKXBXiFyWq+2lelnoM0B3tKTBiUEjLng0GnELI4QyQPFK7i97Fz1fQ==
chromedriver@^124.0.3:
version "124.0.3"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-124.0.3.tgz#2818408353ee97005acb887d9f488fe34d5c6d10"
integrity sha512-k6Xu9fwDMgi//bGHB944QMmDHF0BBWGk4PAyVZBEuP6wnZMfQP4V6Sv+l/nuAPA006RllS6X07ZpjPwRPS4BaA==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.6.7"
Expand Down

0 comments on commit b5841cd

Please sign in to comment.