@@ -3494,7 +3494,7 @@ glob-parent@^6.0.2:
3494
3494
dependencies :
3495
3495
is-glob "^4.0.3"
3496
3496
3497
- glob@^10.3.10, glob@^10.3.7 :
3497
+ glob@^10.3.10 :
3498
3498
version "10.4.1"
3499
3499
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
3500
3500
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
@@ -3505,6 +3505,18 @@ glob@^10.3.10, glob@^10.3.7:
3505
3505
minipass "^7.1.2"
3506
3506
path-scurry "^1.11.1"
3507
3507
3508
+ glob@^11.0.0 :
3509
+ version "11.0.0"
3510
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
3511
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
3512
+ dependencies :
3513
+ foreground-child "^3.1.0"
3514
+ jackspeak "^4.0.1"
3515
+ minimatch "^10.0.0"
3516
+ minipass "^7.1.2"
3517
+ package-json-from-dist "^1.0.0"
3518
+ path-scurry "^2.0.0"
3519
+
3508
3520
glob@^7.1.3 :
3509
3521
version "7.2.3"
3510
3522
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4018,6 +4030,15 @@ jackspeak@^3.1.2:
4018
4030
optionalDependencies :
4019
4031
" @pkgjs/parseargs" " ^0.11.0"
4020
4032
4033
+ jackspeak@^4.0.1 :
4034
+ version "4.0.1"
4035
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
4036
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
4037
+ dependencies :
4038
+ " @isaacs/cliui" " ^8.0.2"
4039
+ optionalDependencies :
4040
+ " @pkgjs/parseargs" " ^0.11.0"
4041
+
4021
4042
jiti@^1.21.0 :
4022
4043
version "1.21.0"
4023
4044
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
@@ -4305,6 +4326,11 @@ lru-cache@^10.2.0:
4305
4326
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
4306
4327
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
4307
4328
4329
+ lru-cache@^11.0.0 :
4330
+ version "11.0.0"
4331
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
4332
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
4333
+
4308
4334
lru-cache@^5.1.1 :
4309
4335
version "5.1.1"
4310
4336
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4841,6 +4867,13 @@ minimalistic-crypto-utils@^1.0.1:
4841
4867
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
4842
4868
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
4843
4869
4870
+ minimatch@^10.0.0 :
4871
+ version "10.0.1"
4872
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4873
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4874
+ dependencies :
4875
+ brace-expansion "^2.0.1"
4876
+
4844
4877
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2 :
4845
4878
version "3.1.2"
4846
4879
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5139,6 +5172,11 @@ package-config@^5.0.0:
5139
5172
find-up-simple "^1.0.0"
5140
5173
load-json-file "^7.0.1"
5141
5174
5175
+ package-json-from-dist@^1.0.0 :
5176
+ version "1.0.0"
5177
+ resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
5178
+ integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
5179
+
5142
5180
parent-module@^1.0.0 :
5143
5181
version "1.0.1"
5144
5182
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -5211,6 +5249,14 @@ path-scurry@^1.11.1:
5211
5249
lru-cache "^10.2.0"
5212
5250
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5213
5251
5252
+ path-scurry@^2.0.0 :
5253
+ version "2.0.0"
5254
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
5255
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
5256
+ dependencies :
5257
+ lru-cache "^11.0.0"
5258
+ minipass "^7.1.2"
5259
+
5214
5260
path-to-regexp@^6.2.2 :
5215
5261
version "6.2.2"
5216
5262
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
@@ -5702,12 +5748,13 @@ rfdc@^1.3.1:
5702
5748
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
5703
5749
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
5704
5750
5705
- rimraf@5 .0.9 :
5706
- version "5 .0.9 "
5707
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5 .0.9 .tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9 "
5708
- integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA ==
5751
+ rimraf@6 .0.1 :
5752
+ version "6 .0.1 "
5753
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6 .0.1 .tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e "
5754
+ integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A ==
5709
5755
dependencies :
5710
- glob "^10.3.7"
5756
+ glob "^11.0.0"
5757
+ package-json-from-dist "^1.0.0"
5711
5758
5712
5759
rimraf@^3.0.2 :
5713
5760
version "3.0.2"
0 commit comments