From 6d6ff4af559d5aeda3506730ede8faf711a76fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 07:03:15 +0000 Subject: [PATCH] chore(deps): bump @commander-js/extra-typings from 13.1.0 to 15.0.0 Bumps [@commander-js/extra-typings](https://github.com/commander-js/extra-typings) from 13.1.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/v13.1.0...v15.0.0) --- updated-dependencies: - dependency-name: "@commander-js/extra-typings" dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/compost-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compost-cli/package.json b/packages/compost-cli/package.json index 9ff88a9..da8bff0 100644 --- a/packages/compost-cli/package.json +++ b/packages/compost-cli/package.json @@ -17,7 +17,7 @@ "compost-core": "workspace:*", "compost-daemon": "workspace:*", "compost-engram-adapter": "workspace:*", - "@commander-js/extra-typings": "^13.0.0" + "@commander-js/extra-typings": "^15.0.0" }, "devDependencies": { "@types/bun": "^1.2.0",