[7.17] [chore] update chromedriver to 116 (#166345) (#166449)

# Backport

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

<!--- Backport version: 8.9.7 -->

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

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2023-09-14T12:05:58Z","message":"[chore]
update chromedriver to 116 (#166345)\n\n## Summary\r\n\r\nUpdating
chromedriver to 116 so it should work with newly released\r\nChrome
v117","sha":"6968fe171ac7ae7ab44bd5a318d9206a9f43087a","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.11.0","v7.17.14","v8.10.1"],"number":166345,"url":"https://github.com/elastic/kibana/pull/166345","mergeCommit":{"message":"[chore]
update chromedriver to 116 (#166345)\n\n## Summary\r\n\r\nUpdating
chromedriver to 116 so it should work with newly released\r\nChrome
v117","sha":"6968fe171ac7ae7ab44bd5a318d9206a9f43087a"}},"sourceBranch":"main","suggestedTargetBranches":["7.17","8.10"],"targetPullRequestStates":[{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/166345","number":166345,"mergeCommit":{"message":"[chore]
update chromedriver to 116 (#166345)\n\n## Summary\r\n\r\nUpdating
chromedriver to 116 so it should work with newly released\r\nChrome
v117","sha":"6968fe171ac7ae7ab44bd5a318d9206a9f43087a"}},{"branch":"7.17","label":"v7.17.14","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.10","label":"v8.10.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
This commit is contained in:
Kibana Machine 2023-09-14 10:48:17 -04:00 committed by GitHub
parent db2cfa5656
commit 38bb09c0d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -672,7 +672,7 @@
"callsites": "^3.1.0",
"chai": "3.5.0",
"chance": "1.0.18",
"chromedriver": "^115.0.1",
"chromedriver": "^116.0.0",
"clean-webpack-plugin": "^3.0.0",
"cmd-shim": "^2.1.0",
"compression-webpack-plugin": "^4.0.0",

View file

@ -9864,10 +9864,10 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"
chromedriver@^115.0.1:
version "115.0.1"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-115.0.1.tgz#76cbf35f16e0c1f5e29ab821fb3b8b06d22c3e40"
integrity sha512-faE6WvIhXfhnoZ3nAxUXYzeDCKy612oPwpkUp0mVkA7fZPg2JHSUiYOQhUYgzHQgGvDWD5Fy2+M2xV55GKHBVQ==
chromedriver@^116.0.0:
version "116.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-116.0.0.tgz#3f5d07b5427953270461791651d7b68cb6afe9fe"
integrity sha512-/TQaRn+RUAYnVqy5Vx8VtU8DvtWosU8QLM2u7BoNM5h55PRQPXF/onHAehEi8Sj/CehdKqH50NFdiumQAUr0DQ==
dependencies:
"@testim/chrome-version" "^1.1.3"
axios "^1.4.0"