From e5c79f73a87b1f910f3b5b68d73f274f4d6bea2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:27:40 +0000 Subject: [PATCH] build(deps): bump minimatch from 3.0.4 to 3.1.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8fb0b19..9db3b191 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "dependencies": { "ejs": "2.6.2", - "minimatch": "3.0.4", + "minimatch": "3.1.5", "minimist": "1.2.5", "mkdirp": "0.5.1", "sorted-object": "2.0.1"