From 5e7214a0ea8853e9e5ea38f09c1a5bbf3b76d255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 14:09:57 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 10.2.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 10.2.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 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 f5c1682..f547a58 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "typescript": "^3.7.5", "fs-extra-promise": "1.0.1", "@types/fs-extra-promise": "1.0.8", - "minimatch": "3.0.4" + "minimatch": "10.2.1" }, "devDependencies": { "vscode": "^1.1.36",