From 12fb8e0762f84eb0d374472655300e24b6b67584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 19:43:53 +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 5072e99..92a3cb6 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": { "@domstack/static": "^11.0.2",