From 243c77889a905e1471c4940e8cf42c6044fad12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:27:36 +0000 Subject: [PATCH] chore(deps): Bump io-ts from 2.2.15 to 2.2.21 Bumps [io-ts](https://github.com/gcanti/io-ts) from 2.2.15 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a0e14d..f197591 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4335,9 +4335,9 @@ "dev": true }, "io-ts": { - "version": "2.2.15", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.15.tgz", - "integrity": "sha512-ww2ZPrErx5pjCCI/tWRwjlEIDEndnN9kBIxAylXj+WNIH4ZVgaUqFuabGouehkRuvrmvzO5OnZmLf+o50h4izQ==" + "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-reporters": { "version": "1.2.2", diff --git a/package.json b/package.json index 8713b1a..2648f3d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^4.0.0", "fp-ts": "^2.9.5", - "io-ts": "^2.2.15", + "io-ts": "^2.2.21", "io-ts-reporters": "^1.2.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21",