From b091fcb28f0eea452db7b64cf09b3cdd577847dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 03:53:15 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.1.1 to 10.2.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.1.1 to 10.2.2. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.1.1...v10.2.2) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.2 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 99bbcbb..6b1ea64 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@actions/core": "2.0.3", "async-neocities": "4.1.2", - "minimatch": "10.1.1" + "minimatch": "10.2.2" }, "devDependencies": { "@voxpelli/tsconfig": "^16.1.0",