Skip to content

Commit f8e247a

Browse files
authored
update chromedriver dependency to 86.0.0 (#79972)
1 parent 85ad8a4 commit f8e247a

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
@@ -364,7 +364,7 @@
364364
"chai": "3.5.0",
365365
"chance": "1.0.18",
366366
"cheerio": "0.22.0",
367-
"chromedriver": "^84.0.0",
367+
"chromedriver": "^86.0.0",
368368
"classnames": "2.2.6",
369369
"compare-versions": "3.5.1",
370370
"d3": "3.5.17",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8449,16 +8449,16 @@ chrome-trace-event@^1.0.2:
84498449
dependencies:
84508450
tslib "^1.9.0"
84518451

8452-
chromedriver@^84.0.0:
8453-
version "84.0.0"
8454-
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-84.0.0.tgz#980d72bf0990bbfbce282074d15448296c55d89d"
8455-
integrity sha512-fNX9eT1C38D1W8r5ss9ty42eDK+GIkCZVKukfeDs0XSBeKfyT0o/vbMdPr9MUkWQ+vIcFAS5hFGp9E3+xoaMeQ==
8452+
chromedriver@^86.0.0:
8453+
version "86.0.0"
8454+
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-86.0.0.tgz#4b9504d5bbbcd4c6bd6d6fd1dd8247ab8cdeca67"
8455+
integrity sha512-byLJWhAfuYOmzRYPDf4asJgGDbI4gJGHa+i8dnQZGuv+6WW1nW1Fg+8zbBMOfLvGn7sKL41kVdmCEVpQHn9oyg==
84568456
dependencies:
84578457
"@testim/chrome-version" "^1.0.7"
84588458
axios "^0.19.2"
84598459
del "^5.1.0"
8460-
extract-zip "^2.0.0"
8461-
https-proxy-agent "^2.2.4"
8460+
extract-zip "^2.0.1"
8461+
https-proxy-agent "^5.0.0"
84628462
mkdirp "^1.0.4"
84638463
tcp-port-used "^1.0.1"
84648464

@@ -15310,7 +15310,7 @@ https-proxy-agent@5.0.0, https-proxy-agent@^5.0.0:
1531015310
agent-base "6"
1531115311
debug "4"
1531215312

15313-
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.4:
15313+
https-proxy-agent@^2.2.1:
1531415314
version "2.2.4"
1531515315
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
1531615316
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==

0 commit comments

Comments
 (0)