diff --git a/package-lock.json b/package-lock.json index 2ab400f..68b9085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "fp-ts": "^2.16.2", "io-ts": "^2.2.21", - "io-ts-reporters": "^1.2.2", + "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "minimatch": "^9.0.3" @@ -1805,6 +1805,12 @@ "url": "https://opencollective.com/unts" } }, + "node_modules/@scarf/scarf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.3.0.tgz", + "integrity": "sha512-lHKK8M5CTcpFj2hZDB3wIjb0KAbEOgDmiJGDv1WBRfQgRm/a8/XMEkG/N1iM01xgbUDsPQwi42D+dFo1XPAKew==", + "hasInstallScript": true + }, "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", @@ -4954,12 +4960,15 @@ } }, "node_modules/io-ts-reporters": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/io-ts-reporters/-/io-ts-reporters-1.2.2.tgz", - "integrity": "sha512-igASwWWkDY757OutNcM6zTtdJf/eTZYkoe2ymsX2qpm5bKZLo74FJYjsCtMQOEdY7dRHLLEulCyFQwdN69GBCg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/io-ts-reporters/-/io-ts-reporters-2.0.1.tgz", + "integrity": "sha512-RVpLstYBsmTGgCW9wJ5KVyN/eRnRUDp87Flt4D1O3aJ7oAnd8csq8aXuu7ZeNK8qEDKmjUl9oUuzfwikaNAMKQ==", + "dependencies": { + "@scarf/scarf": "^1.1.1" + }, "peerDependencies": { - "fp-ts": "^2.0.2", - "io-ts": "^2.0.0" + "fp-ts": "^2.10.5", + "io-ts": "^2.2.16" } }, "node_modules/is-array-buffer": { diff --git a/package.json b/package.json index 1f27b66..0585cb6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@actions/github": "^6.0.0", "fp-ts": "^2.16.2", "io-ts": "^2.2.21", - "io-ts-reporters": "^1.2.2", + "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "minimatch": "^9.0.3"