Skip to content

Commit f949072

Browse files
authored
update chromedriver dependency to 86.0.0 (#79972) (#80098)
1 parent 721766d commit f949072

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
"chai": "3.5.0",
361361
"chance": "1.0.18",
362362
"cheerio": "0.22.0",
363-
"chromedriver": "^84.0.0",
363+
"chromedriver": "^86.0.0",
364364
"classnames": "2.2.6",
365365
"compare-versions": "3.5.1",
366366
"d3": "3.5.17",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8461,16 +8461,16 @@ chrome-trace-event@^1.0.2:
84618461
dependencies:
84628462
tslib "^1.9.0"
84638463

8464-
chromedriver@^84.0.0:
8465-
version "84.0.0"
8466-
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-84.0.0.tgz#980d72bf0990bbfbce282074d15448296c55d89d"
8467-
integrity sha512-fNX9eT1C38D1W8r5ss9ty42eDK+GIkCZVKukfeDs0XSBeKfyT0o/vbMdPr9MUkWQ+vIcFAS5hFGp9E3+xoaMeQ==
8464+
chromedriver@^86.0.0:
8465+
version "86.0.0"
8466+
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-86.0.0.tgz#4b9504d5bbbcd4c6bd6d6fd1dd8247ab8cdeca67"
8467+
integrity sha512-byLJWhAfuYOmzRYPDf4asJgGDbI4gJGHa+i8dnQZGuv+6WW1nW1Fg+8zbBMOfLvGn7sKL41kVdmCEVpQHn9oyg==
84688468
dependencies:
84698469
"@testim/chrome-version" "^1.0.7"
84708470
axios "^0.19.2"
84718471
del "^5.1.0"
8472-
extract-zip "^2.0.0"
8473-
https-proxy-agent "^2.2.4"
8472+
extract-zip "^2.0.1"
8473+
https-proxy-agent "^5.0.0"
84748474
mkdirp "^1.0.4"
84758475
tcp-port-used "^1.0.1"
84768476

@@ -15368,7 +15368,7 @@ [email protected], https-proxy-agent@^5.0.0:
1536815368
agent-base "6"
1536915369
debug "4"
1537015370

15371-
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.4:
15371+
https-proxy-agent@^2.2.1:
1537215372
version "2.2.4"
1537315373
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
1537415374
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==

0 commit comments

Comments
 (0)