From ba9d8b3d5538973de8e2c8f42814ff4e173c5aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 03:43:22 +0000 Subject: [PATCH] Bump minimatch from 10.0.1 to 10.2.3 in /fs-provider Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.1 to 10.2.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.0.1...v10.2.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- fs-provider/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs-provider/package.json b/fs-provider/package.json index 9107019..a53a90f 100644 --- a/fs-provider/package.json +++ b/fs-provider/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@types/vscode": "^1.100.0", - "minimatch": "10.0.1", + "minimatch": "10.2.3", "path-browserify": "^1.0.1", "process": "^0.11.10", "request-light": "^0.8.0",