Skip to content

Commit 58bd0b5

Browse files
authored
Patch node-fetch security vulnerability
There is a known denial of service vulnerability in the node fetch library. This vulnerability was fixed in 2.6.1. Bumping this version should fix this downstream vulnerability.
1 parent 0eb18ca commit 58bd0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@firebase/webchannel-wrapper": "0.3.0",
6868
"@grpc/grpc-js": "^1.0.0",
6969
"@grpc/proto-loader": "^0.5.0",
70-
"node-fetch": "2.6.0",
70+
"node-fetch": "2.6.1",
7171
"tslib": "^1.11.1"
7272
},
7373
"peerDependencies": {

0 commit comments

Comments
 (0)