From 32f13ad1ae04599e791a4e2b84b810283f07f538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:04:43 +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 af19ebf1..499eae8a 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,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",