From 8ad162a79bd4d2ee8bf8fba193bbef4ab9aa24da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:29:00 +0000 Subject: [PATCH] Bump minimatch in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [minimatch](https://github.com/isaacs/minimatch). Updates `minimatch` from 3.1.3 to 10.2.2 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.3...v10.2.2) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad99d5e5..5b006c0b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "csv-write-stream": "^2.0.0", "fast-safe-stringify": "^2.0.6", "google-auth-library": "^8.1.1", - "minimatch": "^3.0.4", + "minimatch": "^10.2.2", "ms-rest-azure": "^3.0.2", "tty-table": "^4.1.3" },