@@ -5444,7 +5444,7 @@ glob-to-regexp@^0.4.1:
5444
5444
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
5445
5445
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
5446
5446
5447
- glob@^10.3.7, glob@^10.4.2 :
5447
+ glob@^10.3.7:
5448
5448
version "10.4.2"
5449
5449
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
5450
5450
integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==
@@ -5456,6 +5456,18 @@ glob@^10.3.7, glob@^10.4.2:
5456
5456
package-json-from-dist "^1.0.0"
5457
5457
path-scurry "^1.11.1"
5458
5458
5459
+ glob@^11.0.1:
5460
+ version "11.0.1"
5461
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
5462
+ integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
5463
+ dependencies:
5464
+ foreground-child "^3.1.0"
5465
+ jackspeak "^4.0.1"
5466
+ minimatch "^10.0.0"
5467
+ minipass "^7.1.2"
5468
+ package-json-from-dist "^1.0.0"
5469
+ path-scurry "^2.0.0"
5470
+
5459
5471
glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
5460
5472
version "7.2.3"
5461
5473
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -6512,6 +6524,13 @@ jackspeak@^3.1.2:
6512
6524
optionalDependencies:
6513
6525
"@pkgjs/parseargs" "^0.11.0"
6514
6526
6527
+ jackspeak@^4.0.1:
6528
+ version "4.0.2"
6529
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
6530
+ integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
6531
+ dependencies:
6532
+ "@isaacs/cliui" "^8.0.2"
6533
+
6515
6534
6516
6535
version "1.1.1"
6517
6536
resolved "https://registry.yarnpkg.com/jed/-/jed-1.1.1.tgz#7a549bbd9ffe1585b0cd0a191e203055bee574b4"
@@ -7329,6 +7348,11 @@ lru-cache@^10.4.3:
7329
7348
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
7330
7349
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
7331
7350
7351
+ lru-cache@^11.0.0:
7352
+ version "11.0.2"
7353
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
7354
+ integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
7355
+
7332
7356
lru-cache@^5.1.1:
7333
7357
version "5.1.1"
7334
7358
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7515,6 +7539,13 @@ mini-css-extract-plugin@^2.9.2:
7515
7539
schema-utils "^4.0.0"
7516
7540
tapable "^2.2.1"
7517
7541
7542
+ minimatch@^10.0.0:
7543
+ version "10.0.1"
7544
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7545
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7546
+ dependencies:
7547
+ brace-expansion "^2.0.1"
7548
+
7518
7549
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
7519
7550
version "3.1.2"
7520
7551
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -8121,6 +8152,14 @@ path-scurry@^1.11.1:
8121
8152
lru-cache "^10.2.0"
8122
8153
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8123
8154
8155
+ path-scurry@^2.0.0:
8156
+ version "2.0.0"
8157
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8158
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8159
+ dependencies:
8160
+ lru-cache "^11.0.0"
8161
+ minipass "^7.1.2"
8162
+
8124
8163
8125
8164
version "0.1.12"
8126
8165
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
0 commit comments