From 39fb5f6c2ae4cb709dec430a315c3b138e36e05b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:55:15 +0000 Subject: [PATCH] fix(deps): update dependency io-ts to ^2.2.22 --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 8bd8e84..ceee449 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "d3": "^7.8.3", "fp-ts": "^2.16.9", "immer": "^9.0.21", - "io-ts": "^2.2.20", + "io-ts": "^2.2.22", "jsdom": "^25.0.0", "jss": "^10.10.0", "mapshaper": "^0.6.25", diff --git a/website/yarn.lock b/website/yarn.lock index 55648ac..2b260cf 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2906,10 +2906,10 @@ inherits@2, inherits@^2.0.3, inherits@~2.0.3: resolved "https://registry.yarnpkg.com/internmap/-/internmap-2.0.3.tgz#6685f23755e43c524e251d29cbc97248e3061009" integrity sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg== -io-ts@^2.2.20: - version "2.2.20" - resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.20.tgz#be42b75f6668a2c44f706f72ee6e4c906777c7f5" - integrity sha512-Rq2BsYmtwS5vVttie4rqrOCIfHCS9TgpRLFpKQCM1wZBBRY9nWVGmEvm2FnDbSE2un1UE39DvFpTR5UL47YDcA== +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== is-in-browser@^1.0.2, is-in-browser@^1.1.3: version "1.1.3"