Skip to content

Commit

Permalink
fix: functions/package.json & functions/package-lock.json to reduce v…
Browse files Browse the repository at this point in the history
…ulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-EJS-6689533
  • Loading branch information
snyk-bot committed Apr 29, 2024
1 parent 5edee27 commit e3064c7
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 42 deletions.
172 changes: 131 additions & 41 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"cookie-parser": "^1.4.6",
"ejs": "^3.1.6",
"ejs": "^3.1.10",
"express": "^4.17.1",
"firebase-admin": "^10.0.0",
"firebase-functions": "^3.16.0"
Expand Down

0 comments on commit e3064c7

Please sign in to comment.