From 1833eb55857dadcd4f47870d258f5f28261a491e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:45:01 +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 [tinyglobby](https://github.com/SuperchupuDev/tinyglobby). Updates `gunshi` from 0.29.3 to 0.29.4 - [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.4/packages/gunshi) Updates `tinyglobby` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases) - [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md) - [Commits](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.15...0.2.16) --- updated-dependencies: - dependency-name: gunshi dependency-version: 0.29.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tinyglobby dependency-version: 0.2.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9334476..05302ec 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.3", + "gunshi": "^0.29.4", "lockparse": "^0.5.0", "module-replacements": "^3.0.0-beta.4", "module-replacements-codemods": "^1.2.0", @@ -21,7 +21,7 @@ "package-manager-detector": "^1.6.0", "publint": "^0.3.18", "semver": "^7.7.4", - "tinyglobby": "^0.2.15" + "tinyglobby": "^0.2.16" }, "bin": { "e18e-cli": "cli.js" @@ -3190,9 +3190,9 @@ "license": "ISC" }, "node_modules/gunshi": { - "version": "0.29.3", - "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.29.3.tgz", - "integrity": "sha512-0E2ifZq5aJs2TzX3aCdkON72Mg4FjTSJDjhmaVw3OgQAdZNeyS3EfA4FybHS3NP5YxqiMj43NFcu0ezccJPGzw==", + "version": "0.29.4", + "resolved": "https://registry.npmjs.org/gunshi/-/gunshi-0.29.4.tgz", + "integrity": "sha512-Dstvn5GzwR2OpYKJBjYY2YHs31J4d3ht0uKQCex2bLsOD63PmQZX59rYfk5wFhG95jmrVcwbyBzBnolkVDS5kg==", "license": "MIT", "engines": { "node": ">= 20" @@ -4632,13 +4632,13 @@ } }, "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", + "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", "license": "MIT", "dependencies": { "fdir": "^6.5.0", - "picomatch": "^4.0.3" + "picomatch": "^4.0.4" }, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 457d925..7290807 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.3", + "gunshi": "^0.29.4", "lockparse": "^0.5.0", "module-replacements": "^3.0.0-beta.4", "module-replacements-codemods": "^1.2.0", @@ -58,7 +58,7 @@ "package-manager-detector": "^1.6.0", "publint": "^0.3.18", "semver": "^7.7.4", - "tinyglobby": "^0.2.15" + "tinyglobby": "^0.2.16" }, "devDependencies": { "@eslint/js": "^10.0.1",