mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[chore] update chromedriver to 121 (#176190)
Bumping chromedriver to the latest version
This commit is contained in:
parent
ae499c3230
commit
ff3c1af8ee
2 changed files with 7 additions and 7 deletions
|
@ -1519,7 +1519,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
|
@ -11909,7 +11909,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.0.0, axios@^1.3.4, axios@^1.6.0:
|
||||
axios@1.6.3, axios@^1.0.0, 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==
|
||||
|
@ -13198,13 +13198,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