From ba1cc6bf4ca264927d90c1cf749d1f15d0a73176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:34:18 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [gunshi](https://github.com/kazupon/gunshi/tree/HEAD/packages/gunshi) and [obug](https://github.com/sxzz/obug). Updates `gunshi` from 0.36.0 to 0.37.1 - [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.37.1/packages/gunshi) Updates `obug` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/sxzz/obug/releases) - [Commits](https://github.com/sxzz/obug/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: gunshi dependency-version: 0.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: obug dependency-version: 2.1.4 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 b2a06d8..c58a357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,11 +16,11 @@ "enginematch": "^0.2.0", "fast-wrap-ansi": "^0.2.2", "fdir": "^6.5.0", - "gunshi": "^0.36.0", + "gunshi": "^0.37.1", "lockparse": "^0.5.2", "module-replacements": "^3.0.0", "module-replacements-codemods": "^2.0.1", - "obug": "^2.1.3", + "obug": "^2.1.4", "package-manager-detector": "^1.7.0", "publint": "^0.3.21", "semver": "^7.8.5", @@ -1949,9 +1949,9 @@ } }, "node_modules/gunshi": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.36.0.tgz", - "integrity": "sha512-LJhM/2YiC4GfsaT2fnvccNkGXzbtMCBkgXpyLSM+1QVal2n7k8VJZol8qm1qgm2wmaQ6NBVmcGZIOkB/ms+6uQ==", + "version": "0.37.1", + "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.37.1.tgz", + "integrity": "sha512-C3t35z65PQpAHay/gzEu4J/7SNWXn2NhfC4RfZQPxyOqkPfDTizthxCPoSU48OazoVherCuCpFDKI1qcY425Gw==", "license": "MIT", "engines": { "node": ">= 22" @@ -2531,9 +2531,9 @@ "license": "MIT" }, "node_modules/obug": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.3.tgz", - "integrity": "sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz", + "integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==", "funding": [ "https://github.com/sponsors/sxzz", "https://opencollective.com/debug" diff --git a/package.json b/package.json index c3c91a2..de3b8a9 100644 --- a/package.json +++ b/package.json @@ -53,11 +53,11 @@ "enginematch": "^0.2.0", "fast-wrap-ansi": "^0.2.2", "fdir": "^6.5.0", - "gunshi": "^0.36.0", + "gunshi": "^0.37.1", "lockparse": "^0.5.2", "module-replacements": "^3.0.0", "module-replacements-codemods": "^2.0.1", - "obug": "^2.1.3", + "obug": "^2.1.4", "package-manager-detector": "^1.7.0", "publint": "^0.3.21", "semver": "^7.8.5",