Skip to content

Commit 19b8991

Browse files
committed
chore(deps): bump node-fetch in /functions from ^2.6.7 to ^2.6.13
2.6.7 has a known high-severity vulnerability: CVE-2022-0235 (exposure of sensitive information to an unauthorized actor via redirect to a non-HTTP URL such as file://, which can leak sensitive host data). Fixed in 2.6.8+. Staying on v2 because v3 is ESM-only and the functions package uses CommonJS.
1 parent 8776698 commit 19b8991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"firebase-admin": "^8.10.0",
1919
"firebase-functions": "^3.13.2",
2020
"firebase-tools": "^9.10.0",
21-
"node-fetch": "^2.6.7"
21+
"node-fetch": "^2.6.13"
2222
},
2323
"devDependencies": {
2424
"@types/cors": "^2.8.7",

0 commit comments

Comments
 (0)