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-FIREBASEAUTH-8383231
  • Loading branch information
snyk-bot committed Nov 18, 2024
1 parent 175331e commit eb8773c
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 @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"firebase": "9.1.1",
"firebase": "10.9.0",
"firebase-admin": "9.12.0",
"next": "latest",
"react": "^18.2.0",
Expand Down

0 comments on commit eb8773c

Please sign in to comment.