[7.17] [chore] bump chromedriver to 124 (#183595) (#183619)

# Backport

This will backport the following commits from `main` to `7.17`:
- [[chore] bump chromedriver to 124
(#183595)](https://github.com/elastic/kibana/pull/183595)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Walter
Rafelsberger","email":"walter.rafelsberger@elastic.co"},"sourceCommit":{"committedDate":"2024-05-16T10:49:51Z","message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","FTR","v8.14.0","v8.15.0","v7.17.22","v8.13.5"],"title":"[chore]
bump chromedriver to
124","number":183595,"url":"https://github.com/elastic/kibana/pull/183595","mergeCommit":{"message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","7.17","8.13"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/183595","number":183595,"mergeCommit":{"message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},{"branch":"7.17","label":"v7.17.22","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Walter Rafelsberger <walter.rafelsberger@elastic.co>
This commit is contained in:
Kibana Machine 2024-05-16 09:45:15 -04:00 committed by GitHub
parent f93d335927
commit 196ed46be2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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",

View file

@ -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"