diff --git a/package-lock.json b/package-lock.json index 5748684..fcd1b02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "colors": "^1.4.0", "commander": "^12.1.0", "fp-ts": "^2.13.1", - "io-ts": "^2.2.20", + "io-ts": "^2.2.21", "js-yaml": "^4.1.0", "ssh2": "^1.11.0" }, @@ -3627,6 +3627,7 @@ "version": "2.2.21", "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==", + "license": "MIT", "peerDependencies": { "fp-ts": "^2.5.0" } diff --git a/package.json b/package.json index 29aa76f..e87849d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "colors": "^1.4.0", "commander": "^12.1.0", "fp-ts": "^2.13.1", - "io-ts": "^2.2.20", + "io-ts": "^2.2.21", "js-yaml": "^4.1.0", "ssh2": "^1.11.0" }