Skip to content

Commit 62348e1

Browse files
authored
Update undici dependency (#8432)
Update our dependency on Undici to `6.19.7`. Earlier implementations contained a memory leak. Fixes #8431.
1 parent 2ee2a90 commit 62348e1

File tree

10 files changed

+22
-19
lines changed

10 files changed

+22
-19
lines changed

.changeset/sixty-cycles-scream.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@firebase/auth-compat': patch
3+
'@firebase/firestore': patch
4+
'@firebase/functions': patch
5+
'@firebase/storage': patch
6+
'@firebase/auth': patch
7+
'firebase': patch
8+
---
9+
10+
Update undici dependency to 6.19.7 due to a memory leak in older versions.

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"express": "4.19.2",
1616
"geckodriver": "2.0.4",
1717
"mocha": "9.2.2",
18-
"undici": "5.28.4",
18+
"undici": "6.19.7",
1919
"selenium-assistant": "6.1.1"
2020
}
2121
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"tslint": "6.1.3",
157157
"typedoc": "0.16.11",
158158
"typescript": "4.7.4",
159-
"undici": "5.28.4",
159+
"undici": "6.19.7",
160160
"watch": "1.0.2",
161161
"webpack": "5.76.0",
162162
"yargs": "17.7.2"

packages/auth-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@firebase/auth-types": "0.12.2",
5656
"@firebase/component": "0.6.8",
5757
"@firebase/util": "1.9.7",
58-
"undici": "5.28.4",
58+
"undici": "6.19.7",
5959
"tslib": "^2.1.0"
6060
},
6161
"license": "Apache-2.0",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@firebase/component": "0.6.8",
131131
"@firebase/logger": "0.4.2",
132132
"@firebase/util": "1.9.7",
133-
"undici": "5.28.4",
133+
"undici": "6.19.7",
134134
"tslib": "^2.1.0"
135135
},
136136
"license": "Apache-2.0",

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@firebase/webchannel-wrapper": "1.0.1",
104104
"@grpc/grpc-js": "~1.9.0",
105105
"@grpc/proto-loader": "^0.7.8",
106-
"undici": "5.28.4",
106+
"undici": "6.19.7",
107107
"tslib": "^2.1.0"
108108
},
109109
"peerDependencies": {

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@firebase/auth-interop-types": "0.2.3",
7373
"@firebase/app-check-interop-types": "0.3.2",
7474
"@firebase/util": "1.9.7",
75-
"undici": "5.28.4",
75+
"undici": "6.19.7",
7676
"tslib": "^2.1.0"
7777
},
7878
"nyc": {

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@firebase/util": "1.9.7",
5151
"@firebase/component": "0.6.8",
52-
"undici": "5.28.4",
52+
"undici": "6.19.7",
5353
"tslib": "^2.1.0"
5454
},
5555
"peerDependencies": {

repo-scripts/changelog-generator/package.json

Lines changed: 1 addition & 1 deletion
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.28.4"
23+
"undici": "6.19.7"
2424
},
2525
"license": "Apache-2.0",
2626
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,11 +1639,6 @@
16391639
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
16401640
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
16411641

1642-
"@fastify/busboy@^2.0.0":
1643-
version "2.0.0"
1644-
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.0.0.tgz#f22824caff3ae506b18207bad4126dbc6ccdb6b8"
1645-
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==
1646-
16471642
"@gar/promisify@^1.0.1":
16481643
version "1.1.2"
16491644
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz"
@@ -17393,12 +17388,10 @@ undici-types@~5.26.4:
1739317388
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1739417389
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1739517390

17396-
17397-
version "5.28.4"
17398-
resolved "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"
17399-
integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==
17400-
dependencies:
17401-
"@fastify/busboy" "^2.0.0"
17391+
17392+
version "6.19.7"
17393+
resolved "https://registry.npmjs.org/undici/-/undici-6.19.7.tgz#7d4cf26dc689838aa8b6753a3c5c4288fc1e0216"
17394+
integrity sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==
1740217395

1740317396
unicode-canonical-property-names-ecmascript@^2.0.0:
1740417397
version "2.0.0"

0 commit comments

Comments
 (0)