@@ -3601,6 +3601,18 @@ glob@^10.2.2, glob@^10.3.10:
3601
3601
package-json-from-dist "^1.0.0"
3602
3602
path-scurry "^1.11.1"
3603
3603
3604
+ glob@^11.0.0 :
3605
+ version "11.0.0"
3606
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
3607
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
3608
+ dependencies :
3609
+ foreground-child "^3.1.0"
3610
+ jackspeak "^4.0.1"
3611
+ minimatch "^10.0.0"
3612
+ minipass "^7.1.2"
3613
+ package-json-from-dist "^1.0.0"
3614
+ path-scurry "^2.0.0"
3615
+
3604
3616
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4 :
3605
3617
version "7.2.3"
3606
3618
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4245,6 +4257,15 @@ jackspeak@^3.1.2:
4245
4257
optionalDependencies :
4246
4258
" @pkgjs/parseargs" " ^0.11.0"
4247
4259
4260
+ jackspeak@^4.0.1 :
4261
+ version "4.0.1"
4262
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
4263
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
4264
+ dependencies :
4265
+ " @isaacs/cliui" " ^8.0.2"
4266
+ optionalDependencies :
4267
+ " @pkgjs/parseargs" " ^0.11.0"
4268
+
4248
4269
js-tokens@^4.0.0 :
4249
4270
version "4.0.0"
4250
4271
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -4712,6 +4733,11 @@ lru-cache@^10.2.0, lru-cache@^10.2.2:
4712
4733
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
4713
4734
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
4714
4735
4736
+ lru-cache@^11.0.0 :
4737
+ version "11.0.0"
4738
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
4739
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
4740
+
4715
4741
lru-cache@^6.0.0 :
4716
4742
version "6.0.0"
4717
4743
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
5438
5464
dependencies :
5439
5465
brace-expansion "^2.0.1"
5440
5466
5467
+ minimatch@^10.0.0 :
5468
+ version "10.0.1"
5469
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
5470
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
5471
+ dependencies :
5472
+ brace-expansion "^2.0.1"
5473
+
5441
5474
minimatch@^3.0.4, minimatch@^3.1.1 :
5442
5475
version "3.1.2"
5443
5476
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6293,6 +6326,14 @@ path-scurry@^1.11.1:
6293
6326
lru-cache "^10.2.0"
6294
6327
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6295
6328
6329
+ path-scurry@^2.0.0 :
6330
+ version "2.0.0"
6331
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6332
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6333
+ dependencies :
6334
+ lru-cache "^11.0.0"
6335
+ minipass "^7.1.2"
6336
+
6296
6337
path-to-regexp@^6.2.1 :
6297
6338
version "6.2.2"
6298
6339
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
0 commit comments