From 3a5d202c2ce70cf76b42d6fe10deb5b6a97d3c54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 06:13:33 +0000 Subject: [PATCH] chore(deps): update dependency io-ts to v2.2.22 (#6359) 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 | |---|---|---|---|---|---| | [io-ts](https://redirect.github.com/gcanti/io-ts) | [`2.2.21` -> `2.2.22`](https://renovatebot.com/diffs/npm/io-ts/2.2.21/2.2.22) | [![age](https://developer.mend.io/api/mc/badges/age/npm/io-ts/2.2.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/io-ts/2.2.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/io-ts/2.2.21/2.2.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/io-ts/2.2.21/2.2.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
gcanti/io-ts (io-ts) ### [`v2.2.22`](https://redirect.github.com/gcanti/io-ts/blob/HEAD/CHANGELOG.md#2222) [Compare Source](https://redirect.github.com/gcanti/io-ts/compare/0a0b0c3a4e8f88b00a4825586fb661ceef58e659...2.2.22) - **Bug Fix** - Test for readonly type when optimizing tagged unions, [#​719](https://redirect.github.com/gcanti/io-ts/issues/719)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/wallet). 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 9848e292bbf..cdc77404d6e 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "i18next": "^23.16.8", "ibantools": "^4.5.1", "intl-pluralrules": "^2.0.1", - "io-ts": "2.2.21", + "io-ts": "2.2.22", "is-ip": "^3.1.0", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 2b293fcb59f..54ae45d50e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8894,10 +8894,10 @@ invariant@2.2.4, invariant@^2.2.2, invariant@^2.2.4: dependencies: loose-envify "^1.0.0" -io-ts@2.2.21: - version "2.2.21" - resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.21.tgz#4ef754176f7082a1099d04c7d5c4ea53267c530a" - integrity sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ== +io-ts@2.2.22: + version "2.2.22" + resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.22.tgz#5ab0d3636fe8494a275f0266461ab019da4b8d0b" + integrity sha512-FHCCztTkHoV9mdBsHpocLpdTAfh956ZQcIkWQxxS0U5HT53vtrcuYdQneEJKH6xILaLNzXVl2Cvwtoy8XNN0AA== ip-regex@^4.0.0: version "4.3.0"