Skip to content

Commit

Permalink
fix(deps): update dependency firebase-admin to ^13.0.1 (#590)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [firebase-admin](https://firebase.google.com/)
([source](https://redirect.github.com/firebase/firebase-admin-node)) |
[`^13.0.0` ->
`^13.0.1`](https://renovatebot.com/diffs/npm/firebase-admin/13.0.0/13.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/firebase-admin/13.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/firebase-admin/13.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/firebase-admin/13.0.0/13.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/firebase-admin/13.0.0/13.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>firebase/firebase-admin-node (firebase-admin)</summary>

###
[`v13.0.1`](https://redirect.github.com/firebase/firebase-admin-node/releases/tag/v13.0.1):
Firebase Admin Node.js SDK v13.0.1

[Compare
Source](https://redirect.github.com/firebase/firebase-admin-node/compare/v13.0.0...v13.0.1)

##### Bug Fixes

- fix: Fix the property names when initializing the SDK with
ServiceAccount type
([#&#8203;2779](https://redirect.github.com/firebase/firebase-admin-node/issues/2779))

##### Miscellaneous

- \[chore] Release 13.0.1
([#&#8203;2780](https://redirect.github.com/firebase/firebase-admin-node/issues/2780))
- build(deps-dev): bump
[@&#8203;firebase/auth-compat](https://redirect.github.com/firebase/auth-compat)
from 0.5.15 to 0.5.16
([#&#8203;2776](https://redirect.github.com/firebase/firebase-admin-node/issues/2776))
- build(deps): bump google-auth-library from 9.14.2 to 9.15.0
([#&#8203;2773](https://redirect.github.com/firebase/firebase-admin-node/issues/2773))
- build(deps): bump
[@&#8203;firebase/database-compat](https://redirect.github.com/firebase/database-compat)
from 2.0.0 to 2.0.1
([#&#8203;2774](https://redirect.github.com/firebase/firebase-admin-node/issues/2774))
- build(deps-dev): bump
[@&#8203;firebase/auth-types](https://redirect.github.com/firebase/auth-types)
from 0.12.2 to 0.12.3
([#&#8203;2775](https://redirect.github.com/firebase/firebase-admin-node/issues/2775))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "after 8:00 before 23:00 every weekday except on Friday" in
timezone UTC.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/valora-inc/address-metadata).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 2cedf9a commit 06cc553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5",
"firebase-admin": "^13.0.0",
"firebase-admin": "^13.0.1",
"joi": "^17.13.3",
"json-diff": "^1.0.6",
"semver": "^7.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
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.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/firebase-admin/-/firebase-admin-13.0.0.tgz#60505da85b60da82071fc4e6e4d23a7de070a21d"
integrity sha512-tgm4+NT051tv237g4rLz6L5TJ4l1QwPjzysBJKnukP8fvdJQuXUNpqQONptNbNeLEUkRAroGNuEg5v3aVPzkbw==
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==
dependencies:
"@fastify/busboy" "^3.0.0"
"@firebase/database-compat" "^2.0.0"
Expand Down

0 comments on commit 06cc553

Please sign in to comment.