Skip to content

Commit 7fdae6d

Browse files
committed
add minimatch resolution to fix high level security issue
1 parent 70a81ea commit 7fdae6d

2 files changed

Lines changed: 6 additions & 26 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@
185185
"string-width": "^4.2.3",
186186
"wrap-ansi": "^7.0.0",
187187
"hast-util-from-parse5": "8.0.0",
188-
"**/picomatch": "^2.3.2"
188+
"**/picomatch": "^2.3.2",
189+
"**/minimatch": "^3.1.4"
189190
},
190191
"husky": {
191192
"hooks": {

yarn.lock

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4959,13 +4959,6 @@ brace-expansion@^1.1.7:
49594959
balanced-match "^1.0.0"
49604960
concat-map "0.0.1"
49614961

4962-
brace-expansion@^2.0.1:
4963-
version "2.0.1"
4964-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
4965-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
4966-
dependencies:
4967-
balanced-match "^1.0.0"
4968-
49694962
braces@^3.0.3, braces@~3.0.2:
49704963
version "3.0.3"
49714964
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -9512,24 +9505,10 @@ min-indent@^1.0.0, min-indent@^1.0.1:
95129505
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
95139506
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
95149507

9515-
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
9516-
version "3.1.2"
9517-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
9518-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
9519-
dependencies:
9520-
brace-expansion "^1.1.7"
9521-
9522-
minimatch@^9.0.4:
9523-
version "9.0.5"
9524-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
9525-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
9526-
dependencies:
9527-
brace-expansion "^2.0.1"
9528-
9529-
minimatch@~3.0.2:
9530-
version "3.0.8"
9531-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
9532-
integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
9508+
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.4, minimatch@^9.0.4, minimatch@~3.0.2:
9509+
version "3.1.5"
9510+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
9511+
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
95339512
dependencies:
95349513
brace-expansion "^1.1.7"
95359514

0 commit comments

Comments
 (0)