Skip to content

Commit 3a1eff9

Browse files
authored
Sync final 24.1.1 (#476)
* Applying version recommendation Overriding transitive dep brace-expansion version to 2.0.2.
1 parent 1106a5a commit 3a1eff9

File tree

2 files changed

+27
-41
lines changed

2 files changed

+27
-41
lines changed

vscode/package-lock.json

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

vscode/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,5 +840,22 @@
840840
"@vscode/l10n": "^0.0.18",
841841
"jsonc-parser": "3.3.1",
842842
"vscode-languageclient": "^9.0.1"
843+
},
844+
"overrides": {
845+
"brace-expansion": {
846+
"balanced-match": "1.0.2"
847+
},
848+
"vscode-languageclient": {
849+
"brace-expansion": "^2.0.2"
850+
},
851+
"glob": {
852+
"brace-expansion": "^2.0.2"
853+
},
854+
"minimatch": {
855+
"brace-expansion": "^2.0.2"
856+
},
857+
"mocha": {
858+
"brace-expansion": "^2.0.2"
859+
}
843860
}
844861
}

0 commit comments

Comments
 (0)