Skip to content

Commit

Permalink
fix: functions/firebase/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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent dced856 commit efd2273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"uuid": "^8.0.0"
},
"dependencies": {
"@google-cloud/firestore": "^6.0.0"
"@google-cloud/firestore": "^7.0.0"
}
}

0 comments on commit efd2273

Please sign in to comment.