Skip to content

Commit 2187688

Browse files
committed
bump minimatch to patched versions
fixes: https://issues.redhat.com/browse/CRW-10244 https://issues.redhat.com/browse/CRW-10310 Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent aa68507 commit 2187688

2 files changed

Lines changed: 98 additions & 108 deletions

File tree

cloud-shell/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
2525
"xterm": "^4.3.0",
2626
"xterm-addon-fit": "^0.3.0"
2727
},
28-
"overrides": {
29-
"minimatch": "^3.1.5"
30-
},
3128
"resolutions": {
3229
"cipher-base": "^1.0.6",
3330
"sha.js": "^2.4.12",
34-
"tar": "7.5.7"
31+
"tar": "7.5.7",
32+
"minimatch": "^3.1.5"
3533
},
3634
"packageManager": "yarn@4.12.0"
3735
}

0 commit comments

Comments
 (0)