@@ -4200,6 +4200,16 @@ glob@^8.1.0:
4200
4200
minimatch "^5.0.1"
4201
4201
once "^1.3.0"
4202
4202
4203
+ glob@^9.3.5 :
4204
+ version "9.3.5"
4205
+ resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
4206
+ integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
4207
+ dependencies :
4208
+ fs.realpath "^1.0.0"
4209
+ minimatch "^8.0.2"
4210
+ minipass "^4.2.4"
4211
+ path-scurry "^1.6.1"
4212
+
4203
4213
globals@^11.1.0 :
4204
4214
version "11.12.0"
4205
4215
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
@@ -5443,6 +5453,13 @@ minimatch@^5.1.6:
5443
5453
dependencies :
5444
5454
brace-expansion "^2.0.1"
5445
5455
5456
+ minimatch@^8.0.2 :
5457
+ version "8.0.4"
5458
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
5459
+ integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
5460
+ dependencies :
5461
+ brace-expansion "^2.0.1"
5462
+
5446
5463
minimatch@^9.0.4 :
5447
5464
version "9.0.4"
5448
5465
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz"
@@ -5464,6 +5481,11 @@ minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
5464
5481
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz"
5465
5482
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
5466
5483
5484
+ minipass@^4.2.4 :
5485
+ version "4.2.8"
5486
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
5487
+ integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
5488
+
5467
5489
" minipass@^5.0.0 || ^6.0.2 || ^7.0.0" , minipass@^7.1.2:
5468
5490
version "7.1.2"
5469
5491
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz"
@@ -5873,9 +5895,9 @@ path-parse@^1.0.7:
5873
5895
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
5874
5896
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
5875
5897
5876
- path-scurry@^1.11.1 :
5898
+ path-scurry@^1.11.1, path-scurry@^1.6.1 :
5877
5899
version "1.11.1"
5878
- resolved "https://registry.npmjs.org /path-scurry/-/path-scurry-1.11.1.tgz"
5900
+ resolved "https://registry.yarnpkg.com /path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2 "
5879
5901
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
5880
5902
dependencies :
5881
5903
lru-cache "^10.2.0"
0 commit comments