Skip to content

Commit

Permalink
fix: examples/with-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-PROTOBUFJS-5756498
  • Loading branch information
snyk-bot committed Aug 21, 2023
1 parent a5fea53 commit 095e849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"firebase": "7.17.0",
"firebase": "10.2.0",
"firebase-admin": "9.0.0",
"next": "latest",
"react": "^16.13.0",
Expand Down

0 comments on commit 095e849

Please sign in to comment.