Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency firebase-admin to v12.5.0 #11551

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"firebase-admin": "12.4.0"
"firebase-admin": "12.5.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7587,7 +7587,7 @@ __metadata:
"@redwoodjs/framework-tools": "workspace:*"
"@types/aws-lambda": "npm:8.10.145"
concurrently: "npm:8.2.2"
firebase-admin: "npm:12.4.0"
firebase-admin: "npm:12.5.0"
publint: "npm:0.2.10"
tsx: "npm:4.19.0"
typescript: "npm:5.6.2"
Expand Down Expand Up @@ -17579,9 +17579,9 @@ __metadata:
languageName: node
linkType: hard

"firebase-admin@npm:12.4.0":
version: 12.4.0
resolution: "firebase-admin@npm:12.4.0"
"firebase-admin@npm:12.5.0":
version: 12.5.0
resolution: "firebase-admin@npm:12.5.0"
dependencies:
"@fastify/busboy": "npm:^3.0.0"
"@firebase/database-compat": "npm:^1.0.2"
Expand All @@ -17599,7 +17599,7 @@ __metadata:
optional: true
"@google-cloud/storage":
optional: true
checksum: 10c0/d6378201f60b2ab79c44b43bbe6441c88365860f14ed15d9e60e0867a8851fb5aebf3677f435cfdcfc3cbc26088431d86b6c9c3bc464a5c3ee04dbf1b586dcfe
checksum: 10c0/da961e3a44bac301926950b359859a2af50bcc4c0adaa8cc924a900abfe9861347ac6effa6b383f600ed1be0e56aa270ba5efd28a8d2de5ea8396e6e0666871d
languageName: node
linkType: hard

Expand Down
Loading