File tree Expand file tree Collapse file tree 12 files changed +34
-25
lines changed
repo-scripts/changelog-generator Expand file tree Collapse file tree 12 files changed +34
-25
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @firebase/auth-compat ' : patch
3
+ ' @firebase/firestore ' : patch
4
+ ' @firebase/functions ' : patch
5
+ ' @firebase/storage ' : patch
6
+ ' @firebase/auth ' : patch
7
+ ---
8
+
9
+ Bump undici version to 5.28.3 due to security issue.
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" ,
18
- "undici" : " 5.26.5 " ,
18
+ "undici" : " 5.28.3 " ,
19
19
"selenium-assistant" : " 6.1.1"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 153
153
"tslint" : " 6.1.3" ,
154
154
"typedoc" : " 0.16.11" ,
155
155
"typescript" : " 4.7.4" ,
156
- "undici" : " 5.26.5 " ,
156
+ "undici" : " 5.28.3 " ,
157
157
"watch" : " 1.0.2" ,
158
158
"webpack" : " 5.76.0" ,
159
159
"yargs" : " 17.7.2"
Original file line number Diff line number Diff line change 54
54
"@firebase/auth-types" : " 0.12.0" ,
55
55
"@firebase/component" : " 0.6.5" ,
56
56
"@firebase/util" : " 1.9.4" ,
57
- "undici" : " 5.26.5 " ,
57
+ "undici" : " 5.28.3 " ,
58
58
"tslib" : " ^2.1.0"
59
59
},
60
60
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 129
129
"@firebase/component" : " 0.6.5" ,
130
130
"@firebase/logger" : " 0.4.0" ,
131
131
"@firebase/util" : " 1.9.4" ,
132
- "undici" : " 5.26.5 " ,
132
+ "undici" : " 5.28.3 " ,
133
133
"tslib" : " ^2.1.0"
134
134
},
135
135
"license" : " Apache-2.0" ,
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 102
102
"@firebase/webchannel-wrapper" : " 0.10.5" ,
103
103
"@grpc/grpc-js" : " ~1.9.0" ,
104
104
"@grpc/proto-loader" : " ^0.7.8" ,
105
- "undici" : " 5.26.5 " ,
105
+ "undici" : " 5.28.3 " ,
106
106
"tslib" : " ^2.1.0"
107
107
},
108
108
"peerDependencies" : {
Original file line number Diff line number Diff line change 71
71
"@firebase/auth-interop-types" : " 0.2.1" ,
72
72
"@firebase/app-check-interop-types" : " 0.3.0" ,
73
73
"@firebase/util" : " 1.9.4" ,
74
- "undici" : " 5.26.5 " ,
74
+ "undici" : " 5.28.3 " ,
75
75
"tslib" : " ^2.1.0"
76
76
},
77
77
"nyc" : {
Original file line number Diff line number Diff line change 48
48
"dependencies" : {
49
49
"@firebase/util" : " 1.9.4" ,
50
50
"@firebase/component" : " 0.6.5" ,
51
- "undici" : " 5.26.5 " ,
51
+ "undici" : " 5.28.3 " ,
52
52
"tslib" : " ^2.1.0"
53
53
},
54
54
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments