Skip to content

Commit

Permalink
fix: examples/with-firebase/package.json to reduce vulnerabilities (#17)
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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
X-oss-byte and snyk-bot committed Aug 15, 2023
1 parent b4a5f73 commit d916def
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 @@
},
"dependencies": {
"firebase": "9.1.1",
"firebase-admin": "9.12.0",
"firebase-admin": "11.1.0",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit d916def

Please sign in to comment.