From e9bb32d95abc12ca762287353e44c41104ffc349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:57:11 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.1.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.4 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..0e9b41a 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.4" }, "devDependencies": { "vscode": "^1.1.36",