Skip to content

Commit

Permalink
fix(deps): update dependency @fiatconnect/fiatconnect-types to ^13.1.0 (
Browse files Browse the repository at this point in the history
#144)

[![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

<details>
<summary>fiatconnect/fiatconnect-types
(@&#8203;fiatconnect/fiatconnect-types)</summary>

###
[`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
([#&#8203;162](https://togithub.com/fiatconnect/fiatconnect-types/issues/162))
([27bac70](https://togithub.com/fiatconnect/fiatconnect-types/commit/27bac702f03ff610928d7288de7d2c1b2d68fb72))

</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 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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent 77989f7 commit a53e94a
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 @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a53e94a

Please sign in to comment.