From 5ef2f19c2182d302d79df9a7049231f8bec23369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 03:53:24 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.1.1 to 10.2.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.1.1 to 10.2.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.1.1...v10.2.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.3 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..4c73e3c 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.3" }, "devDependencies": { "@domstack/static": "^11.0.2",