From a59f9887c1d7aab328261d564ba28b1979950489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:34:15 +0000 Subject: [PATCH] :arrow_up: Bump ink-text-input from 4.0.3 to 5.0.1 Bumps [ink-text-input](https://github.com/vadimdemedes/ink-text-input) from 4.0.3 to 5.0.1. - [Release notes](https://github.com/vadimdemedes/ink-text-input/releases) - [Commits](https://github.com/vadimdemedes/ink-text-input/compare/v4.0.3...v5.0.1) --- updated-dependencies: - dependency-name: ink-text-input dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 66 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 54 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65e5723..b112864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@octokit/rest": "^20.0.2", "clipboardy": "^2.3.0", "fast-fuzzy": "^1.12.0", - "ink-text-input": "^4.0.3", + "ink-text-input": "^5.0.1", "minimist": "^1.2.8", "toml": "^3.0.0", "uuid": "^9.0.1" @@ -1529,6 +1529,35 @@ "rescript-ink": "^1.3.0" } }, + "node_modules/@rescript-ink/ink-text-input/node_modules/ink-text-input": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/ink-text-input/-/ink-text-input-4.0.3.tgz", + "integrity": "sha512-eQD01ik9ltmNoHmkeQ2t8LszYkv2XwuPSUz3ie/85qer6Ll/j0QSlSaLNl6ENHZakBHdCBVZY04iOXcLLXA0PQ==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "type-fest": "^0.15.1" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "ink": "^3.0.0-3", + "react": "^16.5.2 || ^17.0.0" + } + }, + "node_modules/@rescript-ink/ink-text-input/node_modules/type-fest": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.15.1.tgz", + "integrity": "sha512-n+UXrN8i5ioo7kqT/nF8xsEzLaqFra7k32SEsSPwvXVGyAcRgV/FUQN/sgfptJTR1oRmmq7z4IXMFSM7im7C9A==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@rescript/core": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@rescript/core/-/core-1.0.0.tgz", @@ -3054,27 +3083,38 @@ } }, "node_modules/ink-text-input": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/ink-text-input/-/ink-text-input-4.0.3.tgz", - "integrity": "sha512-eQD01ik9ltmNoHmkeQ2t8LszYkv2XwuPSUz3ie/85qer6Ll/j0QSlSaLNl6ENHZakBHdCBVZY04iOXcLLXA0PQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ink-text-input/-/ink-text-input-5.0.1.tgz", + "integrity": "sha512-crnsYJalG4EhneOFnr/q+Kzw1RgmXI2KsBaLFE6mpiIKxAtJLUnvygOF2IUKO8z4nwkSkveGRBMd81RoYdRSag==", "dependencies": { - "chalk": "^4.1.0", - "type-fest": "^0.15.1" + "chalk": "^5.2.0", + "type-fest": "^3.6.1" }, "engines": { - "node": ">=10" + "node": ">=14.16" }, "peerDependencies": { - "ink": "^3.0.0-3", - "react": "^16.5.2 || ^17.0.0" + "ink": "^4.0.0", + "react": "^18.0.0" + } + }, + "node_modules/ink-text-input/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/ink-text-input/node_modules/type-fest": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.15.1.tgz", - "integrity": "sha512-n+UXrN8i5ioo7kqT/nF8xsEzLaqFra7k32SEsSPwvXVGyAcRgV/FUQN/sgfptJTR1oRmmq7z4IXMFSM7im7C9A==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", + "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", "engines": { - "node": ">=10" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 87197ff..5e356ae 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@octokit/rest": "^20.0.2", "clipboardy": "^2.3.0", "fast-fuzzy": "^1.12.0", - "ink-text-input": "^4.0.3", + "ink-text-input": "^5.0.1", "minimist": "^1.2.8", "toml": "^3.0.0", "uuid": "^9.0.1"