From d22269f03a2d047dfa4016cc67611a6a96baccef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:27:48 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [gunshi](https://github.com/kazupon/gunshi/tree/HEAD/packages/gunshi), [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) and [tinyexec](https://github.com/tinylibs/tinyexec). 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) Updates `tinyexec` from 1.0.4 to 1.1.1 - [Release notes](https://github.com/tinylibs/tinyexec/releases) - [Commits](https://github.com/tinylibs/tinyexec/compare/1.0.4...1.1.1) --- 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 - dependency-name: tinyexec dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index fefb36b..8f12fb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,9 @@ "license": "MIT", "dependencies": { "@clack/prompts": "https://pkg.pr.new/bombshell-dev/clack/@clack/prompts@276", - "gunshi": "^0.29.3", - "tinyexec": "^1.0.4", - "tinyglobby": "^0.2.15" + "gunshi": "^0.29.4", + "tinyexec": "^1.1.1", + "tinyglobby": "^0.2.16" }, "bin": { "sourcemap-publisher": "cli.js" @@ -1577,9 +1577,9 @@ } }, "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" @@ -2422,22 +2422,22 @@ "license": "MIT" }, "node_modules/tinyexec": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz", - "integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz", + "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==", "license": "MIT", "engines": { "node": ">=18" } }, "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 edac422..4f3b7a2 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,8 @@ }, "dependencies": { "@clack/prompts": "https://pkg.pr.new/bombshell-dev/clack/@clack/prompts@276", - "gunshi": "^0.29.3", - "tinyglobby": "^0.2.15", - "tinyexec": "^1.0.4" + "gunshi": "^0.29.4", + "tinyglobby": "^0.2.16", + "tinyexec": "^1.1.1" } }