From 00a9eec2995f9c2c4f8b251e627fc2152b2c48f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:19:40 +0000 Subject: [PATCH] npm(deps): bump minimatch from 5.1.6 to 10.0.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.6 to 10.0.2. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v5.1.6...v10.0.2) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.0.2 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 379f7cd..b11735d 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "typescript": "^5.0" }, "dependencies": { - "minimatch": "^5.0.1", + "minimatch": "^10.0.2", "node-ray": "^1.18.0" } }