Skip to content

Commit 3c9bc6e

Browse files
committed
Update dependency chromedriver to v84
1 parent 1a630ba commit 3c9bc6e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"firebase": "7.17.1",
1212
"chai": "4.2.0",
13-
"chromedriver": "83.0.1",
13+
"chromedriver": "84.0.1",
1414
"express": "4.17.1",
1515
"geckodriver": "1.19.1",
1616
"mocha": "7.2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4370,16 +4370,16 @@ chrome-trace-event@^1.0.2:
43704370
dependencies:
43714371
tslib "^1.9.0"
43724372

4373-
chromedriver@83.0.1:
4374-
version "83.0.1"
4375-
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-83.0.1.tgz#c4cf9b3f7076fea5e9ef787e65907cd035ffbd10"
4376-
integrity sha512-51/YsLIMRF+L0ooMlM4aZjyoOpDs0gDXGlT6+/CwWEnvK53PUyef9FkotKbzknCaUeL/qUw3ic3IMmsNc+SUxg==
4373+
chromedriver@84.0.1:
4374+
version "84.0.1"
4375+
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-84.0.1.tgz#eaca7723f1a58c262a5c521b8596769af40b0d4f"
4376+
integrity sha512-iJ6Y680yp58+KlAPS5YgYe3oePVFf8jY5k4YoczhXkT0p/mQZKfGNkGG/Xc0LjGWDQRTgZwXg66hOXoApIQecg==
43774377
dependencies:
43784378
"@testim/chrome-version" "^1.0.7"
43794379
axios "^0.19.2"
43804380
del "^5.1.0"
4381-
extract-zip "^2.0.0"
4382-
https-proxy-agent "^2.2.4"
4381+
extract-zip "^2.0.1"
4382+
https-proxy-agent "^5.0.0"
43834383
mkdirp "^1.0.4"
43844384
tcp-port-used "^1.0.1"
43854385

@@ -6400,7 +6400,7 @@ extglob@^2.0.4:
64006400
snapdragon "^0.8.1"
64016401
to-regex "^3.0.1"
64026402

6403-
extract-zip@^2.0.0:
6403+
extract-zip@^2.0.1:
64046404
version "2.0.1"
64056405
resolved "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
64066406
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
@@ -8003,7 +8003,7 @@ [email protected]:
80038003
agent-base "^4.3.0"
80048004
debug "^3.1.0"
80058005

8006-
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.3, https-proxy-agent@^2.2.4:
8006+
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.3:
80078007
version "2.2.4"
80088008
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
80098009
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==

0 commit comments

Comments
 (0)