From 23d68aa8a3c6ba456a500b0408261c1ab673596f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:37:53 +0000 Subject: [PATCH] build(deps-dev): bump @commander-js/extra-typings from 14.0.0 to 15.0.0 Bumps [@commander-js/extra-typings](https://github.com/commander-js/extra-typings) from 14.0.0 to 15.0.0. - [Release notes](https://github.com/commander-js/extra-typings/releases) - [Changelog](https://github.com/commander-js/extra-typings/blob/main/CHANGELOG.md) - [Commits](https://github.com/commander-js/extra-typings/compare/v14.0.0...v15.0.0) --- updated-dependencies: - dependency-name: "@commander-js/extra-typings" dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 2b84b83..a807ba4 100644 --- a/bun.lock +++ b/bun.lock @@ -16,7 +16,7 @@ "zod": "^4.0.13", }, "devDependencies": { - "@commander-js/extra-typings": "^14.0.0", + "@commander-js/extra-typings": "^15.0.0", "@trivago/prettier-plugin-sort-imports": "^6.0.2", "@types/bun": "^1.2.19", "@types/lodash-es": "^4.17.12", @@ -50,7 +50,7 @@ "@babel/types": ["@babel/types@7.28.5", "", { "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.28.5" } }, "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA=="], - "@commander-js/extra-typings": ["@commander-js/extra-typings@14.0.0", "", { "peerDependencies": { "commander": "~14.0.0" } }, "sha512-hIn0ncNaJRLkZrxBIp5AsW/eXEHNKYQBh0aPdoUqNgD+Io3NIykQqpKFyKcuasZhicGaEZJX/JBSIkZ4e5x8Dg=="], + "@commander-js/extra-typings": ["@commander-js/extra-typings@15.0.0", "", { "peerDependencies": { "commander": "~15.0.0" } }, "sha512-yeJlba62xqmkgELUsn7356MEnzLLu/fw2x4lofFqGnXh6YysRdEs2BaLeLtg1+KU0AXvMeqQvTTp+3hBEBK+EA=="], "@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.13", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA=="], diff --git a/package.json b/package.json index d8c9b81..a359808 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "module": "index.ts", "type": "module", "devDependencies": { - "@commander-js/extra-typings": "^14.0.0", + "@commander-js/extra-typings": "^15.0.0", "@trivago/prettier-plugin-sort-imports": "^6.0.2", "@types/bun": "^1.2.19", "@types/lodash-es": "^4.17.12",