Skip to content

Commit e93e008

Browse files
Update dependency chromedriver to v84 (#3429)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a8f76b5 commit e93e008

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
@@ -4335,16 +4335,16 @@ chrome-trace-event@^1.0.2:
43354335
dependencies:
43364336
tslib "^1.9.0"
43374337

4338-
chromedriver@83.0.1:
4339-
version "83.0.1"
4340-
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-83.0.1.tgz#c4cf9b3f7076fea5e9ef787e65907cd035ffbd10"
4341-
integrity sha512-51/YsLIMRF+L0ooMlM4aZjyoOpDs0gDXGlT6+/CwWEnvK53PUyef9FkotKbzknCaUeL/qUw3ic3IMmsNc+SUxg==
4338+
chromedriver@84.0.1:
4339+
version "84.0.1"
4340+
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-84.0.1.tgz#eaca7723f1a58c262a5c521b8596769af40b0d4f"
4341+
integrity sha512-iJ6Y680yp58+KlAPS5YgYe3oePVFf8jY5k4YoczhXkT0p/mQZKfGNkGG/Xc0LjGWDQRTgZwXg66hOXoApIQecg==
43424342
dependencies:
43434343
"@testim/chrome-version" "^1.0.7"
43444344
axios "^0.19.2"
43454345
del "^5.1.0"
4346-
extract-zip "^2.0.0"
4347-
https-proxy-agent "^2.2.4"
4346+
extract-zip "^2.0.1"
4347+
https-proxy-agent "^5.0.0"
43484348
mkdirp "^1.0.4"
43494349
tcp-port-used "^1.0.1"
43504350

@@ -6353,7 +6353,7 @@ extglob@^2.0.4:
63536353
snapdragon "^0.8.1"
63546354
to-regex "^3.0.1"
63556355

6356-
extract-zip@^2.0.0:
6356+
extract-zip@^2.0.1:
63576357
version "2.0.1"
63586358
resolved "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
63596359
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
@@ -7956,7 +7956,7 @@ [email protected]:
79567956
agent-base "^4.3.0"
79577957
debug "^3.1.0"
79587958

7959-
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.3, https-proxy-agent@^2.2.4:
7959+
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.3:
79607960
version "2.2.4"
79617961
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
79627962
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==

0 commit comments

Comments
 (0)