From 308934ebd2a8ceb7b4c0e0a5e432175a4817b9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:24:54 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.0.1 to 10.0.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.1 to 10.0.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.0.1...v10.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.0.3 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 958f30b..5ebe352 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@actions/core": "1.11.1", "async-neocities": "4.1.1", - "minimatch": "10.0.1" + "minimatch": "10.0.3" }, "devDependencies": { "@voxpelli/tsconfig": "^15.0.0",