mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
update chromedriver dependency to 86.0.0 (#79972)
This commit is contained in:
parent
85ad8a4f3d
commit
f8e247a7e6
2 changed files with 8 additions and 8 deletions
|
@ -364,7 +364,7 @@
|
|||
"chai": "3.5.0",
|
||||
"chance": "1.0.18",
|
||||
"cheerio": "0.22.0",
|
||||
"chromedriver": "^84.0.0",
|
||||
"chromedriver": "^86.0.0",
|
||||
"classnames": "2.2.6",
|
||||
"compare-versions": "3.5.1",
|
||||
"d3": "3.5.17",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -8449,16 +8449,16 @@ chrome-trace-event@^1.0.2:
|
|||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
chromedriver@^84.0.0:
|
||||
version "84.0.0"
|
||||
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-84.0.0.tgz#980d72bf0990bbfbce282074d15448296c55d89d"
|
||||
integrity sha512-fNX9eT1C38D1W8r5ss9ty42eDK+GIkCZVKukfeDs0XSBeKfyT0o/vbMdPr9MUkWQ+vIcFAS5hFGp9E3+xoaMeQ==
|
||||
chromedriver@^86.0.0:
|
||||
version "86.0.0"
|
||||
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-86.0.0.tgz#4b9504d5bbbcd4c6bd6d6fd1dd8247ab8cdeca67"
|
||||
integrity sha512-byLJWhAfuYOmzRYPDf4asJgGDbI4gJGHa+i8dnQZGuv+6WW1nW1Fg+8zbBMOfLvGn7sKL41kVdmCEVpQHn9oyg==
|
||||
dependencies:
|
||||
"@testim/chrome-version" "^1.0.7"
|
||||
axios "^0.19.2"
|
||||
del "^5.1.0"
|
||||
extract-zip "^2.0.0"
|
||||
https-proxy-agent "^2.2.4"
|
||||
extract-zip "^2.0.1"
|
||||
https-proxy-agent "^5.0.0"
|
||||
mkdirp "^1.0.4"
|
||||
tcp-port-used "^1.0.1"
|
||||
|
||||
|
@ -15310,7 +15310,7 @@ https-proxy-agent@5.0.0, https-proxy-agent@^5.0.0:
|
|||
agent-base "6"
|
||||
debug "4"
|
||||
|
||||
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.4:
|
||||
https-proxy-agent@^2.2.1:
|
||||
version "2.2.4"
|
||||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
|
||||
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue