Bump minimatch from 5.1.6 to 5.1.7 in /extensions/npm (#297523)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.6 to 5.1.7.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v5.1.6...v5.1.7)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 5.1.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-27 18:01:18 +00:00
committed by GitHub
parent 1bd9cbc08a
commit d013e8cdaa
2 changed files with 6 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"find-up": "^5.0.0",
"find-yarn-workspace-root": "^2.0.0",
"jsonc-parser": "^3.2.0",
"minimatch": "^5.1.6",
"minimatch": "^5.1.8",
"request-light": "^0.7.0",
"vscode-uri": "^3.0.8",
"which": "^4.0.0",
@@ -209,9 +209,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"
},

View File

@@ -30,7 +30,7 @@
"find-up": "^5.0.0",
"find-yarn-workspace-root": "^2.0.0",
"jsonc-parser": "^3.2.0",
"minimatch": "^5.1.6",
"minimatch": "^5.1.8",
"request-light": "^0.7.0",
"which": "^4.0.0",
"which-pm": "^2.1.1",