Skip to content

Commit

Permalink
fix(deps): update dependency firebase-admin to ^13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 7d40cf2 commit 22593b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@valora/http-handler": "^0.0.1",
"@valora/logging": "^1.3.18",
"dotenv": "^16.4.7",
"firebase-admin": "^13.0.1",
"firebase-admin": "^13.0.2",
"joi": "^17.13.3",
"json-diff": "^1.0.6",
"semver": "^7.6.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,10 @@
retry-request "^6.0.0"
teeny-request "^9.0.0"

"@google-cloud/firestore@^7.10.0":
version "7.10.0"
resolved "https://registry.yarnpkg.com/@google-cloud/firestore/-/firestore-7.10.0.tgz#fc434f6da583aba48d5532ce322e8c03af1978f8"
integrity sha512-VFNhdHvfnmqcHHs6YhmSNHHxQqaaD64GwiL0c+e1qz85S8SWZPC2XFRf8p9yHRTF40Kow424s1KBU9f0fdQa+Q==
"@google-cloud/firestore@^7.11.0":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@google-cloud/firestore/-/firestore-7.11.0.tgz#a8a2b61d5069ba23ff2a1b98eac78d15a904a40f"
integrity sha512-88uZ+jLsp1aVMj7gh3EKYH1aulTAMFAp8sH/v5a9w8q8iqSG27RiWLoxSAFr/XocZ9hGiWH1kEnBw+zl3xAgNA==
dependencies:
"@opentelemetry/api" "^1.3.0"
fast-deep-equal "^3.1.1"
Expand Down Expand Up @@ -3180,10 +3180,10 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"

firebase-admin@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/firebase-admin/-/firebase-admin-13.0.1.tgz#cd358d1b3ee99e4dc727e293e727f8fb23b7d74c"
integrity sha512-sKQ/Yw8o/WdC9qTKvuLMBjTbdcBISIXW4+M9PXk0bNjxEbZf1Er7EVq47eRb5+bnKof10xlns6zAIbj4tmSexg==
firebase-admin@^13.0.2:
version "13.0.2"
resolved "https://registry.yarnpkg.com/firebase-admin/-/firebase-admin-13.0.2.tgz#ea4d9a739dde467d584820d8c38086bc4884a6a2"
integrity sha512-YWVpoN+tZVSRXF0qC0gojoF5bSqvBRbnBk8+xUtFiguM2L4vB7f0moAwV1VVWDDHvTnvQ68OyTMpdp6wKo/clw==
dependencies:
"@fastify/busboy" "^3.0.0"
"@firebase/database-compat" "^2.0.0"
Expand All @@ -3196,7 +3196,7 @@ firebase-admin@^13.0.1:
node-forge "^1.3.1"
uuid "^11.0.2"
optionalDependencies:
"@google-cloud/firestore" "^7.10.0"
"@google-cloud/firestore" "^7.11.0"
"@google-cloud/storage" "^7.14.0"

flat-cache@^3.0.4:
Expand Down

0 comments on commit 22593b4

Please sign in to comment.