From c597679298d9501b85114f92836e4ed54c8750cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 05:16:33 +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.0.0-alpha.8 to 1.0.0-alpha.9 - [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.0.0-alpha.9/packages/prompts) Updates `gunshi` from 0.27.4 to 0.27.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.27.5/packages/gunshi) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.0.0-alpha.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: gunshi dependency-version: 0.27.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20223dc..a05a794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@clack/prompts": "^1.0.0-alpha.8", + "@clack/prompts": "^1.0.0-alpha.9", "@publint/pack": "^0.1.2", "debug": "^4.4.3", "fdir": "^6.5.0", - "gunshi": "^0.27.4", + "gunshi": "^0.27.5", "lockparse": "^0.5.0", "module-replacements": "^2.10.1", "module-replacements-codemods": "^1.2.0", @@ -892,9 +892,9 @@ } }, "node_modules/@clack/prompts": { - "version": "1.0.0-alpha.8", - "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.0.0-alpha.8.tgz", - "integrity": "sha512-YZGC4BmTKSF5OturNKEz/y4xNjYGmGk6NI785CQucJ7OEdX0qbMmL/zok+9bL6c7qE3WSYffyK5grh2RnkGNtQ==", + "version": "1.0.0-alpha.9", + "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.0.0-alpha.9.tgz", + "integrity": "sha512-sKs0UjiHFWvry4SiRfBi5Qnj0C/6AYx8aKkFPZQSuUZXgAram25ZDmhQmP7vj1aFyLpfHWtLQjWvOvcat0TOLg==", "license": "MIT", "dependencies": { "@clack/core": "1.0.0-alpha.7", @@ -3569,9 +3569,9 @@ "license": "ISC" }, "node_modules/gunshi": { - "version": "0.27.4", - "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.27.4.tgz", - "integrity": "sha512-HDekNK7ada8zuk7WMlXdKgbl8Kuqs2aARAP6V2Ubwc0LmqifPzdsjTZIBNLlPbajrZIJhZsl8A/Wyinioqcz9A==", + "version": "0.27.5", + "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.27.5.tgz", + "integrity": "sha512-ExdnmI90hQ/eR1wnUc5rVom+K16F1hSpbYrplpt6rrJhXLprVGK9/E63bk7Rju27hAqc3WvpCa8PeY95R165fw==", "license": "MIT", "dependencies": { "args-tokens": "^0.23.0" diff --git a/package.json b/package.json index 2f7a327..2ddb98f 100644 --- a/package.json +++ b/package.json @@ -46,11 +46,11 @@ }, "homepage": "https://github.com/e18e/cli#readme", "dependencies": { - "@clack/prompts": "^1.0.0-alpha.8", + "@clack/prompts": "^1.0.0-alpha.9", "@publint/pack": "^0.1.2", "debug": "^4.4.3", "fdir": "^6.5.0", - "gunshi": "^0.27.4", + "gunshi": "^0.27.5", "lockparse": "^0.5.0", "module-replacements": "^2.10.1", "module-replacements-codemods": "^1.2.0",