From 411906a0decb5c451bc45fbb8c3d661c9265de2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 08:05:30 +0000 Subject: [PATCH] Upgrade: Bump minimatch from 4.2.1 to 5.0.0 Bumps [minimatch](https://github.com/isaacs/minimatch) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v4.2.1...v5.0.0) --- 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 6f7377e..c2288c1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ansi-styles": "^5.0.0", "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", - "minimatch": "^4.1.1", + "minimatch": "^5.0.0", "pidtree": "^0.5.0", "read-pkg": "^5.2.0", "shell-quote": "^1.6.1"