From 34f69878572bdae4f912cb8be0147aff4b46caec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:33:40 +0000 Subject: [PATCH] Bump minimatch from 9.0.5 to 9.0.6 in /packages/cli-kit Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 9.0.6. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v9.0.6) --- updated-dependencies: - dependency-name: minimatch dependency-version: 9.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli-kit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-kit/package.json b/packages/cli-kit/package.json index 8bfec5cd54..574bb38a4d 100644 --- a/packages/cli-kit/package.json +++ b/packages/cli-kit/package.json @@ -145,7 +145,7 @@ "liquidjs": "10.20.1", "lodash": "4.17.23", "macaddress": "0.5.3", - "minimatch": "9.0.6", + "minimatch": "9.0.7", "mrmime": "1.0.1", "network-interfaces": "1.1.0", "node-abort-controller": "3.1.1",