Skip to content

Commit bfb1be2

Browse files
nickrolfeCopilot
andcommitted
Override uuid to 11.1.1 to fix vulnerability
The vulnerable uuid@8.3.2 was pulled in transitively by @azure/msal-node. Force the resolution to 11.1.1 via an npm override. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c9765432-b317-4939-8e5c-33df6b815f5f
1 parent b522d25 commit bfb1be2

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

extensions/ql-vscode/package-lock.json

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,8 @@
21982198
"overrides": {
21992199
"d3-graphviz": {
22002200
"@hpcc-js/wasm": "2.30.0"
2201-
}
2201+
},
2202+
"uuid": "11.1.1"
22022203
},
22032204
"lint-staged": {
22042205
"./**/*.{json,css,scss}": [

0 commit comments

Comments
 (0)