From 4ec20eeacdc3742a02986b5c7996b05b221e5c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:50:34 +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.28.0 to 0.29.2 - [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.2/packages/gunshi) --- updated-dependencies: - dependency-name: gunshi dependency-version: 0.29.2 dependency-type: direct:production update-type: version-update:semver-minor 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 2d58511..4caefb1 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.28.0", + "gunshi": "^0.29.2", "lockparse": "^0.5.0", "module-replacements": "^2.11.0", "module-replacements-codemods": "^1.2.0", @@ -3627,9 +3627,9 @@ "license": "ISC" }, "node_modules/gunshi": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.28.0.tgz", - "integrity": "sha512-xR/iKAT4zMeYsboTDHOVSEGS1BNyYReUE48vXdNIT6ujcZLqE+BR/p9T6n0N7ugNdfoZtHm3NTuya9jc7cdsbw==", + "version": "0.29.2", + "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.29.2.tgz", + "integrity": "sha512-tjyVt1vWWOnVUlY+kSqr7evRzl5xVq1ltzILkm7150zBL7VCHYX3OIUrkVOqx8N4fni+yuPrwBRPBl+2FW+C0w==", "license": "MIT", "engines": { "node": ">= 20" diff --git a/package.json b/package.json index 8963253..42d7c7c 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.28.0", + "gunshi": "^0.29.2", "lockparse": "^0.5.0", "module-replacements": "^2.11.0", "module-replacements-codemods": "^1.2.0",