From 0a6154e90e2091d081c417cd68575888770e8bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 03:13:29 +0000 Subject: [PATCH] chore(deps): bump minimatch from 7.0.1 to 7.1.0 Bumps [minimatch](https://github.com/isaacs/minimatch) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: minimatch 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 2d8e260..acffec4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@actions/core": "1.10.0", "async-neocities": "2.1.5", - "minimatch": "7.0.1", + "minimatch": "7.1.0", "ms": "2.1.3", "pony-cause": "^2.1.4", "webassert": "3.0.2"