From 0f43b2dc208d31b74cddafae506ff6d2ce8e1b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:03:24 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) and [gunshi](https://github.com/kazupon/gunshi/tree/HEAD/packages/gunshi). Updates `@clack/prompts` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/bombshell-dev/clack/releases) - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.3.0/packages/prompts) Updates `gunshi` from 0.29.4 to 0.29.5 - [Release notes](https://github.com/kazupon/gunshi/releases) - [Changelog](https://github.com/kazupon/gunshi/blob/main/CHANGELOG.md) - [Commits](https://github.com/kazupon/gunshi/commits/v0.29.5/packages/gunshi) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: gunshi dependency-version: 0.29.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 84 ++++++++++++----------------------------------- package.json | 4 +-- 2 files changed, 23 insertions(+), 65 deletions(-) diff --git a/package-lock.json b/package-lock.json index b56a8c8..4e2300b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@clack/prompts": "^1.2.0", + "@clack/prompts": "^1.3.0", "@publint/pack": "^0.1.4", "fast-wrap-ansi": "^0.2.0", "fdir": "^6.5.0", - "gunshi": "^0.29.4", + "gunshi": "^0.29.5", "lockparse": "^0.5.0", "module-replacements": "^3.0.0-beta.7", "module-replacements-codemods": "^1.2.0", @@ -867,73 +867,31 @@ } }, "node_modules/@clack/core": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz", - "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.3.0.tgz", + "integrity": "sha512-xJPHpAmEQUBrXSLx0gF+q5K/IyihXpsHZcha+jB+tyahsKRK3Dxo4D0coZDewHo12NhiuzC3dTtMPbm53GEAAA==", "license": "MIT", "dependencies": { - "fast-wrap-ansi": "^0.1.3", + "fast-wrap-ansi": "^0.2.0", "sisteransi": "^1.0.5" - } - }, - "node_modules/@clack/core/node_modules/fast-string-truncated-width": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz", - "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==", - "license": "MIT" - }, - "node_modules/@clack/core/node_modules/fast-string-width": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz", - "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==", - "license": "MIT", - "dependencies": { - "fast-string-truncated-width": "^1.2.0" - } - }, - "node_modules/@clack/core/node_modules/fast-wrap-ansi": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz", - "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==", - "license": "MIT", - "dependencies": { - "fast-string-width": "^1.1.0" + }, + "engines": { + "node": ">= 20.12.0" } }, "node_modules/@clack/prompts": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz", - "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.3.0.tgz", + "integrity": "sha512-GgcWwRCs/xPtaqlMy8qRhPnZf9vlWcWZNHAitnVQ3yk7JmSralSiq5q07yaffYE8SogtDm7zFeKccx1QNVARpw==", "license": "MIT", "dependencies": { - "@clack/core": "1.2.0", - "fast-string-width": "^1.1.0", - "fast-wrap-ansi": "^0.1.3", + "@clack/core": "1.3.0", + "fast-string-width": "^3.0.2", + "fast-wrap-ansi": "^0.2.0", "sisteransi": "^1.0.5" - } - }, - "node_modules/@clack/prompts/node_modules/fast-string-truncated-width": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz", - "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==", - "license": "MIT" - }, - "node_modules/@clack/prompts/node_modules/fast-string-width": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz", - "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==", - "license": "MIT", - "dependencies": { - "fast-string-truncated-width": "^1.2.0" - } - }, - "node_modules/@clack/prompts/node_modules/fast-wrap-ansi": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz", - "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==", - "license": "MIT", - "dependencies": { - "fast-string-width": "^1.1.0" + }, + "engines": { + "node": ">= 20.12.0" } }, "node_modules/@emnapi/core": { @@ -3189,9 +3147,9 @@ "license": "ISC" }, "node_modules/gunshi": { - "version": "0.29.4", - "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.29.4.tgz", - "integrity": "sha512-Dstvn5GzwR2OpYKJBjYY2YHs31J4d3ht0uKQCex2bLsOD63PmQZX59rYfk5wFhG95jmrVcwbyBzBnolkVDS5kg==", + "version": "0.29.5", + "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.29.5.tgz", + "integrity": "sha512-enk4QxCVyAKWZDYg3ui4at1s+1cvOWluPLtWPgFzv2NDBJ/GVZYbQdFfgM7RFyQJZnoKH27t3bKKcRtUbdFA6Q==", "license": "MIT", "engines": { "node": ">= 20" diff --git a/package.json b/package.json index 6658f08..e972e6a 100644 --- a/package.json +++ b/package.json @@ -46,11 +46,11 @@ }, "homepage": "https://github.com/e18e/cli#readme", "dependencies": { - "@clack/prompts": "^1.2.0", + "@clack/prompts": "^1.3.0", "fast-wrap-ansi": "^0.2.0", "@publint/pack": "^0.1.4", "fdir": "^6.5.0", - "gunshi": "^0.29.4", + "gunshi": "^0.29.5", "lockparse": "^0.5.0", "module-replacements": "^3.0.0-beta.7", "module-replacements-codemods": "^1.2.0",