@@ -619,6 +619,13 @@ brace-expansion@^1.1.7:
619619 balanced-match "^1.0.0"
620620 concat-map "0.0.1"
621621
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+
622629braces@^3.0.2, braces@~3.0.2 :
623630 version "3.0.2"
624631 resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1302,7 +1309,7 @@ glob-to-regexp@^0.4.1:
13021309 resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
13031310 integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
13041311
1305- glob@7.2.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4 :
1312+ glob@7.2.0, glob@^7.1.1, glob@^7.1.3 :
13061313 version "7.2.0"
13071314 resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
13081315 integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -1314,6 +1321,17 @@ glob@7.2.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
13141321 once "^1.3.0"
13151322 path-is-absolute "^1.0.0"
13161323
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+
13171335globals@^13.15.0 :
13181336 version "13.16.0"
13191337 resolved "https://registry.yarnpkg.com/globals/-/globals-13.16.0.tgz#9be4aca28f311aaeb974ea54978ebbb5e35ce46a"
@@ -1700,6 +1718,13 @@ minimatch@^3.0.4, minimatch@^3.1.2:
17001718 dependencies :
17011719 brace-expansion "^1.1.7"
17021720
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+
17031728minimist@^1.2.0, minimist@^1.2.6 :
17041729 version "1.2.6"
17051730 resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
0 commit comments