From fd1ccda9d253216d3c3a349f76633318d9e67630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 04:42:38 +0000 Subject: [PATCH] chore(deps): bump minimatch in /test/deps/install-deprecated Bumps [minimatch](https://github.com/isaacs/minimatch) from 0.0.1 to 10.2.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v0.0.1...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/deps/install-deprecated/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/deps/install-deprecated/package.json b/test/deps/install-deprecated/package.json index 3c8b43bf..88dae1d1 100644 --- a/test/deps/install-deprecated/package.json +++ b/test/deps/install-deprecated/package.json @@ -3,6 +3,6 @@ "name": "install-deprecated", "version": "1.0.0", "dependencies": { - "minimatch": "0.0.1" + "minimatch": "10.2.1" } }