Skip to content

Commit 1dee488

Browse files
bors[bot]Moritz Vetter
andauthored
Merge #11420
11420: fix two vulneabilities (moderate: 1, high: 1) by running npm audit r=lnicola a=HansAuger Again me getting familiar with the code base :D I noticed npm warning about two vulnerabilities ``` markdown-it <12.3.2 Severity: moderate Uncontrolled Resource Consumption in markdown-it - GHSA-6vfc-qv3f-vr6c fix available via `npm audit fix` node_modules/markdown-it vsce 1.26.0 - 2.6.3 Depends on vulnerable versions of markdown-it node_modules/vsce simple-get 3.0.0 - 3.1.0 Severity: high Exposure of Sensitive Information in simple-get - GHSA-wpg7-2c88-r8xv fix available via `npm audit fix` node_modules/simple-get ``` So I thought why not run `npm audit fix` Co-authored-by: Moritz Vetter <[email protected]>
2 parents d2d137a + 9f6c206 commit 1dee488

File tree

2 files changed

+42
-69
lines changed

2 files changed

+42
-69
lines changed

editors/code/package-lock.json

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

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tslib": "^2.3.0",
5252
"typescript": "^4.5.5",
5353
"typescript-formatter": "^7.2.2",
54-
"vsce": "^2.6.3"
54+
"vsce": "^2.6.7"
5555
},
5656
"activationEvents": [
5757
"onLanguage:rust",

0 commit comments

Comments
 (0)