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-2803307
  • Loading branch information
snyk-bot committed Apr 27, 2022
1 parent 5edee27 commit 2523213
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 20 deletions.
108 changes: 89 additions & 19 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.7",
"express": "^4.17.1",
"firebase-admin": "^10.0.0",
"firebase-functions": "^3.16.0"
Expand Down

1 comment on commit 2523213

@datreeio
Copy link

@datreeio datreeio bot commented on 2523213 Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Rules (12 / 12) Passed

👑 Good job! this pull request is aligned with your organization's best practices!

👉 You can review your rules settings at smart policy management 👈

Please sign in to comment.