File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 24
24
# The default behavior of chromedriver uses the older Chrome download URLs. We need to override
25
25
# the beahvior to use the new URLs.
26
26
CHROMEDRIVER_CDNURL : https://googlechromelabs.github.io/
27
- CHROMEDRIVER_CDNBINARIESURL : https://edgedl.me.gvt1. com/edgedl/ chrome/chrome -for-testing/
27
+ CHROMEDRIVER_CDNBINARIESURL : https://storage.googleapis. com/chrome-for-testing-public
28
28
CHROME_VALIDATED_VERSION : linux-120.0.6099.71
29
29
CHROME_VERSION_MISMATCH_MESSAGE : " The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
30
30
artifactRetentionDays : 14
Original file line number Diff line number Diff line change 22
22
# The default behavior of chromedriver uses the older Chrome download URLs. We need to override
23
23
# the beahvior to use the new URLs.
24
24
CHROMEDRIVER_CDNURL : https://googlechromelabs.github.io/
25
- CHROMEDRIVER_CDNBINARIESURL : https://edgedl.me.gvt1. com/edgedl/ chrome/chrome -for-testing/
25
+ CHROMEDRIVER_CDNBINARIESURL : https://storage.googleapis. com/chrome-for-testing-public
26
26
CHROME_VALIDATED_VERSION : linux-120.0.6099.71
27
27
# Bump Node memory limit
28
28
NODE_OPTIONS : " --max_old_space_size=4096"
Original file line number Diff line number Diff line change 11
11
"devDependencies" : {
12
12
"firebase" : " 10.8.0" ,
13
13
"chai" : " 4.3.7" ,
14
- "chromedriver" : " 114 .0.2 " ,
14
+ "chromedriver" : " 116 .0.0 " ,
15
15
"express" : " 4.18.2" ,
16
16
"geckodriver" : " 2.0.4" ,
17
17
"mocha" : " 9.2.2" ,
Original file line number Diff line number Diff line change 138
138
"@rollup/plugin-json" : " 4.1.0" ,
139
139
"@rollup/plugin-strip" : " 2.1.0" ,
140
140
"@types/express" : " 4.17.17" ,
141
- "chromedriver" : " 114 .0.2 " ,
141
+ "chromedriver" : " 116 .0.0 " ,
142
142
"rollup" : " 2.79.1" ,
143
143
"rollup-plugin-sourcemaps" : " 0.6.3" ,
144
144
"rollup-plugin-typescript2" : " 0.31.2" ,
Original file line number Diff line number Diff line change @@ -5583,14 +5583,14 @@ chrome-trace-event@^1.0.2:
5583
5583
resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz"
5584
5584
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
5585
5585
5586
- chromedriver@114 .0.2 :
5587
- version "114 .0.2 "
5588
- resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-114 .0.2 .tgz"
5589
- integrity sha512-v0qrXRBknbxqmtklG7RWOe3TJ/dLaHhtB0jVxE7BAdYERxUjEaNRyqBwoGgVfQDibHCB0swzvzsj158nnfPgZw ==
5586
+ chromedriver@116 .0.0 :
5587
+ version "116 .0.0 "
5588
+ resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-116 .0.0 .tgz#3f5d07b5427953270461791651d7b68cb6afe9fe "
5589
+ integrity sha512-/TQaRn+RUAYnVqy5Vx8VtU8DvtWosU8QLM2u7BoNM5h55PRQPXF/onHAehEi8Sj/CehdKqH50NFdiumQAUr0DQ ==
5590
5590
dependencies:
5591
5591
"@testim/chrome-version" "^1.1.3"
5592
5592
axios "^1.4.0"
5593
- compare-versions "^5 .0.3 "
5593
+ compare-versions "^6 .0.0 "
5594
5594
extract-zip "^2.0.1"
5595
5595
https-proxy-agent "^5.0.1"
5596
5596
proxy-from-env "^1.1.0"
@@ -5955,10 +5955,10 @@ compare-func@^2.0.0:
5955
5955
array-ify "^1.0.0"
5956
5956
dot-prop "^5.1.0"
5957
5957
5958
- compare-versions@^5 .0.3 :
5959
- version "5.0.3 "
5960
- resolved "https://registry.npmjs.org/compare-versions/-/compare-versions-5.0.3. tgz"
5961
- integrity sha512-4UZlZP8Z99MGEY+Ovg/uJxJuvoXuN4M6B3hKaiackiHrgzQFEe3diJi1mf1PNHbFujM7FvLrK2bpgIaImbtZ1A ==
5958
+ compare-versions@^6 .0.0 :
5959
+ version "6.1.0 "
5960
+ resolved "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.0. tgz#3f2131e3ae93577df111dba133e6db876ffe127a "
5961
+ integrity sha512-LNZQXhqUvqUTotpZ00qLSaify3b4VFD588aRr8MKFw4CMUr98ytzCW5wDH5qx/DEY5kCDXcbcRuCqL0szEf2tg ==
5962
5962
5963
5963
component-emitter@^1.2.1, component-emitter@~1.3.0:
5964
5964
version "1.3.0"
You can’t perform that action at this time.
0 commit comments