Skip to content

Commit 0b6b98a

Browse files
committed
fix: functions/package.json & functions/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908
1 parent 3ae0c7f commit 0b6b98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"main": "index.js",
1818
"dependencies": {
1919
"ejs": "^3.1.6",
20-
"firebase-admin": "^9.11.0",
20+
"firebase-admin": "^10.0.2",
2121
"firebase-functions": "^3.15.1",
2222
"morgan": "^1.10.0"
2323
},

0 commit comments

Comments
 (0)