Skip to content

Commit 18111a1

Browse files
sbouchetRomanNikitenko
authored andcommitted
fix minimatch versions
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent b0fea09 commit 18111a1

3 files changed

Lines changed: 18 additions & 185 deletions

File tree

.rebase/add/code/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,25 @@
4343
"tar": "^7.5.11",
4444
"undici": "^7.24.0",
4545
"svgo": "^2.8.1",
46-
"mocha": {
47-
"minimatch": "^5.1.9"
48-
},
4946
"@vscode/test-cli": {
5047
"minimatch": "^9.0.9"
5148
},
5249
"@ts-morph/common": {
5350
"minimatch": "^7.4.9"
5451
},
55-
"glob": {
52+
"@vscode/l10n-dev": {
5653
"minimatch": "^5.1.9"
5754
},
55+
"tsec": {
56+
"minimatch": "^3.1.5"
57+
},
5858
"@typescript-eslint/typescript-estree": {
5959
"minimatch": "^9.0.9"
60+
},
61+
"mocha": {
62+
"glob": {
63+
"minimatch": "^5.1.9"
64+
}
6065
}
6166
}
6267
}

code/package-lock.json

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

code/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,20 +265,25 @@
265265
"lodash": "^4.17.23",
266266
"undici": "^7.24.0",
267267
"svgo": "^2.8.1",
268-
"mocha": {
269-
"minimatch": "^5.1.9"
270-
},
271268
"@vscode/test-cli": {
272269
"minimatch": "^9.0.9"
273270
},
274271
"@ts-morph/common": {
275272
"minimatch": "^7.4.9"
276273
},
277-
"glob": {
274+
"@vscode/l10n-dev": {
278275
"minimatch": "^5.1.9"
279276
},
277+
"tsec": {
278+
"minimatch": "^3.1.5"
279+
},
280280
"@typescript-eslint/typescript-estree": {
281281
"minimatch": "^9.0.9"
282+
},
283+
"mocha": {
284+
"glob": {
285+
"minimatch": "^5.1.9"
286+
}
282287
}
283288
},
284289
"repository": {

0 commit comments

Comments
 (0)