From 9d97056ec25e438a5d33a13ba4c6ade435d817f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:02:30 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.0.3 to 10.1.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.3 to 10.1.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.0.3...v10.1.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.1.1 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 f9afbdf..705460c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@actions/core": "1.11.1", "async-neocities": "4.1.2", - "minimatch": "10.0.3" + "minimatch": "10.1.1" }, "devDependencies": { "@voxpelli/tsconfig": "^16.1.0",