From 1b82a02781f7835de36e9a2f03dbe44f97587583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:53:26 +0000 Subject: [PATCH] fix(deps): update dependency @fiatconnect/fiatconnect-types to ^10.2.0 (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@fiatconnect/fiatconnect-types](https://togithub.com/fiatconnect/fiatconnect-types) | [`^10.1.0` -> `^10.2.0`](https://renovatebot.com/diffs/npm/@fiatconnect%2ffiatconnect-types/10.1.0/10.2.0) | [![age](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/10.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/10.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/10.2.0/compatibility-slim/10.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/10.2.0/confidence-slim/10.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
fiatconnect/fiatconnect-types ### [`v10.2.0`](https://togithub.com/fiatconnect/fiatconnect-types/releases/tag/v10.2.0) [Compare Source](https://togithub.com/fiatconnect/fiatconnect-types/compare/v10.1.0...v10.2.0) ##### Features - **fiatAccounts:** support PIX accounts ([#​93](https://togithub.com/fiatconnect/fiatconnect-types/issues/93)) ([13974f0](https://togithub.com/fiatconnect/fiatconnect-types/commit/13974f0f292c0133999d654fd9c4215007b87a4c))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7:00 before 23:00 every weekday except on Friday" in timezone UTC, Automerge - At any time (no schedule defined). 🚦 **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/fiatconnect/api-starter). 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 4810167f..7abf7c51 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "dependencies": { "@celo/utils": "^1.5.2", - "@fiatconnect/fiatconnect-types": "^10.1.0", + "@fiatconnect/fiatconnect-types": "^10.2.0", "@types/express": "^4.17.14", "@types/node": "^17.0.21", "@types/yargs": "^17.0.15", diff --git a/yarn.lock b/yarn.lock index 47dfd64c..490204de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -710,10 +710,10 @@ "@ethersproject/properties" "^5.7.0" "@ethersproject/strings" "^5.7.0" -"@fiatconnect/fiatconnect-types@^10.1.0": - version "10.1.0" - resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-10.1.0.tgz#cf6acd894305bd281ee6d671334550b640269d2a" - integrity sha512-ncLwhVnbIrhRgbPSnbSMY/kdPKOmyu2LWeNdi5T1bgKZX7t6LV93cJbatl0zu1IcypOYjntWfmnkthKH+Ploiw== +"@fiatconnect/fiatconnect-types@^10.2.0": + version "10.2.0" + resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-10.2.0.tgz#340758ae3f5f707075160073bf0bc9691491c884" + integrity sha512-tiVTR2YUR1V/GzqY/g2yj/XAWefR124uxEMUbRnMlhrMOp2CZ3S8Z+3GLR8wxVh6QumD+Vm/FA+WcaEmwWFxFQ== dependencies: zod "^3.19.1"