Skip to content

Commit

Permalink
fix(deps): update dependency firebase-admin to ^12.5.0 (#565)
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)) |
[`^12.4.0` ->
`^12.5.0`](https://renovatebot.com/diffs/npm/firebase-admin/12.4.0/12.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/firebase-admin/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/firebase-admin/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/firebase-admin/12.4.0/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/firebase-admin/12.4.0/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/firebase/firebase-admin-node/compare/v12.4.0...v12.5.0)

##### New Features

- feat(rc): SSRC targeting
([#&#8203;2665](https://redirect.github.com/firebase/firebase-admin-node/issues/2665))

##### Bug Fixes

- fix: updating comments with VibrateTimingsMillis and
defaultVibrateTimings instead of vibrate_timings and
default_vibrate_timings
([#&#8203;2598](https://redirect.github.com/firebase/firebase-admin-node/issues/2598))
- fix: support httpAgent in JwksFetcher
([#&#8203;2689](https://redirect.github.com/firebase/firebase-admin-node/issues/2689))

##### Miscellaneous

- \[chore] Release 12.5.0 Take 2
([#&#8203;2703](https://redirect.github.com/firebase/firebase-admin-node/issues/2703))
- \[chore] Release 12.5.0
([#&#8203;2702](https://redirect.github.com/firebase/firebase-admin-node/issues/2702))
- chore: Upgrade actions/upload-artifact@v4
([#&#8203;2700](https://redirect.github.com/firebase/firebase-admin-node/issues/2700))
- build(deps): bump actions/download-artifact in /.github/workflows
([#&#8203;2694](https://redirect.github.com/firebase/firebase-admin-node/issues/2694))
- Create CHANGELOG.md
([#&#8203;2626](https://redirect.github.com/firebase/firebase-admin-node/issues/2626))

</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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2024
1 parent bb8995e commit 68c830d
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": "^12.4.0",
"firebase-admin": "^12.5.0",
"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 @@ -3187,10 +3187,10 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"

firebase-admin@^12.4.0:
version "12.4.0"
resolved "https://registry.yarnpkg.com/firebase-admin/-/firebase-admin-12.4.0.tgz#5c6db4bc7725207dbac5fb6c048972b9628f5d09"
integrity sha512-3HOHqJxNmFv0JgK3voyMQgmcibhJN4LQfZfhnZGb6pcONnZxejki4nQ1twsoJlGaIvgQWBtO7rc5mh/cqlOJNA==
firebase-admin@^12.5.0:
version "12.5.0"
resolved "https://registry.yarnpkg.com/firebase-admin/-/firebase-admin-12.5.0.tgz#fed378b8b8ee6d7793ba23a5b8e1f43740de8bdb"
integrity sha512-ad8vnlPcuuZN9scSgY8UnAxPI4mzP2/Q+dsrVLTf+j3h7bIq0FOelDCDGz4StgKJdk244v2kpOxqJjPG3grBHg==
dependencies:
"@fastify/busboy" "^3.0.0"
"@firebase/database-compat" "^1.0.2"
Expand Down

0 comments on commit 68c830d

Please sign in to comment.