From 4eca6b6fbde9f8cb3ef1375369f17f39860f832a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:46:08 +0000 Subject: [PATCH] Update dependency io-ts to v2.2.21 --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 727bb33..f7a8104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8465,9 +8465,9 @@ } }, "node_modules/io-ts": { - "version": "2.2.18", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.18.tgz", - "integrity": "sha512-3JxUUzRtPQPs5sOwB7pW0+Xb54nOzqA6M1sRB1hwgsRmkWMeGTjtOrCynGTJhIj+mBLUj2S37DAq2+BrPh9kTQ==", + "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" } @@ -15556,7 +15556,7 @@ "graphql-scalars": "^1.18.0", "graphql-ws": "^5.10.1", "immutable": "^4.1.0", - "io-ts": "^2.2.18", + "io-ts": "^2.2.21", "ioredis": "^5.2.3", "ix": "^5.0.0", "koa": "^2.13.4", @@ -15652,7 +15652,7 @@ "graphql-scalars": "^1.18.0", "graphql-ws": "^5.10.1", "immutable": "^4.1.0", - "io-ts": "^2.2.18", + "io-ts": "2.2.21", "ioredis": "^5.2.3", "ix": "^5.0.0", "jest": "^28.1.3", @@ -22264,9 +22264,9 @@ } }, "io-ts": { - "version": "2.2.18", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.18.tgz", - "integrity": "sha512-3JxUUzRtPQPs5sOwB7pW0+Xb54nOzqA6M1sRB1hwgsRmkWMeGTjtOrCynGTJhIj+mBLUj2S37DAq2+BrPh9kTQ==", + "version": "2.2.21", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", + "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==", "requires": {} }, "ioredis": {