[MLIR] Update minimatch dependency in VSCode plugin, resolving security alerts (#188613)

This commit is contained in:
Stephan T. Lavavej
2026-04-28 07:12:59 -07:00
committed by GitHub
parent 61d795c797
commit 77cfc55ed4
2 changed files with 1510 additions and 925 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -40,7 +40,7 @@
"dependencies": {
"base64-js": "^1.5.1",
"chokidar": "3.5.2",
"minimatch": "^3.0.5",
"minimatch": "^3.1.5",
"semver": "^7.5.2",
"vscode-languageclient": "^8.0.2-next.5"
},