From 828d723119cf02f1c98ced603f32b59a3c6423e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:56:29 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.1.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.3 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..278d2d1 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": "3.1.3" }, "devDependencies": { "vscode": "^1.1.36",