@@ -4285,6 +4285,16 @@ glob@^8.0.1:
4285
4285
minimatch "^5.0.1"
4286
4286
once "^1.3.0"
4287
4287
4288
+ glob@^9.2.0 :
4289
+ version "9.3.2"
4290
+ resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.2.tgz#8528522e003819e63d11c979b30896e0eaf52eda"
4291
+ integrity sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==
4292
+ dependencies :
4293
+ fs.realpath "^1.0.0"
4294
+ minimatch "^7.4.1"
4295
+ minipass "^4.2.4"
4296
+ path-scurry "^1.6.1"
4297
+
4288
4298
global-dirs@^0.1.1 :
4289
4299
version "0.1.1"
4290
4300
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -5787,6 +5797,11 @@ lru-cache@^6.0.0:
5787
5797
dependencies :
5788
5798
yallist "^4.0.0"
5789
5799
5800
+ lru-cache@^7.14.1 :
5801
+ version "7.18.3"
5802
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
5803
+ integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
5804
+
5790
5805
lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1 :
5791
5806
version "7.14.1"
5792
5807
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea"
@@ -5992,6 +6007,13 @@ minimatch@^5.0.1, minimatch@^5.1.0:
5992
6007
dependencies :
5993
6008
brace-expansion "^2.0.1"
5994
6009
6010
+ minimatch@^7.4.1 :
6011
+ version "7.4.3"
6012
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.3.tgz#012cbf110a65134bb354ae9773b55256cdb045a2"
6013
+ integrity sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==
6014
+ dependencies :
6015
+ brace-expansion "^2.0.1"
6016
+
5995
6017
5996
6018
version "4.1.0"
5997
6019
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6077,6 +6099,11 @@ minipass@^4.0.0:
6077
6099
dependencies :
6078
6100
yallist "^4.0.0"
6079
6101
6102
+ minipass@^4.0.2, minipass@^4.2.4 :
6103
+ version "4.2.5"
6104
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
6105
+ integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
6106
+
6080
6107
minizlib@^2.1.1, minizlib@^2.1.2 :
6081
6108
version "2.1.2"
6082
6109
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -6824,6 +6851,14 @@ path-parse@^1.0.6, path-parse@^1.0.7:
6824
6851
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
6825
6852
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
6826
6853
6854
+ path-scurry@^1.6.1 :
6855
+ version "1.6.3"
6856
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.3.tgz#4eba7183d64ef88b63c7d330bddc3ba279dc6c40"
6857
+ integrity sha512-RAmB+n30SlN+HnNx6EbcpoDy9nwdpcGPnEKrJnu6GZoDWBdIjo1UQMVtW2ybtC7LC2oKLcMq8y5g8WnKLiod9g==
6858
+ dependencies :
6859
+ lru-cache "^7.14.1"
6860
+ minipass "^4.0.2"
6861
+
6827
6862
6828
6863
version "0.1.7"
6829
6864
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
7346
7381
glob "^7.1.3"
7347
7382
7348
7383
rimraf@^4.0.0 :
7349
- version "4.1.2"
7350
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.2.tgz#20dfbc98083bdfaa28b01183162885ef213dbf7c"
7351
- integrity sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==
7384
+ version "4.4.1"
7385
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755"
7386
+ integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==
7387
+ dependencies :
7388
+ glob "^9.2.0"
7352
7389
7353
7390
run-async@^2.4.0 :
7354
7391
version "2.4.1"
0 commit comments