mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [[chore] update chromedriver to 121 (#176190)](https://github.com/elastic/kibana/pull/176190) <!--- Backport version: 8.9.8 --> ### 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-05T09:26:31Z","message":"[chore] update chromedriver to 121 (#176190)\n\nBumping chromedriver to the latest version","sha":"ff3c1af8ee5c2cc16c7a4452557d448f88f05c0b","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","v8.12.1","v8.13.0","v7.17.18"],"number":176190,"url":"https://github.com/elastic/kibana/pull/176190","mergeCommit":{"message":"[chore] update chromedriver to 121 (#176190)\n\nBumping chromedriver to the latest version","sha":"ff3c1af8ee5c2cc16c7a4452557d448f88f05c0b"}},"sourceBranch":"main","suggestedTargetBranches":["8.12","7.17"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/176190","number":176190,"mergeCommit":{"message":"[chore] update chromedriver to 121 (#176190)\n\nBumping chromedriver to the latest version","sha":"ff3c1af8ee5c2cc16c7a4452557d448f88f05c0b"}},{"branch":"7.17","label":"v7.17.18","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
867e4b54b5
commit
109659785e
2 changed files with 7 additions and 7 deletions
|
@ -1494,7 +1494,7 @@
|
|||
"blob-polyfill": "^7.0.20220408",
|
||||
"callsites": "^3.1.0",
|
||||
"chance": "1.0.18",
|
||||
"chromedriver": "^120.0.0",
|
||||
"chromedriver": "^121.0.0",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"cli-table3": "^0.6.1",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -11671,7 +11671,7 @@ axe-core@^4.8.2:
|
|||
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae"
|
||||
integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==
|
||||
|
||||
axios@1.6.3, axios@^1.3.4, axios@^1.6.0:
|
||||
axios@1.6.3, axios@^1.3.4, axios@^1.6.0, axios@^1.6.5:
|
||||
version "1.6.3"
|
||||
resolved "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4"
|
||||
integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==
|
||||
|
@ -12967,13 +12967,13 @@ chrome-trace-event@^1.0.2:
|
|||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
chromedriver@^120.0.0:
|
||||
version "120.0.0"
|
||||
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-120.0.0.tgz#34d60a6726a104a348d8dbf82106ca45a430684b"
|
||||
integrity sha512-LGy2LhWRBiqDarFIU8gQ43EEyj+07Tc3JuUhthkESAwZ99lrifSnKZwKU0aVwansU84+k6bt71z7K3dkk65gZg==
|
||||
chromedriver@^121.0.0:
|
||||
version "121.0.0"
|
||||
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-121.0.0.tgz#f8d11dce8e5ce4b6ad75e2b84eed17a0eecabfb9"
|
||||
integrity sha512-ZIKEdZrQAfuzT/RRofjl8/EZR99ghbdBXNTOcgJMKGP6N/UL6lHUX4n6ONWBV18pDvDFfQJ0x58h5AdOaXIOMw==
|
||||
dependencies:
|
||||
"@testim/chrome-version" "^1.1.4"
|
||||
axios "^1.6.0"
|
||||
axios "^1.6.5"
|
||||
compare-versions "^6.1.0"
|
||||
extract-zip "^2.0.1"
|
||||
https-proxy-agent "^5.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue