Skip to content

Commit 9669b45

Browse files
authored
fix: FirebaseFunctions/Backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922
1 parent dda2a8e commit 9669b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseFunctions/Backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "functions",
33
"description": "Cloud Functions for Firebase",
44
"dependencies": {
5-
"firebase-admin": "^9.2.0",
5+
"firebase-admin": "^13.0.0",
66
"firebase-functions": "^3.0.0"
77
},
88
"private": true,

0 commit comments

Comments
 (0)