From 69ba17499e4541aa6711070c47e0abba3c99c159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:43:35 +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 43b31e0fc7..8bfec5cd54 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.5", + "minimatch": "9.0.6", "mrmime": "1.0.1", "network-interfaces": "1.1.0", "node-abort-controller": "3.1.1",