@@ -12501,6 +12501,18 @@ glob@^10.3.10, glob@^10.3.3, glob@^10.4.1:
12501
12501
package-json-from-dist "^1.0.0"
12502
12502
path-scurry "^1.11.1"
12503
12503
12504
+ glob@^11.0.0:
12505
+ version "11.0.0"
12506
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
12507
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
12508
+ dependencies:
12509
+ foreground-child "^3.1.0"
12510
+ jackspeak "^4.0.1"
12511
+ minimatch "^10.0.0"
12512
+ minipass "^7.1.2"
12513
+ package-json-from-dist "^1.0.0"
12514
+ path-scurry "^2.0.0"
12515
+
12504
12516
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7:
12505
12517
version "7.2.3"
12506
12518
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -14368,6 +14380,15 @@ jackspeak@^3.1.2:
14368
14380
optionalDependencies:
14369
14381
"@pkgjs/parseargs" "^0.11.0"
14370
14382
14383
+ jackspeak@^4.0.1:
14384
+ version "4.0.1"
14385
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
14386
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
14387
+ dependencies:
14388
+ "@isaacs/cliui" "^8.0.2"
14389
+ optionalDependencies:
14390
+ "@pkgjs/parseargs" "^0.11.0"
14391
+
14371
14392
jake@^10.8.5:
14372
14393
version "10.9.2"
14373
14394
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -16156,6 +16177,11 @@ lru-cache@^10.2.0:
16156
16177
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
16157
16178
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
16158
16179
16180
+ lru-cache@^11.0.0:
16181
+ version "11.0.0"
16182
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
16183
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
16184
+
16159
16185
lru-cache@^4.0.1:
16160
16186
version "4.1.5"
16161
16187
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
16606
16632
dependencies:
16607
16633
brace-expansion "^2.0.1"
16608
16634
16635
+ minimatch@^10.0.0:
16636
+ version "10.0.1"
16637
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
16638
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
16639
+ dependencies:
16640
+ brace-expansion "^2.0.1"
16641
+
16609
16642
minimatch@^5.0.1, minimatch@^5.1.6:
16610
16643
version "5.1.6"
16611
16644
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
@@ -17810,6 +17843,14 @@ path-scurry@^1.11.1:
17810
17843
lru-cache "^10.2.0"
17811
17844
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
17812
17845
17846
+ path-scurry@^2.0.0:
17847
+ version "2.0.0"
17848
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
17849
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
17850
+ dependencies:
17851
+ lru-cache "^11.0.0"
17852
+ minipass "^7.1.2"
17853
+
17813
17854
17814
17855
version "0.1.7"
17815
17856
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -20924,6 +20965,14 @@ rimraf@^2.5.4, rimraf@^2.6.3:
20924
20965
dependencies:
20925
20966
glob "^7.1.3"
20926
20967
20968
+ rimraf@^6.0.1:
20969
+ version "6.0.1"
20970
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
20971
+ integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
20972
+ dependencies:
20973
+ glob "^11.0.0"
20974
+ package-json-from-dist "^1.0.0"
20975
+
20927
20976
rimraf@~2.6.2:
20928
20977
version "2.6.3"
20929
20978
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
0 commit comments