From 565ea619e1296f89aaba4e316af29524baa0b152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:07:29 +0000 Subject: [PATCH] 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 4770665..d7eb84c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "hoek": "^6.1.3", "kind-of": "^6.0.3", "lodash": "^4.17.20", - "minimatch": "^9.0.0", + "minimatch": "^10.0.1", "minimist": "^1.2.5", "natives": "^1.1.6", "shelljs": "^0.8.4",