From cac684943440397ceb4a61112bdba97d33d3893f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:52:46 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.2.3 to 10.2.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.2.3 to 10.2.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.3...v10.2.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c73e3c..0ac6530 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@actions/core": "2.0.3", "async-neocities": "4.1.2", - "minimatch": "10.2.3" + "minimatch": "10.2.4" }, "devDependencies": { "@domstack/static": "^11.0.2",