From 04289ce5b88246afe1a43c2feea89c3cad1f6509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:27:15 +0000 Subject: [PATCH] Bump @devcontainers/cli from 0.71.0 to 0.87.0 in /cli Bumps [@devcontainers/cli](https://github.com/devcontainers/cli) from 0.71.0 to 0.87.0. - [Changelog](https://github.com/devcontainers/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/devcontainers/cli/compare/v0.71.0...v0.87.0) --- updated-dependencies: - dependency-name: "@devcontainers/cli" dependency-version: 0.87.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index c13d4b0..4b39841 100644 --- a/cli/package.json +++ b/cli/package.json @@ -28,7 +28,7 @@ "prepublishOnly": "bun run build && bun test" }, "dependencies": { - "@devcontainers/cli": "^0.71.0", + "@devcontainers/cli": "^0.87.0", "commander": "^13.0.0", "chalk": "^5.4.0" },