Skip to content

Commit

Permalink
fix: functions/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOTPROP-543489
  • Loading branch information
snyk-bot committed Aug 17, 2020
1 parent fa62196 commit f4104cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cors": "^2.8.5",
"express": "^4.16.4",
"firebase": "^5.8.0",
"firebase-admin": "~6.0.0",
"firebase-admin": "~8.3.0",
"firebase-functions": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit f4104cb

Please sign in to comment.