From 225c06261c58230a2bee5aa7a60d0ee3f6cb5b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 03:42:43 +0000 Subject: [PATCH] chore(deps): bump minimatch from 9.0.5 to 10.0.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v10.0.1) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cadb695..34a8b18 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@actions/core": "1.10.1", "async-neocities": "2.1.6", - "minimatch": "9.0.5", + "minimatch": "10.0.1", "ms": "2.1.3", "pony-cause": "^2.1.4", "webassert": "3.0.2"