From 42a35f26e9db4a074e895a30f768d8898cff2d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 11:27:56 +0000 Subject: [PATCH] chore(deps): bump minimatch Bumps the npm_and_yarn group with 1 update in the /editors/vscode directory: [minimatch](https://github.com/isaacs/minimatch). Updates `minimatch` from 5.1.6 to 5.1.8 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v5.1.6...v5.1.8) --- updated-dependencies: - dependency-name: minimatch dependency-version: 5.1.8 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- editors/vscode/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/editors/vscode/package-lock.json b/editors/vscode/package-lock.json index cf80d48..358badd 100644 --- a/editors/vscode/package-lock.json +++ b/editors/vscode/package-lock.json @@ -41,9 +41,10 @@ } }, "node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.8.tgz", + "integrity": "sha512-7RN35vit8DeBclkofOVmBY0eDAZZQd1HzmukRdSyz95CRh8FT54eqnbj0krQr3mrHR6sfRyYkyhwBWjoV5uqlQ==", + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" },