@@ -3540,7 +3540,7 @@ glob-parent@^6.0.2:
3540
3540
dependencies :
3541
3541
is-glob "^4.0.3"
3542
3542
3543
- glob@^10.3.10, glob@^10.3.7 :
3543
+ glob@^10.3.10 :
3544
3544
version "10.3.10"
3545
3545
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
3546
3546
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
@@ -3551,6 +3551,18 @@ glob@^10.3.10, glob@^10.3.7:
3551
3551
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3552
3552
path-scurry "^1.10.1"
3553
3553
3554
+ glob@^11.0.0 :
3555
+ version "11.0.0"
3556
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
3557
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
3558
+ dependencies :
3559
+ foreground-child "^3.1.0"
3560
+ jackspeak "^4.0.1"
3561
+ minimatch "^10.0.0"
3562
+ minipass "^7.1.2"
3563
+ package-json-from-dist "^1.0.0"
3564
+ path-scurry "^2.0.0"
3565
+
3554
3566
glob@^7.1.3 :
3555
3567
version "7.2.3"
3556
3568
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4069,6 +4081,15 @@ jackspeak@^2.3.5:
4069
4081
optionalDependencies :
4070
4082
" @pkgjs/parseargs" " ^0.11.0"
4071
4083
4084
+ jackspeak@^4.0.1 :
4085
+ version "4.0.1"
4086
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
4087
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
4088
+ dependencies :
4089
+ " @isaacs/cliui" " ^8.0.2"
4090
+ optionalDependencies :
4091
+ " @pkgjs/parseargs" " ^0.11.0"
4092
+
4072
4093
jiti@^1.21.0 :
4073
4094
version "1.21.0"
4074
4095
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
@@ -4351,6 +4372,11 @@ lower-case@^2.0.2:
4351
4372
dependencies :
4352
4373
tslib "^2.0.3"
4353
4374
4375
+ lru-cache@^11.0.0 :
4376
+ version "11.0.0"
4377
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
4378
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
4379
+
4354
4380
lru-cache@^5.1.1 :
4355
4381
version "5.1.1"
4356
4382
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4921,6 +4947,13 @@ minimatch@9.0.3, minimatch@^9.0.1:
4921
4947
dependencies :
4922
4948
brace-expansion "^2.0.1"
4923
4949
4950
+ minimatch@^10.0.0 :
4951
+ version "10.0.1"
4952
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4953
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4954
+ dependencies :
4955
+ brace-expansion "^2.0.1"
4956
+
4924
4957
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2 :
4925
4958
version "3.1.2"
4926
4959
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4952,6 +4985,11 @@ minipass@^5.0.0:
4952
4985
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
4953
4986
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
4954
4987
4988
+ minipass@^7.1.2 :
4989
+ version "7.1.2"
4990
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
4991
+ integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
4992
+
4955
4993
minizlib@^2.1.1 :
4956
4994
version "2.1.2"
4957
4995
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -5219,6 +5257,11 @@ package-config@^5.0.0:
5219
5257
find-up-simple "^1.0.0"
5220
5258
load-json-file "^7.0.1"
5221
5259
5260
+ package-json-from-dist@^1.0.0 :
5261
+ version "1.0.0"
5262
+ resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
5263
+ integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
5264
+
5222
5265
parent-module@^1.0.0 :
5223
5266
version "1.0.1"
5224
5267
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -5291,6 +5334,14 @@ path-scurry@^1.10.1:
5291
5334
lru-cache "^9.1.1 || ^10.0.0"
5292
5335
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5293
5336
5337
+ path-scurry@^2.0.0 :
5338
+ version "2.0.0"
5339
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
5340
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
5341
+ dependencies :
5342
+ lru-cache "^11.0.0"
5343
+ minipass "^7.1.2"
5344
+
5294
5345
path-to-regexp@^6.2.2 :
5295
5346
version "6.2.2"
5296
5347
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
@@ -5790,12 +5841,13 @@ rfdc@^1.3.1:
5790
5841
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
5791
5842
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
5792
5843
5793
- rimraf@5 .0.9 :
5794
- version "5 .0.9 "
5795
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5 .0.9 .tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9 "
5796
- integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA ==
5844
+ rimraf@6 .0.1 :
5845
+ version "6 .0.1 "
5846
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6 .0.1 .tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e "
5847
+ integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A ==
5797
5848
dependencies :
5798
- glob "^10.3.7"
5849
+ glob "^11.0.0"
5850
+ package-json-from-dist "^1.0.0"
5799
5851
5800
5852
rimraf@^3.0.2 :
5801
5853
version "3.0.2"
0 commit comments