From fd4eb052e90a369f31ed16e48b62d951e8a8f87c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:37:11 +0000 Subject: [PATCH] fix(deps): update dependency @fiatconnect/fiatconnect-types to ^13.2.0 (#159) 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.1.3` -> `^13.2.0`](https://renovatebot.com/diffs/npm/@fiatconnect%2ffiatconnect-types/13.1.3/13.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fiatconnect%2ffiatconnect-types/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fiatconnect%2ffiatconnect-types/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fiatconnect%2ffiatconnect-types/13.1.3/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fiatconnect%2ffiatconnect-types/13.1.3/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
fiatconnect/fiatconnect-types (@​fiatconnect/fiatconnect-types) ### [`v13.2.0`](https://togithub.com/fiatconnect/fiatconnect-types/releases/tag/v13.2.0) [Compare Source](https://togithub.com/fiatconnect/fiatconnect-types/compare/v13.1.3...v13.2.0) ##### Features - **user-actions:** add urlUserActionSchema ([#​184](https://togithub.com/fiatconnect/fiatconnect-types/issues/184)) ([87c0de1](https://togithub.com/fiatconnect/fiatconnect-types/commit/87c0de1f47c47e2a583ab48b5b3ffcf7535ac173))
--- ### 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 05ba4428..3ef42d7b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "dependencies": { "@celo/utils": "^1.5.2", - "@fiatconnect/fiatconnect-types": "^13.1.3", + "@fiatconnect/fiatconnect-types": "^13.2.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 6ac90714..475b1ff4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -722,10 +722,10 @@ "@ethersproject/properties" "^5.7.0" "@ethersproject/strings" "^5.7.0" -"@fiatconnect/fiatconnect-types@^13.1.3": - version "13.1.3" - resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-13.1.3.tgz#59c3155044d306a9c3c40605ad769da433581359" - integrity sha512-MOM/MMrvNF+oP7IIlSIYzDeZPwdk3+iKpiCgedqyTO2CMyCzMnLfOu4vQHMSB2WT2fe8NbAmTD7Ez0aQdfkAwA== +"@fiatconnect/fiatconnect-types@^13.2.0": + version "13.2.0" + resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-13.2.0.tgz#9c0aa7f267f882416a7388b11e9b2c10c0741f5e" + integrity sha512-/xfheL/vAgNjHQyIYvIzJRNulO67mtsd5eVu5BQ/mZvmvL8KVd7JoOscCR9lSsrFumVcB7VlP/IA5t+2Mgx2oQ== dependencies: zod "^3.22.2"