Skip to content

Commit c94a48c

Browse files
committed
Applying version recommendation
Overriding transitive dep brace-expansion version to 2.0.2.
1 parent 04ce72f commit c94a48c

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

vscode/package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@
248248
"markdownDescription": "%jdk.configuration.telemetry.enabled.markdownDescription%",
249249
"default": false,
250250
"tags": [
251-
"telemetry"
252-
]
251+
"telemetry"
252+
]
253253
},
254254
"jdk.java.completion.commit.chars": {
255255
"type": "array",
@@ -822,5 +822,22 @@
822822
"@vscode/l10n": "^0.0.18",
823823
"jsonc-parser": "3.3.1",
824824
"vscode-languageclient": "^9.0.1"
825+
},
826+
"overrides": {
827+
"brace-expansion": {
828+
"balanced-match": "1.0.2"
829+
},
830+
"vscode-languageclient": {
831+
"brace-expansion": "^2.0.2"
832+
},
833+
"glob": {
834+
"brace-expansion": "^2.0.2"
835+
},
836+
"minimatch": {
837+
"brace-expansion": "^2.0.2"
838+
},
839+
"mocha": {
840+
"brace-expansion": "^2.0.2"
841+
}
825842
}
826843
}

0 commit comments

Comments
 (0)