From 22cbba84ea8e49fa86ae934d7510d86e06dbeb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:01:30 +0000 Subject: [PATCH] Upgrade: Bump minimatch from 5.1.4 to 6.0.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.4 to 6.0.4. - [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/v5.1.4...v6.0.4) --- 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 a24a1e2..ecfce5c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ansi-styles": "^5.0.0", "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", - "minimatch": "^5.0.0", + "minimatch": "^6.0.4", "pidtree": "^0.6.0", "read-pkg": "^5.2.0", "shell-quote": "^1.7.3"