From a8e95fa5c9ef318fcd9655af98b853ac34d9738c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 05:43:13 +0000 Subject: [PATCH] chore(deps): bump gunshi in the production-dependencies group Bumps the production-dependencies group with 1 update: [gunshi](https://github.com/kazupon/gunshi/tree/HEAD/packages/gunshi). Updates `gunshi` from 0.29.2 to 0.29.3 - [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.3/packages/gunshi) --- updated-dependencies: - dependency-name: gunshi dependency-version: 0.29.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a503cfb..30a24b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@publint/pack": "^0.1.4", "fast-wrap-ansi": "^0.2.0", "fdir": "^6.5.0", - "gunshi": "^0.29.2", + "gunshi": "^0.29.3", "lockparse": "^0.5.0", "module-replacements": "^3.0.0-beta.0", "module-replacements-codemods": "^1.2.0", @@ -3622,9 +3622,9 @@ "license": "ISC" }, "node_modules/gunshi": { - "version": "0.29.2", - "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.29.2.tgz", - "integrity": "sha512-tjyVt1vWWOnVUlY+kSqr7evRzl5xVq1ltzILkm7150zBL7VCHYX3OIUrkVOqx8N4fni+yuPrwBRPBl+2FW+C0w==", + "version": "0.29.3", + "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.29.3.tgz", + "integrity": "sha512-0E2ifZq5aJs2TzX3aCdkON72Mg4FjTSJDjhmaVw3OgQAdZNeyS3EfA4FybHS3NP5YxqiMj43NFcu0ezccJPGzw==", "license": "MIT", "engines": { "node": ">= 20" diff --git a/package.json b/package.json index 1ec2e9b..9befea7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "fast-wrap-ansi": "^0.2.0", "@publint/pack": "^0.1.4", "fdir": "^6.5.0", - "gunshi": "^0.29.2", + "gunshi": "^0.29.3", "lockparse": "^0.5.0", "module-replacements": "^3.0.0-beta.0", "module-replacements-codemods": "^1.2.0",