@@ -8031,7 +8031,7 @@ glob-to-regexp@^0.4.1:
8031
8031
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
8032
8032
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
8033
8033
8034
- glob@^10.3.7, glob@^10. 4.1:
8034
+ glob@^10.4.1:
8035
8035
version "10.4.1"
8036
8036
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
8037
8037
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
@@ -8042,6 +8042,18 @@ glob@^10.3.7, glob@^10.4.1:
8042
8042
minipass "^7.1.2"
8043
8043
path-scurry "^1.11.1"
8044
8044
8045
+ glob@^11.0.0:
8046
+ version "11.0.0"
8047
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
8048
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
8049
+ dependencies:
8050
+ foreground-child "^3.1.0"
8051
+ jackspeak "^4.0.1"
8052
+ minimatch "^10.0.0"
8053
+ minipass "^7.1.2"
8054
+ package-json-from-dist "^1.0.0"
8055
+ path-scurry "^2.0.0"
8056
+
8045
8057
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
8046
8058
version "7.2.3"
8047
8059
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -8838,6 +8850,15 @@ jackspeak@^3.1.2:
8838
8850
optionalDependencies:
8839
8851
"@pkgjs/parseargs" "^0.11.0"
8840
8852
8853
+ jackspeak@^4.0.1:
8854
+ version "4.0.1"
8855
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
8856
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
8857
+ dependencies:
8858
+ "@isaacs/cliui" "^8.0.2"
8859
+ optionalDependencies:
8860
+ "@pkgjs/parseargs" "^0.11.0"
8861
+
8841
8862
jake@^10.8.5:
8842
8863
version "10.9.1"
8843
8864
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
@@ -9690,6 +9711,11 @@ lru-cache@^10.2.0:
9690
9711
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
9691
9712
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
9692
9713
9714
+ lru-cache@^11.0.0:
9715
+ version "11.0.0"
9716
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
9717
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
9718
+
9693
9719
lru-cache@^4.0.1:
9694
9720
version "4.1.5"
9695
9721
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
9885
9911
youch "^3.2.2"
9886
9912
zod "^3.22.3"
9887
9913
9914
+ minimatch@^10.0.0:
9915
+ version "10.0.1"
9916
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
9917
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
9918
+ dependencies:
9919
+ brace-expansion "^2.0.1"
9920
+
9888
9921
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
9889
9922
version "3.1.2"
9890
9923
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -10435,6 +10468,11 @@ p-try@^2.0.0:
10435
10468
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
10436
10469
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
10437
10470
10471
+ package-json-from-dist@^1.0.0:
10472
+ version "1.0.0"
10473
+ resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
10474
+ integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
10475
+
10438
10476
param-case@^3.0.4:
10439
10477
version "3.0.4"
10440
10478
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
@@ -10547,6 +10585,14 @@ path-scurry@^1.11.1:
10547
10585
lru-cache "^10.2.0"
10548
10586
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
10549
10587
10588
+ path-scurry@^2.0.0:
10589
+ version "2.0.0"
10590
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
10591
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
10592
+ dependencies:
10593
+ lru-cache "^11.0.0"
10594
+ minipass "^7.1.2"
10595
+
10550
10596
10551
10597
version "0.1.7"
10552
10598
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -11267,12 +11313,13 @@ rimraf@^3.0.2:
11267
11313
dependencies:
11268
11314
glob "^7.1.3"
11269
11315
11270
- rimraf@^5 .0.7 :
11271
- version "5 .0.7 "
11272
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5 .0.7 .tgz#27bddf202e7d89cb2e0381656380d1734a854a74 "
11273
- integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg ==
11316
+ rimraf@^6 .0.1 :
11317
+ version "6 .0.1 "
11318
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6 .0.1 .tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e "
11319
+ integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A ==
11274
11320
dependencies:
11275
- glob "^10.3.7"
11321
+ glob "^11.0.0"
11322
+ package-json-from-dist "^1.0.0"
11276
11323
11277
11324
rollup-plugin-dts@^6.1.1:
11278
11325
version "6.1.1"
0 commit comments