From dfe4515da4fd3783e2077e163e8082bf7b1949db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:02:52 +0000 Subject: [PATCH] chore(deps): bump @os-eco/mulch-cli from 0.6.5 to 0.8.0 Bumps [@os-eco/mulch-cli](https://github.com/jayminwest/mulch) from 0.6.5 to 0.8.0. - [Release notes](https://github.com/jayminwest/mulch/releases) - [Changelog](https://github.com/jayminwest/mulch/blob/main/CHANGELOG.md) - [Commits](https://github.com/jayminwest/mulch/compare/v0.6.5...v0.8.0) --- updated-dependencies: - dependency-name: "@os-eco/mulch-cli" dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99bf93eb..34b1ec85 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "prepack": "bun run build:ui" }, "dependencies": { - "@os-eco/mulch-cli": "^0.6.2", + "@os-eco/mulch-cli": "^0.8.0", "chalk": "^5.6.2", "commander": "^14.0.3" },