@@ -2804,7 +2804,7 @@ glob2base@^0.0.12:
2804
2804
dependencies :
2805
2805
find-index "^0.1.1"
2806
2806
2807
- glob@^10.3.7, glob@^10. 4.1 :
2807
+ glob@^10.4.1 :
2808
2808
version "10.4.1"
2809
2809
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
2810
2810
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
@@ -2815,6 +2815,18 @@ glob@^10.3.7, glob@^10.4.1:
2815
2815
minipass "^7.1.2"
2816
2816
path-scurry "^1.11.1"
2817
2817
2818
+ glob@^11.0.0 :
2819
+ version "11.0.0"
2820
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2821
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
2822
+ dependencies :
2823
+ foreground-child "^3.1.0"
2824
+ jackspeak "^4.0.1"
2825
+ minimatch "^10.0.0"
2826
+ minipass "^7.1.2"
2827
+ package-json-from-dist "^1.0.0"
2828
+ path-scurry "^2.0.0"
2829
+
2818
2830
glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4 :
2819
2831
version "7.2.3"
2820
2832
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -3378,6 +3390,15 @@ jackspeak@^3.1.2:
3378
3390
optionalDependencies :
3379
3391
" @pkgjs/parseargs" " ^0.11.0"
3380
3392
3393
+ jackspeak@^4.0.1 :
3394
+ version "4.0.1"
3395
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3396
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
3397
+ dependencies :
3398
+ " @isaacs/cliui" " ^8.0.2"
3399
+ optionalDependencies :
3400
+ " @pkgjs/parseargs" " ^0.11.0"
3401
+
3381
3402
jest-changed-files@^29.7.0 :
3382
3403
version "29.7.0"
3383
3404
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -3884,6 +3905,11 @@ lru-cache@^10.2.0:
3884
3905
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
3885
3906
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
3886
3907
3908
+ lru-cache@^11.0.0 :
3909
+ version "11.0.0"
3910
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3911
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
3912
+
3887
3913
lru-cache@^5.1.1 :
3888
3914
version "5.1.1"
3889
3915
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4017,6 +4043,13 @@ mimic-fn@^2.1.0:
4017
4043
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
4018
4044
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
4019
4045
4046
+ minimatch@^10.0.0 :
4047
+ version "10.0.1"
4048
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4049
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4050
+ dependencies :
4051
+ brace-expansion "^2.0.1"
4052
+
4020
4053
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2 :
4021
4054
version "3.1.2"
4022
4055
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4291,6 +4324,11 @@ p-try@^2.0.0:
4291
4324
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
4292
4325
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
4293
4326
4327
+ package-json-from-dist@^1.0.0 :
4328
+ version "1.0.0"
4329
+ resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
4330
+ integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
4331
+
4294
4332
parent-module@^1.0.0 :
4295
4333
version "1.0.1"
4296
4334
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4369,6 +4407,14 @@ path-scurry@^1.11.1:
4369
4407
lru-cache "^10.2.0"
4370
4408
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4371
4409
4410
+ path-scurry@^2.0.0 :
4411
+ version "2.0.0"
4412
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4413
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4414
+ dependencies :
4415
+ lru-cache "^11.0.0"
4416
+ minipass "^7.1.2"
4417
+
4372
4418
path-type@^4.0.0 :
4373
4419
version "4.0.0"
4374
4420
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -4698,12 +4744,13 @@ rimraf@^3.0.2:
4698
4744
dependencies :
4699
4745
glob "^7.1.3"
4700
4746
4701
- rimraf@^5 .0.8 :
4702
- version "5 .0.8 "
4703
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5 .0.8 .tgz#9d4d0ef5106817102b14fdbbf01cf29545e99a6c "
4704
- integrity sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw ==
4747
+ rimraf@^6 .0.1 :
4748
+ version "6 .0.1 "
4749
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6 .0.1 .tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e "
4750
+ integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A ==
4705
4751
dependencies :
4706
- glob "^10.3.7"
4752
+ glob "^11.0.0"
4753
+ package-json-from-dist "^1.0.0"
4707
4754
4708
4755
run-async@^2.2.0 :
4709
4756
version "2.4.1"
0 commit comments