From 71a8c86d73d13f400de7d1f060b5dd93bb0d1390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 02:31:24 +0000 Subject: [PATCH] deps(deps): update minimatch requirement from ^10.2.5 to ^10.2.6 Updates the requirements on [minimatch](https://github.com/isaacs/minimatch) to permit the latest version. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.5...v10.2.6) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cadc882..1005b9d1 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "ignore": "^7.0.6", "ink": "7.1.1", "ink-spinner": "^5.0.0", - "minimatch": "^10.2.5", + "minimatch": "^10.2.6", "node-notifier": "^10.0.1", "node-llama-cpp": "3.19.1", "node-pty": "1.1.0",