File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 83
83
"nanoid" : " ^3.1.31" ,
84
84
"minimist" :
" npm:[email protected] " ,
85
85
"glob-parent" : " ^6.0.1" ,
86
- "@types/node" : " ^16.0.0"
86
+ "@types/node" : " ^16.0.0" ,
87
+ "minimatch" : " ^3.0.5"
87
88
},
88
89
"dependencies" : {
89
90
"@coder/logger" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 2372
2372
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
2373
2373
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
2374
2374
2375
- minimatch@^3.0.4 :
2376
- version "3.0.4 "
2377
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4 .tgz#5166e286457f03306064be5497e8dbb0c3d32083 "
2378
- integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA ==
2375
+ minimatch@^3.0.4, minimatch@^3.0.5 :
2376
+ version "3.1.2 "
2377
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2 .tgz#19cd194bfd3e428f049a70817c038d89ab4be35b "
2378
+ integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw ==
2379
2379
dependencies :
2380
2380
brace-expansion "^1.1.7"
2381
2381
You can’t perform that action at this time.
0 commit comments