@@ -3538,6 +3538,18 @@ glob@^10.2.2, glob@^10.3.10:
3538
3538
package-json-from-dist "^1.0.0"
3539
3539
path-scurry "^1.11.1"
3540
3540
3541
+ glob@^11.0.0 :
3542
+ version "11.0.0"
3543
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
3544
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
3545
+ dependencies :
3546
+ foreground-child "^3.1.0"
3547
+ jackspeak "^4.0.1"
3548
+ minimatch "^10.0.0"
3549
+ minipass "^7.1.2"
3550
+ package-json-from-dist "^1.0.0"
3551
+ path-scurry "^2.0.0"
3552
+
3541
3553
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4 :
3542
3554
version "7.2.3"
3543
3555
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4182,6 +4194,15 @@ jackspeak@^3.1.2:
4182
4194
optionalDependencies :
4183
4195
" @pkgjs/parseargs" " ^0.11.0"
4184
4196
4197
+ jackspeak@^4.0.1 :
4198
+ version "4.0.1"
4199
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
4200
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
4201
+ dependencies :
4202
+ " @isaacs/cliui" " ^8.0.2"
4203
+ optionalDependencies :
4204
+ " @pkgjs/parseargs" " ^0.11.0"
4205
+
4185
4206
jiti@^1.19.1 :
4186
4207
version "1.21.6"
4187
4208
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268"
@@ -4654,6 +4675,11 @@ lru-cache@^10.2.0, lru-cache@^10.2.2:
4654
4675
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
4655
4676
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
4656
4677
4678
+ lru-cache@^11.0.0 :
4679
+ version "11.0.0"
4680
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
4681
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
4682
+
4657
4683
lru-cache@^6.0.0 :
4658
4684
version "6.0.0"
4659
4685
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
5375
5401
dependencies :
5376
5402
brace-expansion "^2.0.1"
5377
5403
5404
+ minimatch@^10.0.0 :
5405
+ version "10.0.1"
5406
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
5407
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
5408
+ dependencies :
5409
+ brace-expansion "^2.0.1"
5410
+
5378
5411
minimatch@^3.0.4, minimatch@^3.1.1 :
5379
5412
version "3.1.2"
5380
5413
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6240,6 +6273,14 @@ path-scurry@^1.11.1:
6240
6273
lru-cache "^10.2.0"
6241
6274
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6242
6275
6276
+ path-scurry@^2.0.0 :
6277
+ version "2.0.0"
6278
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6279
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6280
+ dependencies :
6281
+ lru-cache "^11.0.0"
6282
+ minipass "^7.1.2"
6283
+
6243
6284
path-to-regexp@^6.2.1 :
6244
6285
version "6.2.2"
6245
6286
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
0 commit comments