mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.13`: - [[chore] update selenium-webdriver to 4.18.1 (#177276)](https://github.com/elastic/kibana/pull/177276) <!--- Backport version: 9.4.3 --> ### 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":"2024-02-21T09:15:58Z","message":"[chore] update selenium-webdriver to 4.18.1 (#177276)\n\n## Summary\r\n\r\nBumping WebDriver package up to 4.18.1 with the hope it might resolve\r\nhttps://github.com/elastic/kibana/issues/177180\r\nhttps://github.com/elastic/kibana/issues/177181","sha":"4473ca2da8c530fb78c8f82c6b6274ec292af520","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","FTR","v8.13.0","v8.14.0"],"title":"[chore] update selenium-webdriver to 4.18.1","number":177276,"url":"https://github.com/elastic/kibana/pull/177276","mergeCommit":{"message":"[chore] update selenium-webdriver to 4.18.1 (#177276)\n\n## Summary\r\n\r\nBumping WebDriver package up to 4.18.1 with the hope it might resolve\r\nhttps://github.com/elastic/kibana/issues/177180\r\nhttps://github.com/elastic/kibana/issues/177181","sha":"4473ca2da8c530fb78c8f82c6b6274ec292af520"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177276","number":177276,"mergeCommit":{"message":"[chore] update selenium-webdriver to 4.18.1 (#177276)\n\n## Summary\r\n\r\nBumping WebDriver package up to 4.18.1 with the hope it might resolve\r\nhttps://github.com/elastic/kibana/issues/177180\r\nhttps://github.com/elastic/kibana/issues/177181","sha":"4473ca2da8c530fb78c8f82c6b6274ec292af520"}}]}] BACKPORT--> Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
This commit is contained in:
parent
865d3f8018
commit
028e226dfa
2 changed files with 5 additions and 5 deletions
|
@ -1652,7 +1652,7 @@
|
|||
"rxjs-marbles": "^7.0.1",
|
||||
"sass-embedded": "^1.70.0",
|
||||
"sass-loader": "^10.5.1",
|
||||
"selenium-webdriver": "^4.17.0",
|
||||
"selenium-webdriver": "^4.18.1",
|
||||
"sharp": "0.32.6",
|
||||
"simple-git": "^3.16.0",
|
||||
"sinon": "^7.4.2",
|
||||
|
|
|
@ -27610,10 +27610,10 @@ select-hose@^2.0.0:
|
|||
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
|
||||
integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=
|
||||
|
||||
selenium-webdriver@^4.17.0:
|
||||
version "4.17.0"
|
||||
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.17.0.tgz#f6c93a9df3e0543df7dc2329d81968af42845a7f"
|
||||
integrity sha512-e2E+2XBlGepzwgFbyQfSwo9Cbj6G5fFfs9MzAS00nC99EewmcS2rwn2MwtgfP7I5p1e7DYv4HQJXtWedsu6DvA==
|
||||
selenium-webdriver@^4.18.1:
|
||||
version "4.18.1"
|
||||
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.18.1.tgz#bcd19048b4aba5411edb7b5266d9390578fc7fed"
|
||||
integrity sha512-uP4OJ5wR4+VjdTi5oi/k8oieV2fIhVdVuaOPrklKghgS59w7Zz3nGa5gcG73VcU9EBRv5IZEBRhPr7qFJAj5mQ==
|
||||
dependencies:
|
||||
jszip "^3.10.1"
|
||||
tmp "^0.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue