From 68c830de739c43b84e2d427cdc87921b90687440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:15:45 +0000 Subject: [PATCH] fix(deps): update dependency firebase-admin to ^12.5.0 (#565) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
firebase/firebase-admin-node (firebase-admin) ### [`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 ([#​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 ([#​2598](https://redirect.github.com/firebase/firebase-admin-node/issues/2598)) - fix: support httpAgent in JwksFetcher ([#​2689](https://redirect.github.com/firebase/firebase-admin-node/issues/2689)) ##### Miscellaneous - \[chore] Release 12.5.0 Take 2 ([#​2703](https://redirect.github.com/firebase/firebase-admin-node/issues/2703)) - \[chore] Release 12.5.0 ([#​2702](https://redirect.github.com/firebase/firebase-admin-node/issues/2702)) - chore: Upgrade actions/upload-artifact@v4 ([#​2700](https://redirect.github.com/firebase/firebase-admin-node/issues/2700)) - build(deps): bump actions/download-artifact in /.github/workflows ([#​2694](https://redirect.github.com/firebase/firebase-admin-node/issues/2694)) - Create CHANGELOG.md ([#​2626](https://redirect.github.com/firebase/firebase-admin-node/issues/2626))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca68e955..beeab659 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 980ff837..5a1dd48f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"