From 922c780f3be1a8333e18fe88cc0cb19ce4b8b542 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:56:01 +0000 Subject: [PATCH] fix(deps): update dependency io-ts to v2.2.21 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 342b73dfd..891e65a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "client-oauth2": "4.3.3", "fp-ts": "2.12.1", "http-status-codes": "2.2.0", - "io-ts": "2.2.16", + "io-ts": "2.2.21", "io-ts-promise": "2.0.2", "io-ts-reporters": "1.2.2", "io-ts-types": "0.5.16", @@ -9654,9 +9654,9 @@ } }, "node_modules/io-ts": { - "version": "2.2.16", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.16.tgz", - "integrity": "sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==", + "version": "2.2.21", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", + "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==", "peerDependencies": { "fp-ts": "^2.5.0" } @@ -25360,9 +25360,9 @@ } }, "io-ts": { - "version": "2.2.16", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.16.tgz", - "integrity": "sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==" + "version": "2.2.21", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", + "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==" }, "io-ts-promise": { "version": "2.0.2", diff --git a/package.json b/package.json index d19d03655..c18f84e8d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "client-oauth2": "4.3.3", "fp-ts": "2.12.1", "http-status-codes": "2.2.0", - "io-ts": "2.2.16", + "io-ts": "2.2.21", "io-ts-promise": "2.0.2", "io-ts-reporters": "1.2.2", "io-ts-types": "0.5.16",