From 48dc557fed2d40506be024f40ef9c4045d82781a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 03:56:28 +0000 Subject: [PATCH] chore(deps): bump minimatch from 9.0.2 to 9.0.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.2 to 9.0.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: minimatch 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 2509c29..a5aab5e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@actions/core": "1.10.0", "async-neocities": "2.1.5", - "minimatch": "9.0.2", + "minimatch": "9.0.3", "ms": "2.1.3", "pony-cause": "^2.1.4", "webassert": "3.0.2"