Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
ZLeventer committed Apr 24, 2026
commit 19b8991d9cdfa682a4462532e33d5c9c91ece690
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.13.2",
"firebase-tools": "^9.10.0",
"node-fetch": "^2.6.7"
"node-fetch": "^2.6.13"
},
"devDependencies": {
"@types/cors": "^2.8.7",
Expand Down