Skip to content

Commit af6d4cf

Browse files
chore: Adapt minimatch-related changes to the upstream
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 086ff69 commit af6d4cf

3 files changed

Lines changed: 36 additions & 30 deletions

File tree

.rebase/add/code/build/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"fast-xml-parser": "^4.5.4",
1212
"ajv": "^8.18.0",
1313
"@vscode/vsce": {
14-
"minimatch": "^3.1.5"
14+
"minimatch": "^3.1.5",
15+
"glob": {
16+
"minimatch": "^10.2.4"
17+
}
1518
},
1619
"vscode-universal-bundler": {
1720
"minimatch": "^9.0.9"

code/build/package-lock.json

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

code/build/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@
8888
"lodash": "^4.17.23",
8989
"fast-xml-parser": "^4.5.4",
9090
"@vscode/vsce": {
91-
"minimatch": "^3.1.5"
91+
"minimatch": "^3.1.5",
92+
"glob": {
93+
"minimatch": "^10.2.4"
94+
}
9295
},
9396
"vscode-universal-bundler": {
9497
"minimatch": "^9.0.9"

0 commit comments

Comments
 (0)