@@ -619,6 +619,13 @@ brace-expansion@^1.1.7:
619
619
balanced-match "^1.0.0"
620
620
concat-map "0.0.1"
621
621
622
+ brace-expansion@^2.0.1 :
623
+ version "2.0.1"
624
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
625
+ integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
626
+ dependencies :
627
+ balanced-match "^1.0.0"
628
+
622
629
braces@^3.0.2, braces@~3.0.2 :
623
630
version "3.0.2"
624
631
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1302,7 +1309,7 @@ glob-to-regexp@^0.4.1:
1302
1309
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
1303
1310
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
1304
1311
1305
- [email protected] , glob@^7.1.1, glob@^7.1.3, glob@^7.1.4 :
1312
+ [email protected] , glob@^7.1.1, glob@^7.1.3:
1306
1313
version "7.2.0"
1307
1314
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
1308
1315
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
1314
1321
once "^1.3.0"
1315
1322
path-is-absolute "^1.0.0"
1316
1323
1324
+ glob@^8.0.3 :
1325
+ version "8.0.3"
1326
+ resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
1327
+ integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
1328
+ dependencies :
1329
+ fs.realpath "^1.0.0"
1330
+ inflight "^1.0.4"
1331
+ inherits "2"
1332
+ minimatch "^5.0.1"
1333
+ once "^1.3.0"
1334
+
1317
1335
globals@^13.15.0 :
1318
1336
version "13.16.0"
1319
1337
resolved "https://registry.yarnpkg.com/globals/-/globals-13.16.0.tgz#9be4aca28f311aaeb974ea54978ebbb5e35ce46a"
@@ -1700,6 +1718,13 @@ minimatch@^3.0.4, minimatch@^3.1.2:
1700
1718
dependencies :
1701
1719
brace-expansion "^1.1.7"
1702
1720
1721
+ minimatch@^5.0.1 :
1722
+ version "5.1.0"
1723
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
1724
+ integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
1725
+ dependencies :
1726
+ brace-expansion "^2.0.1"
1727
+
1703
1728
minimist@^1.2.0, minimist@^1.2.6 :
1704
1729
version "1.2.6"
1705
1730
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
0 commit comments