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 v11.11.0 #9458

Merged
merged 1 commit into from
Nov 15, 2023
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"core-js": "3.33.2",
"firebase-admin": "11.10.1"
"firebase-admin": "11.11.0"
},
"devDependencies": {
"@babel/cli": "7.23.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8150,7 +8150,7 @@ __metadata:
"@redwoodjs/api": 6.0.7
"@types/aws-lambda": 8.10.119
core-js: 3.33.2
firebase-admin: 11.10.1
firebase-admin: 11.11.0
jest: 29.7.0
typescript: 5.2.2
languageName: unknown
Expand Down Expand Up @@ -20183,9 +20183,9 @@ __metadata:
languageName: node
linkType: hard

"firebase-admin@npm:11.10.1":
version: 11.10.1
resolution: "firebase-admin@npm:11.10.1"
"firebase-admin@npm:11.11.0":
version: 11.11.0
resolution: "firebase-admin@npm:11.11.0"
dependencies:
"@fastify/busboy": ^1.2.1
"@firebase/database-compat": ^0.3.4
Expand All @@ -20202,7 +20202,7 @@ __metadata:
optional: true
"@google-cloud/storage":
optional: true
checksum: 5b09ab7e5cd9f3aeabbdeca0faa6c703b45e63c450d5b77bcc49f82113145061df56ae4266a0c20a117c0d0d7094c5ac7aba0d43566459460ae1f94526f1bb03
checksum: 97bea381dfc9f4bac13e59d22812de8f20627ed30dbeb50a0493b920a0cf7cbc08d425077e88be88af59d16e8f39d7fe88dd5df826870fc75fa660deb126ad67
languageName: node
linkType: hard

Expand Down
Loading