@@ -3417,7 +3417,7 @@ glob-parent@^6.0.2:
3417
3417
dependencies :
3418
3418
is-glob "^4.0.3"
3419
3419
3420
- glob@^10.3.10, glob@^10.3.7 :
3420
+ glob@^10.3.10 :
3421
3421
version "10.3.10"
3422
3422
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
3423
3423
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
@@ -3428,6 +3428,18 @@ glob@^10.3.10, glob@^10.3.7:
3428
3428
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3429
3429
path-scurry "^1.10.1"
3430
3430
3431
+ glob@^11.0.0 :
3432
+ version "11.0.0"
3433
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
3434
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
3435
+ dependencies :
3436
+ foreground-child "^3.1.0"
3437
+ jackspeak "^4.0.1"
3438
+ minimatch "^10.0.0"
3439
+ minipass "^7.1.2"
3440
+ package-json-from-dist "^1.0.0"
3441
+ path-scurry "^2.0.0"
3442
+
3431
3443
glob@^7.1.3 :
3432
3444
version "7.2.3"
3433
3445
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -3946,6 +3958,15 @@ jackspeak@^2.3.5:
3946
3958
optionalDependencies :
3947
3959
" @pkgjs/parseargs" " ^0.11.0"
3948
3960
3961
+ jackspeak@^4.0.1 :
3962
+ version "4.0.1"
3963
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3964
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
3965
+ dependencies :
3966
+ " @isaacs/cliui" " ^8.0.2"
3967
+ optionalDependencies :
3968
+ " @pkgjs/parseargs" " ^0.11.0"
3969
+
3949
3970
jiti@^1.21.0 :
3950
3971
version "1.21.0"
3951
3972
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
@@ -4228,6 +4249,11 @@ lower-case@^2.0.2:
4228
4249
dependencies :
4229
4250
tslib "^2.0.3"
4230
4251
4252
+ lru-cache@^11.0.0 :
4253
+ version "11.0.0"
4254
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
4255
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
4256
+
4231
4257
lru-cache@^5.1.1 :
4232
4258
version "5.1.1"
4233
4259
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4798,6 +4824,13 @@ minimatch@9.0.3, minimatch@^9.0.1:
4798
4824
dependencies :
4799
4825
brace-expansion "^2.0.1"
4800
4826
4827
+ minimatch@^10.0.0 :
4828
+ version "10.0.1"
4829
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4830
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4831
+ dependencies :
4832
+ brace-expansion "^2.0.1"
4833
+
4801
4834
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2 :
4802
4835
version "3.1.2"
4803
4836
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4829,6 +4862,11 @@ minipass@^5.0.0:
4829
4862
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
4830
4863
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
4831
4864
4865
+ minipass@^7.1.2 :
4866
+ version "7.1.2"
4867
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
4868
+ integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
4869
+
4832
4870
minizlib@^2.1.1 :
4833
4871
version "2.1.2"
4834
4872
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -5096,6 +5134,11 @@ package-config@^5.0.0:
5096
5134
find-up-simple "^1.0.0"
5097
5135
load-json-file "^7.0.1"
5098
5136
5137
+ package-json-from-dist@^1.0.0 :
5138
+ version "1.0.0"
5139
+ resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
5140
+ integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
5141
+
5099
5142
parent-module@^1.0.0 :
5100
5143
version "1.0.1"
5101
5144
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -5168,6 +5211,14 @@ path-scurry@^1.10.1:
5168
5211
lru-cache "^9.1.1 || ^10.0.0"
5169
5212
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5170
5213
5214
+ path-scurry@^2.0.0 :
5215
+ version "2.0.0"
5216
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
5217
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
5218
+ dependencies :
5219
+ lru-cache "^11.0.0"
5220
+ minipass "^7.1.2"
5221
+
5171
5222
path-to-regexp@^6.2.2 :
5172
5223
version "6.2.2"
5173
5224
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
@@ -5673,12 +5724,13 @@ rfdc@^1.3.1:
5673
5724
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
5674
5725
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
5675
5726
5676
- rimraf@5 .0.9 :
5677
- version "5 .0.9 "
5678
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5 .0.9 .tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9 "
5679
- integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA ==
5727
+ rimraf@6 .0.1 :
5728
+ version "6 .0.1 "
5729
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6 .0.1 .tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e "
5730
+ integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A ==
5680
5731
dependencies :
5681
- glob "^10.3.7"
5732
+ glob "^11.0.0"
5733
+ package-json-from-dist "^1.0.0"
5682
5734
5683
5735
rimraf@^3.0.2 :
5684
5736
version "3.0.2"
0 commit comments