Skip to content

Commit

Permalink
fix: firebase vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
nlueem committed Dec 7, 2024
1 parent d54a311 commit 6ded75d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions project/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mymenu",
"version": "0.0.1",
"description": "MyMenu - AI Meal Planner",
"description": "Receipt Scanner and AI Meal Planner",
"productName": "MyMenu",
"author": "Nils Lüem",
"private": true,
Expand All @@ -18,7 +18,7 @@
"axios": "^1.6.7",
"core-js": "^3.6.5",
"dotenv": "^16.4.5",
"firebase": "^9.0.2",
"firebase": "^9.23.0",
"mymenu": "file:",
"openai": "^4.67.3",
"quasar": "^2.8.0",
Expand Down

0 comments on commit 6ded75d

Please sign in to comment.