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",