From a5d624711bfebd28bed88e733ad7d4e114ef96c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 03:05:28 +0000 Subject: [PATCH] chore(deps): bump minimatch from 9.0.3 to 10.2.1 in /packages/cli/cloud Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.3 to 10.2.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.3...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli/cloud/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/cloud/package.json b/packages/cli/cloud/package.json index 76fe32df021f..e02f0a9a83d1 100644 --- a/packages/cli/cloud/package.json +++ b/packages/cli/cloud/package.json @@ -60,7 +60,7 @@ "jsonwebtoken": "9.0.0", "jwks-rsa": "3.1.0", "lodash": "4.17.23", - "minimatch": "9.0.3", + "minimatch": "10.2.1", "open": "8.4.0", "ora": "5.4.1", "pkg-up": "3.1.0",