From 9fce0506b50635023779beabc86cf50a18582f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 11:24:07 +0000 Subject: [PATCH] chore(deps): Bump minimatch from 10.0.3 to 10.2.6 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.3 to 10.2.6. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.0.3...v10.2.6) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/tinycode/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20d43ecbd..05e249899 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "diff": "9.0.0", "dompurify": "3.4.11", "hono": "4.12.27", - "minimatch": "10.2.5", + "minimatch": "10.2.6", "typescript": "6.0.3", "ws": "8.21.0" }, diff --git a/packages/tinycode/package.json b/packages/tinycode/package.json index ca8a2ba80..8d30c7cb7 100644 --- a/packages/tinycode/package.json +++ b/packages/tinycode/package.json @@ -147,7 +147,7 @@ "immer": "11.1.4", "jsonc-parser": "3.3.1", "mime-types": "3.0.2", - "minimatch": "10.0.3", + "minimatch": "10.2.6", "npm-package-arg": "13.0.2", "open": "10.1.2", "opencode-gitlab-auth": "2.0.1",