Skip to content

Commit 7e2efbf

Browse files
Merge master into release
2 parents 9fa0e9f + f3cec28 commit 7e2efbf

File tree

12 files changed

+34
-25
lines changed

12 files changed

+34
-25
lines changed

.changeset/short-falcons-look.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.

.github/workflows/test-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
# The default behavior of chromedriver uses the older Chrome download URLs. We need to override
2525
# the beahvior to use the new URLs.
2626
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
2828
CHROME_VALIDATED_VERSION: linux-120.0.6099.71
2929
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."
3030
artifactRetentionDays: 14

.github/workflows/test-changed-auth.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
# The default behavior of chromedriver uses the older Chrome download URLs. We need to override
2323
# the beahvior to use the new URLs.
2424
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
2626
CHROME_VALIDATED_VERSION: linux-120.0.6099.71
2727
# Bump Node memory limit
2828
NODE_OPTIONS: "--max_old_space_size=4096"

integration/messaging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"devDependencies": {
1212
"firebase": "10.8.0",
1313
"chai": "4.3.7",
14-
"chromedriver": "114.0.2",
14+
"chromedriver": "116.0.0",
1515
"express": "4.18.2",
1616
"geckodriver": "2.0.4",
1717
"mocha": "9.2.2",
18-
"undici": "5.26.5",
18+
"undici": "5.28.3",
1919
"selenium-assistant": "6.1.1"
2020
}
2121
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"tslint": "6.1.3",
154154
"typedoc": "0.16.11",
155155
"typescript": "4.7.4",
156-
"undici": "5.26.5",
156+
"undici": "5.28.3",
157157
"watch": "1.0.2",
158158
"webpack": "5.76.0",
159159
"yargs": "17.7.2"

packages/auth-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@firebase/auth-types": "0.12.0",
5555
"@firebase/component": "0.6.5",
5656
"@firebase/util": "1.9.4",
57-
"undici": "5.26.5",
57+
"undici": "5.28.3",
5858
"tslib": "^2.1.0"
5959
},
6060
"license": "Apache-2.0",

packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@firebase/component": "0.6.5",
130130
"@firebase/logger": "0.4.0",
131131
"@firebase/util": "1.9.4",
132-
"undici": "5.26.5",
132+
"undici": "5.28.3",
133133
"tslib": "^2.1.0"
134134
},
135135
"license": "Apache-2.0",
@@ -138,7 +138,7 @@
138138
"@rollup/plugin-json": "4.1.0",
139139
"@rollup/plugin-strip": "2.1.0",
140140
"@types/express": "4.17.17",
141-
"chromedriver": "114.0.2",
141+
"chromedriver": "116.0.0",
142142
"rollup": "2.79.1",
143143
"rollup-plugin-sourcemaps": "0.6.3",
144144
"rollup-plugin-typescript2": "0.31.2",

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@firebase/webchannel-wrapper": "0.10.5",
103103
"@grpc/grpc-js": "~1.9.0",
104104
"@grpc/proto-loader": "^0.7.8",
105-
"undici": "5.26.5",
105+
"undici": "5.28.3",
106106
"tslib": "^2.1.0"
107107
},
108108
"peerDependencies": {

packages/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@firebase/auth-interop-types": "0.2.1",
7272
"@firebase/app-check-interop-types": "0.3.0",
7373
"@firebase/util": "1.9.4",
74-
"undici": "5.26.5",
74+
"undici": "5.28.3",
7575
"tslib": "^2.1.0"
7676
},
7777
"nyc": {

packages/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@firebase/util": "1.9.4",
5050
"@firebase/component": "0.6.5",
51-
"undici": "5.26.5",
51+
"undici": "5.28.3",
5252
"tslib": "^2.1.0"
5353
},
5454
"peerDependencies": {

repo-scripts/changelog-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@changesets/types": "3.3.0",
2121
"@changesets/get-github-info": "0.5.2",
2222
"@types/node": "20.8.10",
23-
"undici": "5.26.5"
23+
"undici": "5.28.3"
2424
},
2525
"license": "Apache-2.0",
2626
"devDependencies": {

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -5583,14 +5583,14 @@ chrome-trace-event@^1.0.2:
55835583
resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz"
55845584
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
55855585

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==
55905590
dependencies:
55915591
"@testim/chrome-version" "^1.1.3"
55925592
axios "^1.4.0"
5593-
compare-versions "^5.0.3"
5593+
compare-versions "^6.0.0"
55945594
extract-zip "^2.0.1"
55955595
https-proxy-agent "^5.0.1"
55965596
proxy-from-env "^1.1.0"
@@ -5955,10 +5955,10 @@ compare-func@^2.0.0:
59555955
array-ify "^1.0.0"
59565956
dot-prop "^5.1.0"
59575957

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==
59625962

59635963
component-emitter@^1.2.1, component-emitter@~1.3.0:
59645964
version "1.3.0"
@@ -16835,10 +16835,10 @@ undici-types@~5.26.4:
1683516835
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1683616836
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1683716837

16838-
undici@5.26.5:
16839-
version "5.26.5"
16840-
resolved "https://registry.npmjs.org/undici/-/undici-5.26.5.tgz#f6dc8c565e3cad8c4475b187f51a13e505092838"
16841-
integrity sha512-cSb4bPFd5qgR7qr2jYAi0hlX9n5YKK2ONKkLFkxl+v/9BvC0sOpZjBHDBSXc5lWAf5ty9oZdRXytBIHzgUcerw==
16838+
undici@5.28.3:
16839+
version "5.28.3"
16840+
resolved "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b"
16841+
integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==
1684216842
dependencies:
1684316843
"@fastify/busboy" "^2.0.0"
1684416844

0 commit comments

Comments
 (0)