367
367
dependencies :
368
368
" @jridgewell/trace-mapping" " 0.3.9"
369
369
370
+ " @isaacs/balanced-match@^4.0.1 " :
371
+ version "4.0.1"
372
+ resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
373
+ integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
374
+
375
+ " @isaacs/brace-expansion@^5.0.0 " :
376
+ version "5.0.0"
377
+ resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
378
+ integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
379
+ dependencies :
380
+ " @isaacs/balanced-match" " ^4.0.1"
381
+
370
382
" @isaacs/cliui@^8.0.2 " :
371
383
version "8.0.2"
372
384
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
724
736
consola "^2.15.0"
725
737
node-fetch "^2.6.1"
726
738
727
- " @pkgjs/parseargs@^0.11.0 " :
728
- version "0.11.0"
729
- resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
730
- integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
731
-
732
739
" @sinonjs/commons@^1.7.0 " :
733
740
version "1.8.1"
734
741
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
@@ -1792,6 +1799,15 @@ cross-spawn@^7.0.0:
1792
1799
shebang-command "^2.0.0"
1793
1800
which "^2.0.1"
1794
1801
1802
+ cross-spawn@^7.0.6 :
1803
+ version "7.0.6"
1804
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1805
+ integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
1806
+ dependencies :
1807
+ path-key "^3.1.0"
1808
+ shebang-command "^2.0.0"
1809
+ which "^2.0.1"
1810
+
1795
1811
cssom@^0.4.4 :
1796
1812
version "0.4.4"
1797
1813
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
@@ -2292,12 +2308,12 @@ for-in@^1.0.2:
2292
2308
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
2293
2309
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
2294
2310
2295
- foreground-child@^3.1.0 :
2296
- version "3.1 .1"
2297
- resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1 .1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d "
2298
- integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg ==
2311
+ foreground-child@^3.3.1 :
2312
+ version "3.3 .1"
2313
+ resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3 .1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f "
2314
+ integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw ==
2299
2315
dependencies :
2300
- cross-spawn "^7.0.0 "
2316
+ cross-spawn "^7.0.6 "
2301
2317
signal-exit "^4.0.1"
2302
2318
2303
2319
forever-agent@~0.6.1 :
@@ -2453,16 +2469,17 @@ glob-to-regexp@^0.4.1:
2453
2469
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
2454
2470
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
2455
2471
2456
- glob@^10.3.7 :
2457
- version "10.3.7 "
2458
- resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7. tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac "
2459
- integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ ==
2472
+ glob@^11.0.0 :
2473
+ version "11.0.3 "
2474
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3. tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6 "
2475
+ integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA ==
2460
2476
dependencies :
2461
- foreground-child "^3.1.0"
2462
- jackspeak "^2.0.3"
2463
- minimatch "^9.0.1"
2464
- minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2465
- path-scurry "^1.10.1"
2477
+ foreground-child "^3.3.1"
2478
+ jackspeak "^4.1.1"
2479
+ minimatch "^10.0.3"
2480
+ minipass "^7.1.2"
2481
+ package-json-from-dist "^1.0.0"
2482
+ path-scurry "^2.0.0"
2466
2483
2467
2484
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4 :
2468
2485
version "7.1.6"
@@ -2956,14 +2973,12 @@ iterare@1.2.1:
2956
2973
resolved "https://registry.yarnpkg.com/iterare/-/iterare-1.2.1.tgz#139c400ff7363690e33abffa33cbba8920f00042"
2957
2974
integrity sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==
2958
2975
2959
- jackspeak@^2.0.3 :
2960
- version "2.2.0 "
2961
- resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.0 .tgz#497cbaedc902ec3f31d5d61be804d2364ff9ddad "
2962
- integrity sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ ==
2976
+ jackspeak@^4.1.1 :
2977
+ version "4.1.1 "
2978
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1 .tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae "
2979
+ integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ ==
2963
2980
dependencies :
2964
2981
" @isaacs/cliui" " ^8.0.2"
2965
- optionalDependencies :
2966
- " @pkgjs/parseargs" " ^0.11.0"
2967
2982
2968
2983
jest-changed-files@^26.6.2 :
2969
2984
version "26.6.2"
@@ -3600,6 +3615,11 @@ log4js@^6.1.2:
3600
3615
rfdc "^1.3.0"
3601
3616
streamroller "^3.1.5"
3602
3617
3618
+ lru-cache@^11.0.0 :
3619
+ version "11.1.0"
3620
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
3621
+ integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
3622
+
3603
3623
lru-cache@^6.0.0 :
3604
3624
version "6.0.0"
3605
3625
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -3612,11 +3632,6 @@ lru-cache@^7.14.1:
3612
3632
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109"
3613
3633
integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==
3614
3634
3615
- " lru-cache@^9.1.1 || ^10.0.0 " :
3616
- version "10.0.1"
3617
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
3618
- integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
3619
-
3620
3635
macos-release@^2.5.0 :
3621
3636
version "2.5.0"
3622
3637
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.5.0.tgz#067c2c88b5f3fb3c56a375b2ec93826220fa1ff2"
@@ -3728,6 +3743,13 @@ mimic-fn@^2.1.0:
3728
3743
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
3729
3744
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
3730
3745
3746
+ minimatch@^10.0.3 :
3747
+ version "10.0.3"
3748
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
3749
+ integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
3750
+ dependencies :
3751
+ " @isaacs/brace-expansion" " ^5.0.0"
3752
+
3731
3753
minimatch@^3.0.4 :
3732
3754
version "3.0.4"
3733
3755
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -3742,13 +3764,6 @@ minimatch@^7.4.1:
3742
3764
dependencies :
3743
3765
brace-expansion "^2.0.1"
3744
3766
3745
- minimatch@^9.0.1 :
3746
- version "9.0.3"
3747
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3748
- integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3749
- dependencies :
3750
- brace-expansion "^2.0.1"
3751
-
3752
3767
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5 :
3753
3768
version "1.2.5"
3754
3769
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -3764,10 +3779,10 @@ minipass@^4.0.2, minipass@^4.2.4:
3764
3779
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
3765
3780
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
3766
3781
3767
- " minipass@^5.0.0 || ^6.0.2 || ^7.0.0 " :
3768
- version "7.0.3 "
3769
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3 .tgz#05ea638da44e475037ed94d1c7efcc76a25e1974 "
3770
- integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg ==
3782
+ minipass@^7.1.2 :
3783
+ version "7.1.2 "
3784
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2 .tgz#93a9626ce5e5e66bd4db86849e7515e92340a707 "
3785
+ integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw ==
3771
3786
3772
3787
mixin-deep@^1.2.0 :
3773
3788
version "1.3.2"
@@ -4035,6 +4050,11 @@ p-try@^2.0.0:
4035
4050
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
4036
4051
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
4037
4052
4053
+ package-json-from-dist@^1.0.0 :
4054
+ version "1.0.1"
4055
+ resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
4056
+ integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
4057
+
4038
4058
parent-module@^1.0.0 :
4039
4059
version "1.0.1"
4040
4060
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4087,14 +4107,6 @@ path-parse@^1.0.6:
4087
4107
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
4088
4108
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
4089
4109
4090
- path-scurry@^1.10.1 :
4091
- version "1.10.1"
4092
- resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
4093
- integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
4094
- dependencies :
4095
- lru-cache "^9.1.1 || ^10.0.0"
4096
- minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4097
-
4098
4110
path-scurry@^1.6.1 :
4099
4111
version "1.6.1"
4100
4112
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
@@ -4103,6 +4115,14 @@ path-scurry@^1.6.1:
4103
4115
lru-cache "^7.14.1"
4104
4116
minipass "^4.0.2"
4105
4117
4118
+ path-scurry@^2.0.0 :
4119
+ version "2.0.0"
4120
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4121
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4122
+ dependencies :
4123
+ lru-cache "^11.0.0"
4124
+ minipass "^7.1.2"
4125
+
4106
4126
path-to-regexp@3.2.0 :
4107
4127
version "3.2.0"
4108
4128
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f"
@@ -4422,12 +4442,13 @@ rimraf@4.4.1:
4422
4442
dependencies :
4423
4443
glob "^9.2.0"
4424
4444
4425
- rimraf@5 .0.10 :
4426
- version "5 .0.10 "
4427
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5 .0.10 .tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c "
4428
- integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ ==
4445
+ rimraf@6 .0.1 :
4446
+ version "6 .0.1 "
4447
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6 .0.1 .tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e "
4448
+ integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A ==
4429
4449
dependencies :
4430
- glob "^10.3.7"
4450
+ glob "^11.0.0"
4451
+ package-json-from-dist "^1.0.0"
4431
4452
4432
4453
rimraf@^3.0.0 :
4433
4454
version "3.0.2"
0 commit comments