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-NODEFORGE-2330875
- https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908
  • Loading branch information
snyk-bot committed Jan 21, 2022
1 parent 3ae0c7f commit 0b6b98a
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 @@ -17,7 +17,7 @@
"main": "index.js",
"dependencies": {
"ejs": "^3.1.6",
"firebase-admin": "^9.11.0",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.15.1",
"morgan": "^1.10.0"
},
Expand Down

1 comment on commit 0b6b98a

@datreeio
Copy link

@datreeio datreeio bot commented on 0b6b98a Jan 21, 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.