Skip to content

Commit 3fea505

Browse files
committed
chore(security): override glob to 10.5.0 (fix GHSA-5j98-mcp5-4vw2)
1 parent 9c04106 commit 3fea505

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"@typescript-eslint/eslint-plugin": "^8.31.1",
324324
"@typescript-eslint/parser": "^8.31.1",
325325
"@vscode/debugprotocol": "^1.68.0",
326-
"@vscode/test-cli": "^0.0.11",
326+
"@vscode/test-cli": "^0.0.12",
327327
"@vscode/test-electron": "^2.5.2",
328328
"esbuild": "^0.27.0",
329329
"esbuild-register": "^3.6.0",
@@ -334,5 +334,8 @@
334334
"prettier": "^3.6.2",
335335
"ts-node": "^10.9.2",
336336
"typescript": "^5.8.3"
337+
},
338+
"overrides": {
339+
"glob": "10.5.0"
337340
}
338341
}

0 commit comments

Comments
 (0)