From 5b055788be900f35b0814d029f052eeecc706733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:57:56 +0000 Subject: [PATCH] build(deps): bump io-ts from 2.2.20 to 2.2.21 Bumps [io-ts](https://github.com/gcanti/io-ts) from 2.2.20 to 2.2.21. - [Release notes](https://github.com/gcanti/io-ts/releases) - [Changelog](https://github.com/gcanti/io-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/gcanti/io-ts/commits) --- updated-dependencies: - dependency-name: io-ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4ded0e..451e093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "core-js": "^3.8.3", "fp-ts": "^2.16.1", - "io-ts": "^2.2.20", + "io-ts": "^2.2.21", "msr": "^1.3.4", "screenfull": "^6.0.2", "url-join": "^5.0.0", @@ -6266,9 +6266,9 @@ "dev": true }, "node_modules/io-ts": { - "version": "2.2.20", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.20.tgz", - "integrity": "sha512-Rq2BsYmtwS5vVttie4rqrOCIfHCS9TgpRLFpKQCM1wZBBRY9nWVGmEvm2FnDbSE2un1UE39DvFpTR5UL47YDcA==", + "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" } diff --git a/package.json b/package.json index 9e2953f..600f075 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "core-js": "^3.8.3", "fp-ts": "^2.16.1", - "io-ts": "^2.2.20", + "io-ts": "^2.2.21", "msr": "^1.3.4", "screenfull": "^6.0.2", "url-join": "^5.0.0",