From a53e94a4c6c76b0c34b83a0b3e8d28d4bcc8d4e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 05:05:41 +0000 Subject: [PATCH] fix(deps): update dependency @fiatconnect/fiatconnect-types to ^13.1.0 (#144) 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) | [`^13.0.2` -> `^13.1.0`](https://renovatebot.com/diffs/npm/@fiatconnect%2ffiatconnect-types/13.0.2/13.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/13.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/13.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/13.1.0/compatibility-slim/13.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@fiatconnect%2ffiatconnect-types/13.1.0/confidence-slim/13.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
fiatconnect/fiatconnect-types (@​fiatconnect/fiatconnect-types) ### [`v13.1.0`](https://togithub.com/fiatconnect/fiatconnect-types/releases/tag/v13.1.0) [Compare Source](https://togithub.com/fiatconnect/fiatconnect-types/compare/v13.0.2...v13.1.0) ##### Features - **types:** Support user-initiated transfers ([#​162](https://togithub.com/fiatconnect/fiatconnect-types/issues/162)) ([27bac70](https://togithub.com/fiatconnect/fiatconnect-types/commit/27bac702f03ff610928d7288de7d2c1b2d68fb72))
--- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/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 dd1b0f8f..b6ea32f2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "dependencies": { "@celo/utils": "^1.5.2", - "@fiatconnect/fiatconnect-types": "^13.0.2", + "@fiatconnect/fiatconnect-types": "^13.1.0", "@types/express": "^4.17.17", "@types/node": "^17.0.45", "@types/yargs": "^17.0.24", diff --git a/yarn.lock b/yarn.lock index ac2f6870..b01ed050 100644 --- a/yarn.lock +++ b/yarn.lock @@ -710,10 +710,10 @@ "@ethersproject/properties" "^5.7.0" "@ethersproject/strings" "^5.7.0" -"@fiatconnect/fiatconnect-types@^13.0.2": - version "13.0.2" - resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-13.0.2.tgz#8577c3856549dcab744d61aab8d045cd6885c1a1" - integrity sha512-QpqSpBKpde6l6aJdmx013YyjeGJXNUIaltNvEyKjt4yaSxtjBiCzzAy/EC3zemO+h+QUmUy7eP+87hmBtwAE5A== +"@fiatconnect/fiatconnect-types@^13.1.0": + version "13.1.0" + resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-13.1.0.tgz#3101843a52a13f05809b0e562f7a202cc91ae6d4" + integrity sha512-cef62s6cZHQ8IsSV8p03VjrZegZ6DZqSGlx+3cru4G1u8SIf85tVqfFy5+iGau63ck1EO/Kla+6cfqlFVvfL0A== dependencies: zod "^3.21.4"