From f6cc20ffb519ed7f3ee8dd43cb1308bcb626f2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:56:32 +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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4235519..5a5820e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "listdirs": "3.1.1", "lodash": "4.17.19", "merge-stream": "1.0.1", - "minimatch": "3.0.4", + "minimatch": "3.1.4", "minimist": "1.2.5", "prompt": "1.0.0", "protractor": "5.4.2",