File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 63
63
"jest-junit" : " ^13.0.0" ,
64
64
"js-yaml" : " ^4.1.0" ,
65
65
"jsdom" : " ^19.0.0" ,
66
- "minimatch" : " ^3 .0.4 " ,
66
+ "minimatch" : " ^5 .0.0 " ,
67
67
"mocha" : " ^9.0.0" ,
68
68
"mocha-sugar-free" : " ^1.4.0" ,
69
69
"prettier" : " ^2.3.0" ,
Original file line number Diff line number Diff line change @@ -2129,6 +2129,13 @@ brace-expansion@^1.1.7:
2129
2129
balanced-match "^1.0.0"
2130
2130
concat-map "0.0.1"
2131
2131
2132
+ brace-expansion@^2.0.1 :
2133
+ version "2.0.1"
2134
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2135
+ integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2136
+ dependencies :
2137
+ balanced-match "^1.0.0"
2138
+
2132
2139
braces@^3.0.2, braces@~3.0.2 :
2133
2140
version "3.0.2"
2134
2141
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
4707
4714
dependencies :
4708
4715
brace-expansion "^1.1.7"
4709
4716
4717
+ minimatch@^5.0.0 :
4718
+ version "5.0.1"
4719
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
4720
+ integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
4721
+ dependencies :
4722
+ brace-expansion "^2.0.1"
4723
+
4710
4724
minimist-options@^4.0.2 :
4711
4725
version "4.1.0"
4712
4726
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
You can’t perform that action at this time.
0 commit comments