@testim/testim-cli 4.185.4 → 4.186.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +66 -65
- package/cli.js.map +4 -4
- package/npm-shrinkwrap.json +1303 -748
- package/package.json +4 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.186.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@testim/testim-cli",
|
|
9
|
-
"version": "4.
|
|
9
|
+
"version": "4.186.8",
|
|
10
10
|
"license": "Proprietary",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@applitools/eyes-sdk-core": "13.11.34-legacy.1",
|
|
@@ -889,9 +889,9 @@
|
|
|
889
889
|
}
|
|
890
890
|
},
|
|
891
891
|
"node_modules/@babel/runtime": {
|
|
892
|
-
"version": "7.
|
|
893
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.
|
|
894
|
-
"integrity": "sha512-
|
|
892
|
+
"version": "7.29.2",
|
|
893
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
|
|
894
|
+
"integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
|
|
895
895
|
"license": "MIT",
|
|
896
896
|
"engines": {
|
|
897
897
|
"node": ">=6.9.0"
|
|
@@ -937,6 +937,40 @@
|
|
|
937
937
|
"kuler": "^2.0.0"
|
|
938
938
|
}
|
|
939
939
|
},
|
|
940
|
+
"node_modules/@emnapi/core": {
|
|
941
|
+
"version": "1.9.0",
|
|
942
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz",
|
|
943
|
+
"integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==",
|
|
944
|
+
"license": "MIT",
|
|
945
|
+
"optional": true,
|
|
946
|
+
"peer": true,
|
|
947
|
+
"dependencies": {
|
|
948
|
+
"@emnapi/wasi-threads": "1.2.0",
|
|
949
|
+
"tslib": "^2.4.0"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"node_modules/@emnapi/runtime": {
|
|
953
|
+
"version": "1.9.0",
|
|
954
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz",
|
|
955
|
+
"integrity": "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==",
|
|
956
|
+
"license": "MIT",
|
|
957
|
+
"optional": true,
|
|
958
|
+
"peer": true,
|
|
959
|
+
"dependencies": {
|
|
960
|
+
"tslib": "^2.4.0"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"node_modules/@emnapi/wasi-threads": {
|
|
964
|
+
"version": "1.2.0",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",
|
|
966
|
+
"integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
|
|
967
|
+
"license": "MIT",
|
|
968
|
+
"optional": true,
|
|
969
|
+
"peer": true,
|
|
970
|
+
"dependencies": {
|
|
971
|
+
"tslib": "^2.4.0"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
940
974
|
"node_modules/@esbuild/aix-ppc64": {
|
|
941
975
|
"version": "0.27.2",
|
|
942
976
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
|
|
@@ -944,6 +978,7 @@
|
|
|
944
978
|
"cpu": [
|
|
945
979
|
"ppc64"
|
|
946
980
|
],
|
|
981
|
+
"dev": true,
|
|
947
982
|
"license": "MIT",
|
|
948
983
|
"optional": true,
|
|
949
984
|
"os": [
|
|
@@ -960,6 +995,7 @@
|
|
|
960
995
|
"cpu": [
|
|
961
996
|
"arm"
|
|
962
997
|
],
|
|
998
|
+
"dev": true,
|
|
963
999
|
"license": "MIT",
|
|
964
1000
|
"optional": true,
|
|
965
1001
|
"os": [
|
|
@@ -976,6 +1012,7 @@
|
|
|
976
1012
|
"cpu": [
|
|
977
1013
|
"arm64"
|
|
978
1014
|
],
|
|
1015
|
+
"dev": true,
|
|
979
1016
|
"license": "MIT",
|
|
980
1017
|
"optional": true,
|
|
981
1018
|
"os": [
|
|
@@ -992,6 +1029,7 @@
|
|
|
992
1029
|
"cpu": [
|
|
993
1030
|
"x64"
|
|
994
1031
|
],
|
|
1032
|
+
"dev": true,
|
|
995
1033
|
"license": "MIT",
|
|
996
1034
|
"optional": true,
|
|
997
1035
|
"os": [
|
|
@@ -1008,6 +1046,7 @@
|
|
|
1008
1046
|
"cpu": [
|
|
1009
1047
|
"arm64"
|
|
1010
1048
|
],
|
|
1049
|
+
"dev": true,
|
|
1011
1050
|
"license": "MIT",
|
|
1012
1051
|
"optional": true,
|
|
1013
1052
|
"os": [
|
|
@@ -1024,6 +1063,7 @@
|
|
|
1024
1063
|
"cpu": [
|
|
1025
1064
|
"x64"
|
|
1026
1065
|
],
|
|
1066
|
+
"dev": true,
|
|
1027
1067
|
"license": "MIT",
|
|
1028
1068
|
"optional": true,
|
|
1029
1069
|
"os": [
|
|
@@ -1040,6 +1080,7 @@
|
|
|
1040
1080
|
"cpu": [
|
|
1041
1081
|
"arm64"
|
|
1042
1082
|
],
|
|
1083
|
+
"dev": true,
|
|
1043
1084
|
"license": "MIT",
|
|
1044
1085
|
"optional": true,
|
|
1045
1086
|
"os": [
|
|
@@ -1056,6 +1097,7 @@
|
|
|
1056
1097
|
"cpu": [
|
|
1057
1098
|
"x64"
|
|
1058
1099
|
],
|
|
1100
|
+
"dev": true,
|
|
1059
1101
|
"license": "MIT",
|
|
1060
1102
|
"optional": true,
|
|
1061
1103
|
"os": [
|
|
@@ -1072,6 +1114,7 @@
|
|
|
1072
1114
|
"cpu": [
|
|
1073
1115
|
"arm"
|
|
1074
1116
|
],
|
|
1117
|
+
"dev": true,
|
|
1075
1118
|
"license": "MIT",
|
|
1076
1119
|
"optional": true,
|
|
1077
1120
|
"os": [
|
|
@@ -1088,6 +1131,7 @@
|
|
|
1088
1131
|
"cpu": [
|
|
1089
1132
|
"arm64"
|
|
1090
1133
|
],
|
|
1134
|
+
"dev": true,
|
|
1091
1135
|
"license": "MIT",
|
|
1092
1136
|
"optional": true,
|
|
1093
1137
|
"os": [
|
|
@@ -1104,6 +1148,7 @@
|
|
|
1104
1148
|
"cpu": [
|
|
1105
1149
|
"ia32"
|
|
1106
1150
|
],
|
|
1151
|
+
"dev": true,
|
|
1107
1152
|
"license": "MIT",
|
|
1108
1153
|
"optional": true,
|
|
1109
1154
|
"os": [
|
|
@@ -1120,6 +1165,7 @@
|
|
|
1120
1165
|
"cpu": [
|
|
1121
1166
|
"loong64"
|
|
1122
1167
|
],
|
|
1168
|
+
"dev": true,
|
|
1123
1169
|
"license": "MIT",
|
|
1124
1170
|
"optional": true,
|
|
1125
1171
|
"os": [
|
|
@@ -1136,6 +1182,7 @@
|
|
|
1136
1182
|
"cpu": [
|
|
1137
1183
|
"mips64el"
|
|
1138
1184
|
],
|
|
1185
|
+
"dev": true,
|
|
1139
1186
|
"license": "MIT",
|
|
1140
1187
|
"optional": true,
|
|
1141
1188
|
"os": [
|
|
@@ -1152,6 +1199,7 @@
|
|
|
1152
1199
|
"cpu": [
|
|
1153
1200
|
"ppc64"
|
|
1154
1201
|
],
|
|
1202
|
+
"dev": true,
|
|
1155
1203
|
"license": "MIT",
|
|
1156
1204
|
"optional": true,
|
|
1157
1205
|
"os": [
|
|
@@ -1168,6 +1216,7 @@
|
|
|
1168
1216
|
"cpu": [
|
|
1169
1217
|
"riscv64"
|
|
1170
1218
|
],
|
|
1219
|
+
"dev": true,
|
|
1171
1220
|
"license": "MIT",
|
|
1172
1221
|
"optional": true,
|
|
1173
1222
|
"os": [
|
|
@@ -1184,6 +1233,7 @@
|
|
|
1184
1233
|
"cpu": [
|
|
1185
1234
|
"s390x"
|
|
1186
1235
|
],
|
|
1236
|
+
"dev": true,
|
|
1187
1237
|
"license": "MIT",
|
|
1188
1238
|
"optional": true,
|
|
1189
1239
|
"os": [
|
|
@@ -1200,6 +1250,7 @@
|
|
|
1200
1250
|
"cpu": [
|
|
1201
1251
|
"x64"
|
|
1202
1252
|
],
|
|
1253
|
+
"dev": true,
|
|
1203
1254
|
"license": "MIT",
|
|
1204
1255
|
"optional": true,
|
|
1205
1256
|
"os": [
|
|
@@ -1216,6 +1267,7 @@
|
|
|
1216
1267
|
"cpu": [
|
|
1217
1268
|
"arm64"
|
|
1218
1269
|
],
|
|
1270
|
+
"dev": true,
|
|
1219
1271
|
"license": "MIT",
|
|
1220
1272
|
"optional": true,
|
|
1221
1273
|
"os": [
|
|
@@ -1232,6 +1284,7 @@
|
|
|
1232
1284
|
"cpu": [
|
|
1233
1285
|
"x64"
|
|
1234
1286
|
],
|
|
1287
|
+
"dev": true,
|
|
1235
1288
|
"license": "MIT",
|
|
1236
1289
|
"optional": true,
|
|
1237
1290
|
"os": [
|
|
@@ -1248,6 +1301,7 @@
|
|
|
1248
1301
|
"cpu": [
|
|
1249
1302
|
"arm64"
|
|
1250
1303
|
],
|
|
1304
|
+
"dev": true,
|
|
1251
1305
|
"license": "MIT",
|
|
1252
1306
|
"optional": true,
|
|
1253
1307
|
"os": [
|
|
@@ -1264,6 +1318,7 @@
|
|
|
1264
1318
|
"cpu": [
|
|
1265
1319
|
"x64"
|
|
1266
1320
|
],
|
|
1321
|
+
"dev": true,
|
|
1267
1322
|
"license": "MIT",
|
|
1268
1323
|
"optional": true,
|
|
1269
1324
|
"os": [
|
|
@@ -1280,6 +1335,7 @@
|
|
|
1280
1335
|
"cpu": [
|
|
1281
1336
|
"arm64"
|
|
1282
1337
|
],
|
|
1338
|
+
"dev": true,
|
|
1283
1339
|
"license": "MIT",
|
|
1284
1340
|
"optional": true,
|
|
1285
1341
|
"os": [
|
|
@@ -1296,6 +1352,7 @@
|
|
|
1296
1352
|
"cpu": [
|
|
1297
1353
|
"x64"
|
|
1298
1354
|
],
|
|
1355
|
+
"dev": true,
|
|
1299
1356
|
"license": "MIT",
|
|
1300
1357
|
"optional": true,
|
|
1301
1358
|
"os": [
|
|
@@ -1312,6 +1369,7 @@
|
|
|
1312
1369
|
"cpu": [
|
|
1313
1370
|
"arm64"
|
|
1314
1371
|
],
|
|
1372
|
+
"dev": true,
|
|
1315
1373
|
"license": "MIT",
|
|
1316
1374
|
"optional": true,
|
|
1317
1375
|
"os": [
|
|
@@ -1328,6 +1386,7 @@
|
|
|
1328
1386
|
"cpu": [
|
|
1329
1387
|
"ia32"
|
|
1330
1388
|
],
|
|
1389
|
+
"dev": true,
|
|
1331
1390
|
"license": "MIT",
|
|
1332
1391
|
"optional": true,
|
|
1333
1392
|
"os": [
|
|
@@ -1344,6 +1403,7 @@
|
|
|
1344
1403
|
"cpu": [
|
|
1345
1404
|
"x64"
|
|
1346
1405
|
],
|
|
1406
|
+
"dev": true,
|
|
1347
1407
|
"license": "MIT",
|
|
1348
1408
|
"optional": true,
|
|
1349
1409
|
"os": [
|
|
@@ -1354,20 +1414,138 @@
|
|
|
1354
1414
|
}
|
|
1355
1415
|
},
|
|
1356
1416
|
"node_modules/@fastify/ajv-compiler": {
|
|
1357
|
-
"version": "
|
|
1358
|
-
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-
|
|
1359
|
-
"integrity": "sha512-
|
|
1417
|
+
"version": "4.0.5",
|
|
1418
|
+
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-4.0.5.tgz",
|
|
1419
|
+
"integrity": "sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A==",
|
|
1420
|
+
"funding": [
|
|
1421
|
+
{
|
|
1422
|
+
"type": "github",
|
|
1423
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"type": "opencollective",
|
|
1427
|
+
"url": "https://opencollective.com/fastify"
|
|
1428
|
+
}
|
|
1429
|
+
],
|
|
1430
|
+
"license": "MIT",
|
|
1431
|
+
"dependencies": {
|
|
1432
|
+
"ajv": "^8.12.0",
|
|
1433
|
+
"ajv-formats": "^3.0.1",
|
|
1434
|
+
"fast-uri": "^3.0.0"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
"node_modules/@fastify/ajv-compiler/node_modules/ajv": {
|
|
1438
|
+
"version": "8.18.0",
|
|
1439
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
1440
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
1360
1441
|
"license": "MIT",
|
|
1361
1442
|
"dependencies": {
|
|
1362
|
-
"
|
|
1443
|
+
"fast-deep-equal": "^3.1.3",
|
|
1444
|
+
"fast-uri": "^3.0.1",
|
|
1445
|
+
"json-schema-traverse": "^1.0.0",
|
|
1446
|
+
"require-from-string": "^2.0.2"
|
|
1447
|
+
},
|
|
1448
|
+
"funding": {
|
|
1449
|
+
"type": "github",
|
|
1450
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
1363
1451
|
}
|
|
1364
1452
|
},
|
|
1453
|
+
"node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse": {
|
|
1454
|
+
"version": "1.0.0",
|
|
1455
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1456
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1457
|
+
"license": "MIT"
|
|
1458
|
+
},
|
|
1365
1459
|
"node_modules/@fastify/error": {
|
|
1366
|
-
"version": "2.0
|
|
1367
|
-
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-2.0.
|
|
1368
|
-
"integrity": "sha512-
|
|
1460
|
+
"version": "4.2.0",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.2.0.tgz",
|
|
1462
|
+
"integrity": "sha512-RSo3sVDXfHskiBZKBPRgnQTtIqpi/7zhJOEmAxCiBcM7d0uwdGdxLlsCaLzGs8v8NnxIRlfG0N51p5yFaOentQ==",
|
|
1463
|
+
"funding": [
|
|
1464
|
+
{
|
|
1465
|
+
"type": "github",
|
|
1466
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"type": "opencollective",
|
|
1470
|
+
"url": "https://opencollective.com/fastify"
|
|
1471
|
+
}
|
|
1472
|
+
],
|
|
1369
1473
|
"license": "MIT"
|
|
1370
1474
|
},
|
|
1475
|
+
"node_modules/@fastify/fast-json-stringify-compiler": {
|
|
1476
|
+
"version": "5.0.3",
|
|
1477
|
+
"resolved": "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-5.0.3.tgz",
|
|
1478
|
+
"integrity": "sha512-uik7yYHkLr6fxd8hJSZ8c+xF4WafPK+XzneQDPU+D10r5X19GW8lJcom2YijX2+qtFF1ENJlHXKFM9ouXNJYgQ==",
|
|
1479
|
+
"funding": [
|
|
1480
|
+
{
|
|
1481
|
+
"type": "github",
|
|
1482
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"type": "opencollective",
|
|
1486
|
+
"url": "https://opencollective.com/fastify"
|
|
1487
|
+
}
|
|
1488
|
+
],
|
|
1489
|
+
"license": "MIT",
|
|
1490
|
+
"dependencies": {
|
|
1491
|
+
"fast-json-stringify": "^6.0.0"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"node_modules/@fastify/forwarded": {
|
|
1495
|
+
"version": "3.0.1",
|
|
1496
|
+
"resolved": "https://registry.npmjs.org/@fastify/forwarded/-/forwarded-3.0.1.tgz",
|
|
1497
|
+
"integrity": "sha512-JqDochHFqXs3C3Ml3gOY58zM7OqO9ENqPo0UqAjAjH8L01fRZqwX9iLeX34//kiJubF7r2ZQHtBRU36vONbLlw==",
|
|
1498
|
+
"funding": [
|
|
1499
|
+
{
|
|
1500
|
+
"type": "github",
|
|
1501
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"type": "opencollective",
|
|
1505
|
+
"url": "https://opencollective.com/fastify"
|
|
1506
|
+
}
|
|
1507
|
+
],
|
|
1508
|
+
"license": "MIT"
|
|
1509
|
+
},
|
|
1510
|
+
"node_modules/@fastify/merge-json-schemas": {
|
|
1511
|
+
"version": "0.2.1",
|
|
1512
|
+
"resolved": "https://registry.npmjs.org/@fastify/merge-json-schemas/-/merge-json-schemas-0.2.1.tgz",
|
|
1513
|
+
"integrity": "sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==",
|
|
1514
|
+
"funding": [
|
|
1515
|
+
{
|
|
1516
|
+
"type": "github",
|
|
1517
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"type": "opencollective",
|
|
1521
|
+
"url": "https://opencollective.com/fastify"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"license": "MIT",
|
|
1525
|
+
"dependencies": {
|
|
1526
|
+
"dequal": "^2.0.3"
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"node_modules/@fastify/proxy-addr": {
|
|
1530
|
+
"version": "5.1.0",
|
|
1531
|
+
"resolved": "https://registry.npmjs.org/@fastify/proxy-addr/-/proxy-addr-5.1.0.tgz",
|
|
1532
|
+
"integrity": "sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==",
|
|
1533
|
+
"funding": [
|
|
1534
|
+
{
|
|
1535
|
+
"type": "github",
|
|
1536
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"type": "opencollective",
|
|
1540
|
+
"url": "https://opencollective.com/fastify"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"license": "MIT",
|
|
1544
|
+
"dependencies": {
|
|
1545
|
+
"@fastify/forwarded": "^3.0.0",
|
|
1546
|
+
"ipaddr.js": "^2.1.0"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1371
1549
|
"node_modules/@isaacs/cliui": {
|
|
1372
1550
|
"version": "9.0.0",
|
|
1373
1551
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
|
|
@@ -1435,6 +1613,23 @@
|
|
|
1435
1613
|
"node": ">=8"
|
|
1436
1614
|
}
|
|
1437
1615
|
},
|
|
1616
|
+
"node_modules/@napi-rs/wasm-runtime": {
|
|
1617
|
+
"version": "1.1.1",
|
|
1618
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
|
|
1619
|
+
"integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
|
|
1620
|
+
"license": "MIT",
|
|
1621
|
+
"optional": true,
|
|
1622
|
+
"peer": true,
|
|
1623
|
+
"dependencies": {
|
|
1624
|
+
"@emnapi/core": "^1.7.1",
|
|
1625
|
+
"@emnapi/runtime": "^1.7.1",
|
|
1626
|
+
"@tybys/wasm-util": "^0.10.1"
|
|
1627
|
+
},
|
|
1628
|
+
"funding": {
|
|
1629
|
+
"type": "github",
|
|
1630
|
+
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1438
1633
|
"node_modules/@noble/hashes": {
|
|
1439
1634
|
"version": "1.8.0",
|
|
1440
1635
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
|
|
@@ -1447,6 +1642,26 @@
|
|
|
1447
1642
|
"url": "https://paulmillr.com/funding/"
|
|
1448
1643
|
}
|
|
1449
1644
|
},
|
|
1645
|
+
"node_modules/@oxc-project/runtime": {
|
|
1646
|
+
"version": "0.115.0",
|
|
1647
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.115.0.tgz",
|
|
1648
|
+
"integrity": "sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==",
|
|
1649
|
+
"license": "MIT",
|
|
1650
|
+
"peer": true,
|
|
1651
|
+
"engines": {
|
|
1652
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"node_modules/@oxc-project/types": {
|
|
1656
|
+
"version": "0.115.0",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.115.0.tgz",
|
|
1658
|
+
"integrity": "sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==",
|
|
1659
|
+
"license": "MIT",
|
|
1660
|
+
"peer": true,
|
|
1661
|
+
"funding": {
|
|
1662
|
+
"url": "https://github.com/sponsors/Boshen"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1450
1665
|
"node_modules/@paralleldrive/cuid2": {
|
|
1451
1666
|
"version": "2.3.1",
|
|
1452
1667
|
"resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.3.1.tgz",
|
|
@@ -1456,6 +1671,12 @@
|
|
|
1456
1671
|
"@noble/hashes": "^1.1.5"
|
|
1457
1672
|
}
|
|
1458
1673
|
},
|
|
1674
|
+
"node_modules/@pinojs/redact": {
|
|
1675
|
+
"version": "0.4.0",
|
|
1676
|
+
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
|
|
1677
|
+
"integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
|
|
1678
|
+
"license": "MIT"
|
|
1679
|
+
},
|
|
1459
1680
|
"node_modules/@pkgjs/parseargs": {
|
|
1460
1681
|
"version": "0.11.0",
|
|
1461
1682
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
@@ -1610,24 +1831,10 @@
|
|
|
1610
1831
|
"node": ">=12"
|
|
1611
1832
|
}
|
|
1612
1833
|
},
|
|
1613
|
-
"node_modules/@
|
|
1614
|
-
"version": "
|
|
1615
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1616
|
-
"integrity": "sha512-
|
|
1617
|
-
"cpu": [
|
|
1618
|
-
"arm"
|
|
1619
|
-
],
|
|
1620
|
-
"license": "MIT",
|
|
1621
|
-
"optional": true,
|
|
1622
|
-
"os": [
|
|
1623
|
-
"android"
|
|
1624
|
-
],
|
|
1625
|
-
"peer": true
|
|
1626
|
-
},
|
|
1627
|
-
"node_modules/@rollup/rollup-android-arm64": {
|
|
1628
|
-
"version": "4.59.0",
|
|
1629
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
|
|
1630
|
-
"integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
|
|
1834
|
+
"node_modules/@rolldown/binding-android-arm64": {
|
|
1835
|
+
"version": "1.0.0-rc.9",
|
|
1836
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.9.tgz",
|
|
1837
|
+
"integrity": "sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==",
|
|
1631
1838
|
"cpu": [
|
|
1632
1839
|
"arm64"
|
|
1633
1840
|
],
|
|
@@ -1636,12 +1843,15 @@
|
|
|
1636
1843
|
"os": [
|
|
1637
1844
|
"android"
|
|
1638
1845
|
],
|
|
1639
|
-
"peer": true
|
|
1846
|
+
"peer": true,
|
|
1847
|
+
"engines": {
|
|
1848
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1849
|
+
}
|
|
1640
1850
|
},
|
|
1641
|
-
"node_modules/@
|
|
1642
|
-
"version": "
|
|
1643
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1644
|
-
"integrity": "sha512-
|
|
1851
|
+
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
1852
|
+
"version": "1.0.0-rc.9",
|
|
1853
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.9.tgz",
|
|
1854
|
+
"integrity": "sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==",
|
|
1645
1855
|
"cpu": [
|
|
1646
1856
|
"arm64"
|
|
1647
1857
|
],
|
|
@@ -1650,12 +1860,15 @@
|
|
|
1650
1860
|
"os": [
|
|
1651
1861
|
"darwin"
|
|
1652
1862
|
],
|
|
1653
|
-
"peer": true
|
|
1863
|
+
"peer": true,
|
|
1864
|
+
"engines": {
|
|
1865
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1866
|
+
}
|
|
1654
1867
|
},
|
|
1655
|
-
"node_modules/@
|
|
1656
|
-
"version": "
|
|
1657
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1658
|
-
"integrity": "sha512-
|
|
1868
|
+
"node_modules/@rolldown/binding-darwin-x64": {
|
|
1869
|
+
"version": "1.0.0-rc.9",
|
|
1870
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.9.tgz",
|
|
1871
|
+
"integrity": "sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==",
|
|
1659
1872
|
"cpu": [
|
|
1660
1873
|
"x64"
|
|
1661
1874
|
],
|
|
@@ -1664,26 +1877,15 @@
|
|
|
1664
1877
|
"os": [
|
|
1665
1878
|
"darwin"
|
|
1666
1879
|
],
|
|
1667
|
-
"peer": true
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
|
|
1672
|
-
"integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
|
|
1673
|
-
"cpu": [
|
|
1674
|
-
"arm64"
|
|
1675
|
-
],
|
|
1676
|
-
"license": "MIT",
|
|
1677
|
-
"optional": true,
|
|
1678
|
-
"os": [
|
|
1679
|
-
"freebsd"
|
|
1680
|
-
],
|
|
1681
|
-
"peer": true
|
|
1880
|
+
"peer": true,
|
|
1881
|
+
"engines": {
|
|
1882
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1883
|
+
}
|
|
1682
1884
|
},
|
|
1683
|
-
"node_modules/@
|
|
1684
|
-
"version": "
|
|
1685
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1686
|
-
"integrity": "sha512-
|
|
1885
|
+
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
1886
|
+
"version": "1.0.0-rc.9",
|
|
1887
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.9.tgz",
|
|
1888
|
+
"integrity": "sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==",
|
|
1687
1889
|
"cpu": [
|
|
1688
1890
|
"x64"
|
|
1689
1891
|
],
|
|
@@ -1692,26 +1894,15 @@
|
|
|
1692
1894
|
"os": [
|
|
1693
1895
|
"freebsd"
|
|
1694
1896
|
],
|
|
1695
|
-
"peer": true
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
|
|
1700
|
-
"integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
|
|
1701
|
-
"cpu": [
|
|
1702
|
-
"arm"
|
|
1703
|
-
],
|
|
1704
|
-
"license": "MIT",
|
|
1705
|
-
"optional": true,
|
|
1706
|
-
"os": [
|
|
1707
|
-
"linux"
|
|
1708
|
-
],
|
|
1709
|
-
"peer": true
|
|
1897
|
+
"peer": true,
|
|
1898
|
+
"engines": {
|
|
1899
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1900
|
+
}
|
|
1710
1901
|
},
|
|
1711
|
-
"node_modules/@
|
|
1712
|
-
"version": "
|
|
1713
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1714
|
-
"integrity": "sha512-
|
|
1902
|
+
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
1903
|
+
"version": "1.0.0-rc.9",
|
|
1904
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.9.tgz",
|
|
1905
|
+
"integrity": "sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==",
|
|
1715
1906
|
"cpu": [
|
|
1716
1907
|
"arm"
|
|
1717
1908
|
],
|
|
@@ -1720,12 +1911,15 @@
|
|
|
1720
1911
|
"os": [
|
|
1721
1912
|
"linux"
|
|
1722
1913
|
],
|
|
1723
|
-
"peer": true
|
|
1914
|
+
"peer": true,
|
|
1915
|
+
"engines": {
|
|
1916
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1917
|
+
}
|
|
1724
1918
|
},
|
|
1725
|
-
"node_modules/@
|
|
1726
|
-
"version": "
|
|
1727
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1728
|
-
"integrity": "sha512-
|
|
1919
|
+
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
1920
|
+
"version": "1.0.0-rc.9",
|
|
1921
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.9.tgz",
|
|
1922
|
+
"integrity": "sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==",
|
|
1729
1923
|
"cpu": [
|
|
1730
1924
|
"arm64"
|
|
1731
1925
|
],
|
|
@@ -1734,12 +1928,15 @@
|
|
|
1734
1928
|
"os": [
|
|
1735
1929
|
"linux"
|
|
1736
1930
|
],
|
|
1737
|
-
"peer": true
|
|
1931
|
+
"peer": true,
|
|
1932
|
+
"engines": {
|
|
1933
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1934
|
+
}
|
|
1738
1935
|
},
|
|
1739
|
-
"node_modules/@
|
|
1740
|
-
"version": "
|
|
1741
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1742
|
-
"integrity": "sha512-
|
|
1936
|
+
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
1937
|
+
"version": "1.0.0-rc.9",
|
|
1938
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.9.tgz",
|
|
1939
|
+
"integrity": "sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==",
|
|
1743
1940
|
"cpu": [
|
|
1744
1941
|
"arm64"
|
|
1745
1942
|
],
|
|
@@ -1748,54 +1945,15 @@
|
|
|
1748
1945
|
"os": [
|
|
1749
1946
|
"linux"
|
|
1750
1947
|
],
|
|
1751
|
-
"peer": true
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
|
|
1756
|
-
"integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
|
|
1757
|
-
"cpu": [
|
|
1758
|
-
"loong64"
|
|
1759
|
-
],
|
|
1760
|
-
"license": "MIT",
|
|
1761
|
-
"optional": true,
|
|
1762
|
-
"os": [
|
|
1763
|
-
"linux"
|
|
1764
|
-
],
|
|
1765
|
-
"peer": true
|
|
1766
|
-
},
|
|
1767
|
-
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
1768
|
-
"version": "4.59.0",
|
|
1769
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
|
|
1770
|
-
"integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
|
|
1771
|
-
"cpu": [
|
|
1772
|
-
"loong64"
|
|
1773
|
-
],
|
|
1774
|
-
"license": "MIT",
|
|
1775
|
-
"optional": true,
|
|
1776
|
-
"os": [
|
|
1777
|
-
"linux"
|
|
1778
|
-
],
|
|
1779
|
-
"peer": true
|
|
1780
|
-
},
|
|
1781
|
-
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1782
|
-
"version": "4.59.0",
|
|
1783
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
|
|
1784
|
-
"integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
|
|
1785
|
-
"cpu": [
|
|
1786
|
-
"ppc64"
|
|
1787
|
-
],
|
|
1788
|
-
"license": "MIT",
|
|
1789
|
-
"optional": true,
|
|
1790
|
-
"os": [
|
|
1791
|
-
"linux"
|
|
1792
|
-
],
|
|
1793
|
-
"peer": true
|
|
1948
|
+
"peer": true,
|
|
1949
|
+
"engines": {
|
|
1950
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1951
|
+
}
|
|
1794
1952
|
},
|
|
1795
|
-
"node_modules/@
|
|
1796
|
-
"version": "
|
|
1797
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1798
|
-
"integrity": "sha512
|
|
1953
|
+
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
1954
|
+
"version": "1.0.0-rc.9",
|
|
1955
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.9.tgz",
|
|
1956
|
+
"integrity": "sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==",
|
|
1799
1957
|
"cpu": [
|
|
1800
1958
|
"ppc64"
|
|
1801
1959
|
],
|
|
@@ -1804,40 +1962,15 @@
|
|
|
1804
1962
|
"os": [
|
|
1805
1963
|
"linux"
|
|
1806
1964
|
],
|
|
1807
|
-
"peer": true
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
|
|
1812
|
-
"integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
|
|
1813
|
-
"cpu": [
|
|
1814
|
-
"riscv64"
|
|
1815
|
-
],
|
|
1816
|
-
"license": "MIT",
|
|
1817
|
-
"optional": true,
|
|
1818
|
-
"os": [
|
|
1819
|
-
"linux"
|
|
1820
|
-
],
|
|
1821
|
-
"peer": true
|
|
1822
|
-
},
|
|
1823
|
-
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1824
|
-
"version": "4.59.0",
|
|
1825
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
|
|
1826
|
-
"integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
|
|
1827
|
-
"cpu": [
|
|
1828
|
-
"riscv64"
|
|
1829
|
-
],
|
|
1830
|
-
"license": "MIT",
|
|
1831
|
-
"optional": true,
|
|
1832
|
-
"os": [
|
|
1833
|
-
"linux"
|
|
1834
|
-
],
|
|
1835
|
-
"peer": true
|
|
1965
|
+
"peer": true,
|
|
1966
|
+
"engines": {
|
|
1967
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1968
|
+
}
|
|
1836
1969
|
},
|
|
1837
|
-
"node_modules/@
|
|
1838
|
-
"version": "
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1840
|
-
"integrity": "sha512-
|
|
1970
|
+
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
1971
|
+
"version": "1.0.0-rc.9",
|
|
1972
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.9.tgz",
|
|
1973
|
+
"integrity": "sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==",
|
|
1841
1974
|
"cpu": [
|
|
1842
1975
|
"s390x"
|
|
1843
1976
|
],
|
|
@@ -1846,12 +1979,15 @@
|
|
|
1846
1979
|
"os": [
|
|
1847
1980
|
"linux"
|
|
1848
1981
|
],
|
|
1849
|
-
"peer": true
|
|
1982
|
+
"peer": true,
|
|
1983
|
+
"engines": {
|
|
1984
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1985
|
+
}
|
|
1850
1986
|
},
|
|
1851
|
-
"node_modules/@
|
|
1852
|
-
"version": "
|
|
1853
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1854
|
-
"integrity": "sha512-
|
|
1987
|
+
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
1988
|
+
"version": "1.0.0-rc.9",
|
|
1989
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.9.tgz",
|
|
1990
|
+
"integrity": "sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==",
|
|
1855
1991
|
"cpu": [
|
|
1856
1992
|
"x64"
|
|
1857
1993
|
],
|
|
@@ -1860,12 +1996,15 @@
|
|
|
1860
1996
|
"os": [
|
|
1861
1997
|
"linux"
|
|
1862
1998
|
],
|
|
1863
|
-
"peer": true
|
|
1999
|
+
"peer": true,
|
|
2000
|
+
"engines": {
|
|
2001
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2002
|
+
}
|
|
1864
2003
|
},
|
|
1865
|
-
"node_modules/@
|
|
1866
|
-
"version": "
|
|
1867
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1868
|
-
"integrity": "sha512-
|
|
2004
|
+
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
2005
|
+
"version": "1.0.0-rc.9",
|
|
2006
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.9.tgz",
|
|
2007
|
+
"integrity": "sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==",
|
|
1869
2008
|
"cpu": [
|
|
1870
2009
|
"x64"
|
|
1871
2010
|
],
|
|
@@ -1874,26 +2013,15 @@
|
|
|
1874
2013
|
"os": [
|
|
1875
2014
|
"linux"
|
|
1876
2015
|
],
|
|
1877
|
-
"peer": true
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
|
|
1882
|
-
"integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
|
|
1883
|
-
"cpu": [
|
|
1884
|
-
"x64"
|
|
1885
|
-
],
|
|
1886
|
-
"license": "MIT",
|
|
1887
|
-
"optional": true,
|
|
1888
|
-
"os": [
|
|
1889
|
-
"openbsd"
|
|
1890
|
-
],
|
|
1891
|
-
"peer": true
|
|
2016
|
+
"peer": true,
|
|
2017
|
+
"engines": {
|
|
2018
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2019
|
+
}
|
|
1892
2020
|
},
|
|
1893
|
-
"node_modules/@
|
|
1894
|
-
"version": "
|
|
1895
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1896
|
-
"integrity": "sha512
|
|
2021
|
+
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
2022
|
+
"version": "1.0.0-rc.9",
|
|
2023
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.9.tgz",
|
|
2024
|
+
"integrity": "sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==",
|
|
1897
2025
|
"cpu": [
|
|
1898
2026
|
"arm64"
|
|
1899
2027
|
],
|
|
@@ -1902,54 +2030,49 @@
|
|
|
1902
2030
|
"os": [
|
|
1903
2031
|
"openharmony"
|
|
1904
2032
|
],
|
|
1905
|
-
"peer": true
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
|
|
1910
|
-
"integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
|
|
1911
|
-
"cpu": [
|
|
1912
|
-
"arm64"
|
|
1913
|
-
],
|
|
1914
|
-
"license": "MIT",
|
|
1915
|
-
"optional": true,
|
|
1916
|
-
"os": [
|
|
1917
|
-
"win32"
|
|
1918
|
-
],
|
|
1919
|
-
"peer": true
|
|
2033
|
+
"peer": true,
|
|
2034
|
+
"engines": {
|
|
2035
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2036
|
+
}
|
|
1920
2037
|
},
|
|
1921
|
-
"node_modules/@
|
|
1922
|
-
"version": "
|
|
1923
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1924
|
-
"integrity": "sha512-
|
|
2038
|
+
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
2039
|
+
"version": "1.0.0-rc.9",
|
|
2040
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.9.tgz",
|
|
2041
|
+
"integrity": "sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==",
|
|
1925
2042
|
"cpu": [
|
|
1926
|
-
"
|
|
2043
|
+
"wasm32"
|
|
1927
2044
|
],
|
|
1928
2045
|
"license": "MIT",
|
|
1929
2046
|
"optional": true,
|
|
1930
|
-
"
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
2047
|
+
"peer": true,
|
|
2048
|
+
"dependencies": {
|
|
2049
|
+
"@napi-rs/wasm-runtime": "^1.1.1"
|
|
2050
|
+
},
|
|
2051
|
+
"engines": {
|
|
2052
|
+
"node": ">=14.0.0"
|
|
2053
|
+
}
|
|
1934
2054
|
},
|
|
1935
|
-
"node_modules/@
|
|
1936
|
-
"version": "
|
|
1937
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1938
|
-
"integrity": "sha512-
|
|
2055
|
+
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
2056
|
+
"version": "1.0.0-rc.9",
|
|
2057
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.9.tgz",
|
|
2058
|
+
"integrity": "sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==",
|
|
1939
2059
|
"cpu": [
|
|
1940
|
-
"
|
|
2060
|
+
"arm64"
|
|
1941
2061
|
],
|
|
1942
2062
|
"license": "MIT",
|
|
1943
2063
|
"optional": true,
|
|
1944
2064
|
"os": [
|
|
1945
2065
|
"win32"
|
|
1946
2066
|
],
|
|
1947
|
-
"peer": true
|
|
2067
|
+
"peer": true,
|
|
2068
|
+
"engines": {
|
|
2069
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2070
|
+
}
|
|
1948
2071
|
},
|
|
1949
|
-
"node_modules/@
|
|
1950
|
-
"version": "
|
|
1951
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1952
|
-
"integrity": "sha512-
|
|
2072
|
+
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
2073
|
+
"version": "1.0.0-rc.9",
|
|
2074
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.9.tgz",
|
|
2075
|
+
"integrity": "sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==",
|
|
1953
2076
|
"cpu": [
|
|
1954
2077
|
"x64"
|
|
1955
2078
|
],
|
|
@@ -1958,6 +2081,16 @@
|
|
|
1958
2081
|
"os": [
|
|
1959
2082
|
"win32"
|
|
1960
2083
|
],
|
|
2084
|
+
"peer": true,
|
|
2085
|
+
"engines": {
|
|
2086
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"node_modules/@rolldown/pluginutils": {
|
|
2090
|
+
"version": "1.0.0-rc.9",
|
|
2091
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz",
|
|
2092
|
+
"integrity": "sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==",
|
|
2093
|
+
"license": "MIT",
|
|
1961
2094
|
"peer": true
|
|
1962
2095
|
},
|
|
1963
2096
|
"node_modules/@segment/analytics-core": {
|
|
@@ -2052,13 +2185,6 @@
|
|
|
2052
2185
|
"type-detect": "^4.1.0"
|
|
2053
2186
|
}
|
|
2054
2187
|
},
|
|
2055
|
-
"node_modules/@sinonjs/text-encoding": {
|
|
2056
|
-
"version": "0.7.3",
|
|
2057
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz",
|
|
2058
|
-
"integrity": "sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==",
|
|
2059
|
-
"dev": true,
|
|
2060
|
-
"license": "(Unlicense OR Apache-2.0)"
|
|
2061
|
-
},
|
|
2062
2188
|
"node_modules/@so-ric/colorspace": {
|
|
2063
2189
|
"version": "1.1.6",
|
|
2064
2190
|
"resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.6.tgz",
|
|
@@ -2137,6 +2263,17 @@
|
|
|
2137
2263
|
"dev": true,
|
|
2138
2264
|
"license": "MIT"
|
|
2139
2265
|
},
|
|
2266
|
+
"node_modules/@tybys/wasm-util": {
|
|
2267
|
+
"version": "0.10.1",
|
|
2268
|
+
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
|
|
2269
|
+
"integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
|
|
2270
|
+
"license": "MIT",
|
|
2271
|
+
"optional": true,
|
|
2272
|
+
"peer": true,
|
|
2273
|
+
"dependencies": {
|
|
2274
|
+
"tslib": "^2.4.0"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2140
2277
|
"node_modules/@types/agent-base": {
|
|
2141
2278
|
"version": "4.2.2",
|
|
2142
2279
|
"resolved": "https://registry.npmjs.org/@types/agent-base/-/agent-base-4.2.2.tgz",
|
|
@@ -2462,9 +2599,9 @@
|
|
|
2462
2599
|
"license": "MIT"
|
|
2463
2600
|
},
|
|
2464
2601
|
"node_modules/@types/qs": {
|
|
2465
|
-
"version": "6.
|
|
2466
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.
|
|
2467
|
-
"integrity": "sha512-
|
|
2602
|
+
"version": "6.15.0",
|
|
2603
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
|
|
2604
|
+
"integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
|
|
2468
2605
|
"dev": true,
|
|
2469
2606
|
"license": "MIT"
|
|
2470
2607
|
},
|
|
@@ -2666,17 +2803,17 @@
|
|
|
2666
2803
|
}
|
|
2667
2804
|
},
|
|
2668
2805
|
"node_modules/@vitest/expect": {
|
|
2669
|
-
"version": "4.0
|
|
2670
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.
|
|
2671
|
-
"integrity": "sha512-
|
|
2806
|
+
"version": "4.1.0",
|
|
2807
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.0.tgz",
|
|
2808
|
+
"integrity": "sha512-EIxG7k4wlWweuCLG9Y5InKFwpMEOyrMb6ZJ1ihYu02LVj/bzUwn2VMU+13PinsjRW75XnITeFrQBMH5+dLvCDA==",
|
|
2672
2809
|
"license": "MIT",
|
|
2673
2810
|
"peer": true,
|
|
2674
2811
|
"dependencies": {
|
|
2675
|
-
"@standard-schema/spec": "^1.
|
|
2812
|
+
"@standard-schema/spec": "^1.1.0",
|
|
2676
2813
|
"@types/chai": "^5.2.2",
|
|
2677
|
-
"@vitest/spy": "4.0
|
|
2678
|
-
"@vitest/utils": "4.0
|
|
2679
|
-
"chai": "^6.2.
|
|
2814
|
+
"@vitest/spy": "4.1.0",
|
|
2815
|
+
"@vitest/utils": "4.1.0",
|
|
2816
|
+
"chai": "^6.2.2",
|
|
2680
2817
|
"tinyrainbow": "^3.0.3"
|
|
2681
2818
|
},
|
|
2682
2819
|
"funding": {
|
|
@@ -2694,9 +2831,9 @@
|
|
|
2694
2831
|
}
|
|
2695
2832
|
},
|
|
2696
2833
|
"node_modules/@vitest/pretty-format": {
|
|
2697
|
-
"version": "4.0
|
|
2698
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.
|
|
2699
|
-
"integrity": "sha512-
|
|
2834
|
+
"version": "4.1.0",
|
|
2835
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.0.tgz",
|
|
2836
|
+
"integrity": "sha512-3RZLZlh88Ib0J7NQTRATfc/3ZPOnSUn2uDBUoGNn5T36+bALixmzphN26OUD3LRXWkJu4H0s5vvUeqBiw+kS0A==",
|
|
2700
2837
|
"license": "MIT",
|
|
2701
2838
|
"peer": true,
|
|
2702
2839
|
"dependencies": {
|
|
@@ -2707,13 +2844,13 @@
|
|
|
2707
2844
|
}
|
|
2708
2845
|
},
|
|
2709
2846
|
"node_modules/@vitest/runner": {
|
|
2710
|
-
"version": "4.0
|
|
2711
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.
|
|
2712
|
-
"integrity": "sha512-
|
|
2847
|
+
"version": "4.1.0",
|
|
2848
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.0.tgz",
|
|
2849
|
+
"integrity": "sha512-Duvx2OzQ7d6OjchL+trw+aSrb9idh7pnNfxrklo14p3zmNL4qPCDeIJAK+eBKYjkIwG96Bc6vYuxhqDXQOWpoQ==",
|
|
2713
2850
|
"license": "MIT",
|
|
2714
2851
|
"peer": true,
|
|
2715
2852
|
"dependencies": {
|
|
2716
|
-
"@vitest/utils": "4.0
|
|
2853
|
+
"@vitest/utils": "4.1.0",
|
|
2717
2854
|
"pathe": "^2.0.3"
|
|
2718
2855
|
},
|
|
2719
2856
|
"funding": {
|
|
@@ -2721,13 +2858,14 @@
|
|
|
2721
2858
|
}
|
|
2722
2859
|
},
|
|
2723
2860
|
"node_modules/@vitest/snapshot": {
|
|
2724
|
-
"version": "4.0
|
|
2725
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.
|
|
2726
|
-
"integrity": "sha512-
|
|
2861
|
+
"version": "4.1.0",
|
|
2862
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.0.tgz",
|
|
2863
|
+
"integrity": "sha512-0Vy9euT1kgsnj1CHttwi9i9o+4rRLEaPRSOJ5gyv579GJkNpgJK+B4HSv/rAWixx2wdAFci1X4CEPjiu2bXIMg==",
|
|
2727
2864
|
"license": "MIT",
|
|
2728
2865
|
"peer": true,
|
|
2729
2866
|
"dependencies": {
|
|
2730
|
-
"@vitest/pretty-format": "4.0
|
|
2867
|
+
"@vitest/pretty-format": "4.1.0",
|
|
2868
|
+
"@vitest/utils": "4.1.0",
|
|
2731
2869
|
"magic-string": "^0.30.21",
|
|
2732
2870
|
"pathe": "^2.0.3"
|
|
2733
2871
|
},
|
|
@@ -2736,9 +2874,9 @@
|
|
|
2736
2874
|
}
|
|
2737
2875
|
},
|
|
2738
2876
|
"node_modules/@vitest/spy": {
|
|
2739
|
-
"version": "4.0
|
|
2740
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.
|
|
2741
|
-
"integrity": "sha512-
|
|
2877
|
+
"version": "4.1.0",
|
|
2878
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.0.tgz",
|
|
2879
|
+
"integrity": "sha512-pz77k+PgNpyMDv2FV6qmk5ZVau6c3R8HC8v342T2xlFxQKTrSeYw9waIJG8KgV9fFwAtTu4ceRzMivPTH6wSxw==",
|
|
2742
2880
|
"license": "MIT",
|
|
2743
2881
|
"peer": true,
|
|
2744
2882
|
"funding": {
|
|
@@ -2746,19 +2884,27 @@
|
|
|
2746
2884
|
}
|
|
2747
2885
|
},
|
|
2748
2886
|
"node_modules/@vitest/utils": {
|
|
2749
|
-
"version": "4.0
|
|
2750
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.
|
|
2751
|
-
"integrity": "sha512-
|
|
2887
|
+
"version": "4.1.0",
|
|
2888
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.0.tgz",
|
|
2889
|
+
"integrity": "sha512-XfPXT6a8TZY3dcGY8EdwsBulFCIw+BeeX0RZn2x/BtiY/75YGh8FeWGG8QISN/WhaqSrE2OrlDgtF8q5uhOTmw==",
|
|
2752
2890
|
"license": "MIT",
|
|
2753
2891
|
"peer": true,
|
|
2754
2892
|
"dependencies": {
|
|
2755
|
-
"@vitest/pretty-format": "4.0
|
|
2893
|
+
"@vitest/pretty-format": "4.1.0",
|
|
2894
|
+
"convert-source-map": "^2.0.0",
|
|
2756
2895
|
"tinyrainbow": "^3.0.3"
|
|
2757
2896
|
},
|
|
2758
2897
|
"funding": {
|
|
2759
2898
|
"url": "https://opencollective.com/vitest"
|
|
2760
2899
|
}
|
|
2761
2900
|
},
|
|
2901
|
+
"node_modules/@vitest/utils/node_modules/convert-source-map": {
|
|
2902
|
+
"version": "2.0.0",
|
|
2903
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
2904
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
2905
|
+
"license": "MIT",
|
|
2906
|
+
"peer": true
|
|
2907
|
+
},
|
|
2762
2908
|
"node_modules/@wdio/config": {
|
|
2763
2909
|
"version": "7.30.0",
|
|
2764
2910
|
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-7.30.0.tgz",
|
|
@@ -2841,9 +2987,9 @@
|
|
|
2841
2987
|
}
|
|
2842
2988
|
},
|
|
2843
2989
|
"node_modules/@wdio/config/node_modules/minimatch": {
|
|
2844
|
-
"version": "5.1.
|
|
2845
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
2846
|
-
"integrity": "sha512-
|
|
2990
|
+
"version": "5.1.9",
|
|
2991
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
2992
|
+
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
2847
2993
|
"license": "ISC",
|
|
2848
2994
|
"dependencies": {
|
|
2849
2995
|
"brace-expansion": "^2.0.1"
|
|
@@ -2955,9 +3101,9 @@
|
|
|
2955
3101
|
"license": "MIT"
|
|
2956
3102
|
},
|
|
2957
3103
|
"node_modules/@zip.js/zip.js": {
|
|
2958
|
-
"version": "2.8.
|
|
2959
|
-
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.
|
|
2960
|
-
"integrity": "sha512-
|
|
3104
|
+
"version": "2.8.23",
|
|
3105
|
+
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.23.tgz",
|
|
3106
|
+
"integrity": "sha512-RB+RLnxPJFPrGvQ9rgO+4JOcsob6lD32OcF0QE0yg24oeW9q8KnTTNlugcDaIveEcCbclobJcZP+fLQ++sH0bw==",
|
|
2961
3107
|
"license": "BSD-3-Clause",
|
|
2962
3108
|
"engines": {
|
|
2963
3109
|
"bun": ">=0.7.0",
|
|
@@ -3096,6 +3242,45 @@
|
|
|
3096
3242
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
3097
3243
|
}
|
|
3098
3244
|
},
|
|
3245
|
+
"node_modules/ajv-formats": {
|
|
3246
|
+
"version": "3.0.1",
|
|
3247
|
+
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
|
|
3248
|
+
"integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
|
|
3249
|
+
"license": "MIT",
|
|
3250
|
+
"dependencies": {
|
|
3251
|
+
"ajv": "^8.0.0"
|
|
3252
|
+
},
|
|
3253
|
+
"peerDependencies": {
|
|
3254
|
+
"ajv": "^8.0.0"
|
|
3255
|
+
},
|
|
3256
|
+
"peerDependenciesMeta": {
|
|
3257
|
+
"ajv": {
|
|
3258
|
+
"optional": true
|
|
3259
|
+
}
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
"node_modules/ajv-formats/node_modules/ajv": {
|
|
3263
|
+
"version": "8.18.0",
|
|
3264
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
3265
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
3266
|
+
"license": "MIT",
|
|
3267
|
+
"dependencies": {
|
|
3268
|
+
"fast-deep-equal": "^3.1.3",
|
|
3269
|
+
"fast-uri": "^3.0.1",
|
|
3270
|
+
"json-schema-traverse": "^1.0.0",
|
|
3271
|
+
"require-from-string": "^2.0.2"
|
|
3272
|
+
},
|
|
3273
|
+
"funding": {
|
|
3274
|
+
"type": "github",
|
|
3275
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
"node_modules/ajv-formats/node_modules/json-schema-traverse": {
|
|
3279
|
+
"version": "1.0.0",
|
|
3280
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3281
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
3282
|
+
"license": "MIT"
|
|
3283
|
+
},
|
|
3099
3284
|
"node_modules/ansi-regex": {
|
|
3100
3285
|
"version": "5.0.1",
|
|
3101
3286
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
@@ -3204,6 +3389,21 @@
|
|
|
3204
3389
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3205
3390
|
}
|
|
3206
3391
|
},
|
|
3392
|
+
"node_modules/archiver-utils/node_modules/balanced-match": {
|
|
3393
|
+
"version": "1.0.2",
|
|
3394
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
3395
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3396
|
+
"license": "MIT"
|
|
3397
|
+
},
|
|
3398
|
+
"node_modules/archiver-utils/node_modules/brace-expansion": {
|
|
3399
|
+
"version": "2.0.2",
|
|
3400
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
3401
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
3402
|
+
"license": "MIT",
|
|
3403
|
+
"dependencies": {
|
|
3404
|
+
"balanced-match": "^1.0.0"
|
|
3405
|
+
}
|
|
3406
|
+
},
|
|
3207
3407
|
"node_modules/archiver-utils/node_modules/emoji-regex": {
|
|
3208
3408
|
"version": "9.2.2",
|
|
3209
3409
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -3253,12 +3453,12 @@
|
|
|
3253
3453
|
"license": "ISC"
|
|
3254
3454
|
},
|
|
3255
3455
|
"node_modules/archiver-utils/node_modules/minimatch": {
|
|
3256
|
-
"version": "9.0.
|
|
3257
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
3258
|
-
"integrity": "sha512-
|
|
3456
|
+
"version": "9.0.9",
|
|
3457
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
3458
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
3259
3459
|
"license": "ISC",
|
|
3260
3460
|
"dependencies": {
|
|
3261
|
-
"brace-expansion": "^
|
|
3461
|
+
"brace-expansion": "^2.0.2"
|
|
3262
3462
|
},
|
|
3263
3463
|
"engines": {
|
|
3264
3464
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -3326,12 +3526,12 @@
|
|
|
3326
3526
|
}
|
|
3327
3527
|
},
|
|
3328
3528
|
"node_modules/archiver-utils/node_modules/strip-ansi": {
|
|
3329
|
-
"version": "7.
|
|
3330
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
3331
|
-
"integrity": "sha512-
|
|
3529
|
+
"version": "7.2.0",
|
|
3530
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
3531
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3332
3532
|
"license": "MIT",
|
|
3333
3533
|
"dependencies": {
|
|
3334
|
-
"ansi-regex": "^6.
|
|
3534
|
+
"ansi-regex": "^6.2.2"
|
|
3335
3535
|
},
|
|
3336
3536
|
"engines": {
|
|
3337
3537
|
"node": ">=12"
|
|
@@ -3388,12 +3588,6 @@
|
|
|
3388
3588
|
"safe-buffer": "~5.2.0"
|
|
3389
3589
|
}
|
|
3390
3590
|
},
|
|
3391
|
-
"node_modules/archy": {
|
|
3392
|
-
"version": "1.0.0",
|
|
3393
|
-
"resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
|
|
3394
|
-
"integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==",
|
|
3395
|
-
"license": "MIT"
|
|
3396
|
-
},
|
|
3397
3591
|
"node_modules/arg": {
|
|
3398
3592
|
"version": "4.1.3",
|
|
3399
3593
|
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
|
|
@@ -3477,21 +3671,29 @@
|
|
|
3477
3671
|
}
|
|
3478
3672
|
},
|
|
3479
3673
|
"node_modules/avvio": {
|
|
3480
|
-
"version": "
|
|
3481
|
-
"resolved": "https://registry.npmjs.org/avvio/-/avvio-
|
|
3482
|
-
"integrity": "sha512-
|
|
3674
|
+
"version": "9.2.0",
|
|
3675
|
+
"resolved": "https://registry.npmjs.org/avvio/-/avvio-9.2.0.tgz",
|
|
3676
|
+
"integrity": "sha512-2t/sy01ArdHHE0vRH5Hsay+RtCZt3dLPji7W7/MMOCEgze5b7SNDC4j5H6FnVgPkI1MTNFGzHdHrVXDDl7QSSQ==",
|
|
3677
|
+
"funding": [
|
|
3678
|
+
{
|
|
3679
|
+
"type": "github",
|
|
3680
|
+
"url": "https://github.com/sponsors/fastify"
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"type": "opencollective",
|
|
3684
|
+
"url": "https://opencollective.com/fastify"
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3483
3687
|
"license": "MIT",
|
|
3484
3688
|
"dependencies": {
|
|
3485
|
-
"
|
|
3486
|
-
"
|
|
3487
|
-
"fastq": "^1.6.1",
|
|
3488
|
-
"queue-microtask": "^1.1.2"
|
|
3689
|
+
"@fastify/error": "^4.0.0",
|
|
3690
|
+
"fastq": "^1.17.1"
|
|
3489
3691
|
}
|
|
3490
3692
|
},
|
|
3491
3693
|
"node_modules/axios": {
|
|
3492
|
-
"version": "1.13.
|
|
3493
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
3494
|
-
"integrity": "sha512-
|
|
3694
|
+
"version": "1.13.6",
|
|
3695
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
|
|
3696
|
+
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
|
3495
3697
|
"license": "MIT",
|
|
3496
3698
|
"dependencies": {
|
|
3497
3699
|
"follow-redirects": "^1.15.11",
|
|
@@ -3517,6 +3719,7 @@
|
|
|
3517
3719
|
"version": "4.0.4",
|
|
3518
3720
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3519
3721
|
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3722
|
+
"dev": true,
|
|
3520
3723
|
"license": "MIT",
|
|
3521
3724
|
"engines": {
|
|
3522
3725
|
"node": "18 || 20 || >=22"
|
|
@@ -3537,11 +3740,10 @@
|
|
|
3537
3740
|
}
|
|
3538
3741
|
},
|
|
3539
3742
|
"node_modules/bare-fs": {
|
|
3540
|
-
"version": "4.5.
|
|
3541
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.
|
|
3542
|
-
"integrity": "sha512-
|
|
3743
|
+
"version": "4.5.5",
|
|
3744
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.5.tgz",
|
|
3745
|
+
"integrity": "sha512-XvwYM6VZqKoqDll8BmSww5luA5eflDzY0uEFfBJtFKe4PAAtxBjU3YIxzIBzhyaEQBy1VXEQBto4cpN5RZJw+w==",
|
|
3543
3746
|
"license": "Apache-2.0",
|
|
3544
|
-
"optional": true,
|
|
3545
3747
|
"dependencies": {
|
|
3546
3748
|
"bare-events": "^2.5.4",
|
|
3547
3749
|
"bare-path": "^3.0.0",
|
|
@@ -3562,11 +3764,10 @@
|
|
|
3562
3764
|
}
|
|
3563
3765
|
},
|
|
3564
3766
|
"node_modules/bare-os": {
|
|
3565
|
-
"version": "3.
|
|
3566
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.
|
|
3567
|
-
"integrity": "sha512-
|
|
3767
|
+
"version": "3.8.0",
|
|
3768
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.0.tgz",
|
|
3769
|
+
"integrity": "sha512-Dc9/SlwfxkXIGYhvMQNUtKaXCaGkZYGcd1vuNUUADVqzu4/vQfvnMkYYOUnt2VwQ2AqKr/8qAVFRtwETljgeFg==",
|
|
3568
3770
|
"license": "Apache-2.0",
|
|
3569
|
-
"optional": true,
|
|
3570
3771
|
"engines": {
|
|
3571
3772
|
"bare": ">=1.14.0"
|
|
3572
3773
|
}
|
|
@@ -3576,17 +3777,15 @@
|
|
|
3576
3777
|
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
|
|
3577
3778
|
"integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
|
|
3578
3779
|
"license": "Apache-2.0",
|
|
3579
|
-
"optional": true,
|
|
3580
3780
|
"dependencies": {
|
|
3581
3781
|
"bare-os": "^3.0.1"
|
|
3582
3782
|
}
|
|
3583
3783
|
},
|
|
3584
3784
|
"node_modules/bare-stream": {
|
|
3585
|
-
"version": "2.8.
|
|
3586
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.
|
|
3587
|
-
"integrity": "sha512-
|
|
3785
|
+
"version": "2.8.1",
|
|
3786
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.1.tgz",
|
|
3787
|
+
"integrity": "sha512-bSeR8RfvbRwDpD7HWZvn8M3uYNDrk7m9DQjYOFkENZlXW8Ju/MPaqUPQq5LqJ3kyjEm07siTaAQ7wBKCU59oHg==",
|
|
3588
3788
|
"license": "Apache-2.0",
|
|
3589
|
-
"optional": true,
|
|
3590
3789
|
"dependencies": {
|
|
3591
3790
|
"streamx": "^2.21.0",
|
|
3592
3791
|
"teex": "^1.0.1"
|
|
@@ -3609,7 +3808,6 @@
|
|
|
3609
3808
|
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
|
|
3610
3809
|
"integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
|
|
3611
3810
|
"license": "Apache-2.0",
|
|
3612
|
-
"optional": true,
|
|
3613
3811
|
"dependencies": {
|
|
3614
3812
|
"bare-path": "^3.0.0"
|
|
3615
3813
|
}
|
|
@@ -3763,9 +3961,10 @@
|
|
|
3763
3961
|
"license": "ISC"
|
|
3764
3962
|
},
|
|
3765
3963
|
"node_modules/brace-expansion": {
|
|
3766
|
-
"version": "5.0.
|
|
3767
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
3768
|
-
"integrity": "sha512-
|
|
3964
|
+
"version": "5.0.4",
|
|
3965
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
3966
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
3967
|
+
"dev": true,
|
|
3769
3968
|
"license": "MIT",
|
|
3770
3969
|
"dependencies": {
|
|
3771
3970
|
"balanced-match": "^4.0.2"
|
|
@@ -4806,6 +5005,15 @@
|
|
|
4806
5005
|
"node": ">= 0.8"
|
|
4807
5006
|
}
|
|
4808
5007
|
},
|
|
5008
|
+
"node_modules/dequal": {
|
|
5009
|
+
"version": "2.0.3",
|
|
5010
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
5011
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
5012
|
+
"license": "MIT",
|
|
5013
|
+
"engines": {
|
|
5014
|
+
"node": ">=6"
|
|
5015
|
+
}
|
|
5016
|
+
},
|
|
4809
5017
|
"node_modules/destroy": {
|
|
4810
5018
|
"version": "1.2.0",
|
|
4811
5019
|
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
|
|
@@ -4816,6 +5024,16 @@
|
|
|
4816
5024
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
4817
5025
|
}
|
|
4818
5026
|
},
|
|
5027
|
+
"node_modules/detect-libc": {
|
|
5028
|
+
"version": "2.1.2",
|
|
5029
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
5030
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
5031
|
+
"license": "Apache-2.0",
|
|
5032
|
+
"peer": true,
|
|
5033
|
+
"engines": {
|
|
5034
|
+
"node": ">=8"
|
|
5035
|
+
}
|
|
5036
|
+
},
|
|
4819
5037
|
"node_modules/dezalgo": {
|
|
4820
5038
|
"version": "1.0.4",
|
|
4821
5039
|
"resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
|
|
@@ -5100,41 +5318,13 @@
|
|
|
5100
5318
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
5101
5319
|
"license": "MIT"
|
|
5102
5320
|
},
|
|
5103
|
-
"node_modules/edgedriver/node_modules/ret": {
|
|
5104
|
-
"version": "0.5.0",
|
|
5105
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
5106
|
-
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
5107
|
-
"license": "MIT",
|
|
5108
|
-
"engines": {
|
|
5109
|
-
"node": ">=10"
|
|
5110
|
-
}
|
|
5111
|
-
},
|
|
5112
|
-
"node_modules/edgedriver/node_modules/safe-regex2": {
|
|
5113
|
-
"version": "5.0.0",
|
|
5114
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
5115
|
-
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
5116
|
-
"funding": [
|
|
5117
|
-
{
|
|
5118
|
-
"type": "github",
|
|
5119
|
-
"url": "https://github.com/sponsors/fastify"
|
|
5120
|
-
},
|
|
5121
|
-
{
|
|
5122
|
-
"type": "opencollective",
|
|
5123
|
-
"url": "https://opencollective.com/fastify"
|
|
5124
|
-
}
|
|
5125
|
-
],
|
|
5126
|
-
"license": "MIT",
|
|
5127
|
-
"dependencies": {
|
|
5128
|
-
"ret": "~0.5.0"
|
|
5129
|
-
}
|
|
5130
|
-
},
|
|
5131
5321
|
"node_modules/edgedriver/node_modules/strip-ansi": {
|
|
5132
|
-
"version": "7.
|
|
5133
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
5134
|
-
"integrity": "sha512-
|
|
5322
|
+
"version": "7.2.0",
|
|
5323
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
5324
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
5135
5325
|
"license": "MIT",
|
|
5136
5326
|
"dependencies": {
|
|
5137
|
-
"ansi-regex": "^6.
|
|
5327
|
+
"ansi-regex": "^6.2.2"
|
|
5138
5328
|
},
|
|
5139
5329
|
"engines": {
|
|
5140
5330
|
"node": ">=12"
|
|
@@ -5362,9 +5552,9 @@
|
|
|
5362
5552
|
}
|
|
5363
5553
|
},
|
|
5364
5554
|
"node_modules/es-module-lexer": {
|
|
5365
|
-
"version": "
|
|
5366
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-
|
|
5367
|
-
"integrity": "sha512-
|
|
5555
|
+
"version": "2.0.0",
|
|
5556
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
|
|
5557
|
+
"integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
|
|
5368
5558
|
"license": "MIT",
|
|
5369
5559
|
"peer": true
|
|
5370
5560
|
},
|
|
@@ -5399,6 +5589,7 @@
|
|
|
5399
5589
|
"version": "0.27.2",
|
|
5400
5590
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
|
|
5401
5591
|
"integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
|
|
5592
|
+
"devOptional": true,
|
|
5402
5593
|
"hasInstallScript": true,
|
|
5403
5594
|
"license": "MIT",
|
|
5404
5595
|
"bin": {
|
|
@@ -5721,12 +5912,6 @@
|
|
|
5721
5912
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5722
5913
|
}
|
|
5723
5914
|
},
|
|
5724
|
-
"node_modules/fast-content-type-parse": {
|
|
5725
|
-
"version": "1.1.0",
|
|
5726
|
-
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.1.0.tgz",
|
|
5727
|
-
"integrity": "sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ==",
|
|
5728
|
-
"license": "MIT"
|
|
5729
|
-
},
|
|
5730
5915
|
"node_modules/fast-decode-uri-component": {
|
|
5731
5916
|
"version": "1.0.1",
|
|
5732
5917
|
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
@@ -5752,27 +5937,58 @@
|
|
|
5752
5937
|
"license": "MIT"
|
|
5753
5938
|
},
|
|
5754
5939
|
"node_modules/fast-json-stringify": {
|
|
5755
|
-
"version": "
|
|
5756
|
-
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-
|
|
5757
|
-
"integrity": "sha512-
|
|
5940
|
+
"version": "6.3.0",
|
|
5941
|
+
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-6.3.0.tgz",
|
|
5942
|
+
"integrity": "sha512-oRCntNDY/329HJPlmdNLIdogNtt6Vyjb1WuT01Soss3slIdyUp8kAcDU3saQTOquEK8KFVfwIIF7FebxUAu+yA==",
|
|
5943
|
+
"funding": [
|
|
5944
|
+
{
|
|
5945
|
+
"type": "github",
|
|
5946
|
+
"url": "https://github.com/sponsors/fastify"
|
|
5947
|
+
},
|
|
5948
|
+
{
|
|
5949
|
+
"type": "opencollective",
|
|
5950
|
+
"url": "https://opencollective.com/fastify"
|
|
5951
|
+
}
|
|
5952
|
+
],
|
|
5953
|
+
"license": "MIT",
|
|
5954
|
+
"dependencies": {
|
|
5955
|
+
"@fastify/merge-json-schemas": "^0.2.0",
|
|
5956
|
+
"ajv": "^8.12.0",
|
|
5957
|
+
"ajv-formats": "^3.0.1",
|
|
5958
|
+
"fast-uri": "^3.0.0",
|
|
5959
|
+
"json-schema-ref-resolver": "^3.0.0",
|
|
5960
|
+
"rfdc": "^1.2.0"
|
|
5961
|
+
}
|
|
5962
|
+
},
|
|
5963
|
+
"node_modules/fast-json-stringify/node_modules/ajv": {
|
|
5964
|
+
"version": "8.18.0",
|
|
5965
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
5966
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
5758
5967
|
"license": "MIT",
|
|
5759
5968
|
"dependencies": {
|
|
5760
|
-
"
|
|
5761
|
-
"
|
|
5762
|
-
"
|
|
5763
|
-
"string
|
|
5969
|
+
"fast-deep-equal": "^3.1.3",
|
|
5970
|
+
"fast-uri": "^3.0.1",
|
|
5971
|
+
"json-schema-traverse": "^1.0.0",
|
|
5972
|
+
"require-from-string": "^2.0.2"
|
|
5764
5973
|
},
|
|
5765
|
-
"
|
|
5766
|
-
"
|
|
5974
|
+
"funding": {
|
|
5975
|
+
"type": "github",
|
|
5976
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
5767
5977
|
}
|
|
5768
5978
|
},
|
|
5769
|
-
"node_modules/fast-
|
|
5770
|
-
"version": "
|
|
5771
|
-
"resolved": "https://registry.npmjs.org/
|
|
5772
|
-
"integrity": "sha512-
|
|
5979
|
+
"node_modules/fast-json-stringify/node_modules/json-schema-traverse": {
|
|
5980
|
+
"version": "1.0.0",
|
|
5981
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
5982
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
5983
|
+
"license": "MIT"
|
|
5984
|
+
},
|
|
5985
|
+
"node_modules/fast-querystring": {
|
|
5986
|
+
"version": "1.1.2",
|
|
5987
|
+
"resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz",
|
|
5988
|
+
"integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==",
|
|
5773
5989
|
"license": "MIT",
|
|
5774
|
-
"
|
|
5775
|
-
"
|
|
5990
|
+
"dependencies": {
|
|
5991
|
+
"fast-decode-uri-component": "^1.0.1"
|
|
5776
5992
|
}
|
|
5777
5993
|
},
|
|
5778
5994
|
"node_modules/fast-safe-stringify": {
|
|
@@ -5798,21 +6014,24 @@
|
|
|
5798
6014
|
"license": "BSD-3-Clause"
|
|
5799
6015
|
},
|
|
5800
6016
|
"node_modules/fast-xml-builder": {
|
|
5801
|
-
"version": "1.
|
|
5802
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
5803
|
-
"integrity": "sha512-
|
|
6017
|
+
"version": "1.1.4",
|
|
6018
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
6019
|
+
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
5804
6020
|
"funding": [
|
|
5805
6021
|
{
|
|
5806
6022
|
"type": "github",
|
|
5807
6023
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5808
6024
|
}
|
|
5809
6025
|
],
|
|
5810
|
-
"license": "MIT"
|
|
6026
|
+
"license": "MIT",
|
|
6027
|
+
"dependencies": {
|
|
6028
|
+
"path-expression-matcher": "^1.1.3"
|
|
6029
|
+
}
|
|
5811
6030
|
},
|
|
5812
6031
|
"node_modules/fast-xml-parser": {
|
|
5813
|
-
"version": "5.
|
|
5814
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
5815
|
-
"integrity": "sha512-
|
|
6032
|
+
"version": "5.5.6",
|
|
6033
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
|
|
6034
|
+
"integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
|
|
5816
6035
|
"funding": [
|
|
5817
6036
|
{
|
|
5818
6037
|
"type": "github",
|
|
@@ -5821,7 +6040,8 @@
|
|
|
5821
6040
|
],
|
|
5822
6041
|
"license": "MIT",
|
|
5823
6042
|
"dependencies": {
|
|
5824
|
-
"fast-xml-builder": "^1.
|
|
6043
|
+
"fast-xml-builder": "^1.1.4",
|
|
6044
|
+
"path-expression-matcher": "^1.1.3",
|
|
5825
6045
|
"strnum": "^2.1.2"
|
|
5826
6046
|
},
|
|
5827
6047
|
"bin": {
|
|
@@ -5829,27 +6049,36 @@
|
|
|
5829
6049
|
}
|
|
5830
6050
|
},
|
|
5831
6051
|
"node_modules/fastify": {
|
|
5832
|
-
"version": "
|
|
5833
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-
|
|
5834
|
-
"integrity": "sha512-
|
|
5835
|
-
"
|
|
5836
|
-
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
|
|
5843
|
-
|
|
5844
|
-
|
|
5845
|
-
|
|
5846
|
-
|
|
5847
|
-
"
|
|
5848
|
-
"
|
|
5849
|
-
"
|
|
5850
|
-
"
|
|
5851
|
-
"
|
|
5852
|
-
"
|
|
6052
|
+
"version": "5.7.2",
|
|
6053
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.2.tgz",
|
|
6054
|
+
"integrity": "sha512-dBJolW+hm6N/yJVf6J5E1BxOBNkuXNl405nrfeR8SpvGWG3aCC2XDHyiFBdow8Win1kj7sjawQc257JlYY6M/A==",
|
|
6055
|
+
"funding": [
|
|
6056
|
+
{
|
|
6057
|
+
"type": "github",
|
|
6058
|
+
"url": "https://github.com/sponsors/fastify"
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
"type": "opencollective",
|
|
6062
|
+
"url": "https://opencollective.com/fastify"
|
|
6063
|
+
}
|
|
6064
|
+
],
|
|
6065
|
+
"license": "MIT",
|
|
6066
|
+
"dependencies": {
|
|
6067
|
+
"@fastify/ajv-compiler": "^4.0.5",
|
|
6068
|
+
"@fastify/error": "^4.0.0",
|
|
6069
|
+
"@fastify/fast-json-stringify-compiler": "^5.0.0",
|
|
6070
|
+
"@fastify/proxy-addr": "^5.0.0",
|
|
6071
|
+
"abstract-logging": "^2.0.1",
|
|
6072
|
+
"avvio": "^9.0.0",
|
|
6073
|
+
"fast-json-stringify": "^6.0.0",
|
|
6074
|
+
"find-my-way": "^9.0.0",
|
|
6075
|
+
"light-my-request": "^6.0.0",
|
|
6076
|
+
"pino": "^10.1.0",
|
|
6077
|
+
"process-warning": "^5.0.0",
|
|
6078
|
+
"rfdc": "^1.3.1",
|
|
6079
|
+
"secure-json-parse": "^4.0.0",
|
|
6080
|
+
"semver": "^7.6.0",
|
|
6081
|
+
"toad-cache": "^3.7.0"
|
|
5853
6082
|
}
|
|
5854
6083
|
},
|
|
5855
6084
|
"node_modules/fastify-plugin": {
|
|
@@ -5957,18 +6186,17 @@
|
|
|
5957
6186
|
"license": "MIT"
|
|
5958
6187
|
},
|
|
5959
6188
|
"node_modules/find-my-way": {
|
|
5960
|
-
"version": "
|
|
5961
|
-
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-
|
|
5962
|
-
"integrity": "sha512-
|
|
6189
|
+
"version": "9.5.0",
|
|
6190
|
+
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.5.0.tgz",
|
|
6191
|
+
"integrity": "sha512-VW2RfnmscZO5KgBY5XVyKREMW5nMZcxDy+buTOsL+zIPnBlbKm+00sgzoQzq1EVh4aALZLfKdwv6atBGcjvjrQ==",
|
|
5963
6192
|
"license": "MIT",
|
|
5964
6193
|
"dependencies": {
|
|
5965
|
-
"fast-decode-uri-component": "^1.0.1",
|
|
5966
6194
|
"fast-deep-equal": "^3.1.3",
|
|
5967
|
-
"
|
|
5968
|
-
"
|
|
6195
|
+
"fast-querystring": "^1.0.0",
|
|
6196
|
+
"safe-regex2": "^5.0.0"
|
|
5969
6197
|
},
|
|
5970
6198
|
"engines": {
|
|
5971
|
-
"node": ">=
|
|
6199
|
+
"node": ">=20"
|
|
5972
6200
|
}
|
|
5973
6201
|
},
|
|
5974
6202
|
"node_modules/find-process": {
|
|
@@ -6015,12 +6243,6 @@
|
|
|
6015
6243
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6016
6244
|
}
|
|
6017
6245
|
},
|
|
6018
|
-
"node_modules/flatstr": {
|
|
6019
|
-
"version": "1.0.12",
|
|
6020
|
-
"resolved": "https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz",
|
|
6021
|
-
"integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==",
|
|
6022
|
-
"license": "MIT"
|
|
6023
|
-
},
|
|
6024
6246
|
"node_modules/fn.name": {
|
|
6025
6247
|
"version": "1.1.0",
|
|
6026
6248
|
"resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz",
|
|
@@ -6319,67 +6541,39 @@
|
|
|
6319
6541
|
},
|
|
6320
6542
|
"node_modules/geckodriver/node_modules/https-proxy-agent": {
|
|
6321
6543
|
"version": "7.0.6",
|
|
6322
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
6323
|
-
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
6324
|
-
"license": "MIT",
|
|
6325
|
-
"dependencies": {
|
|
6326
|
-
"agent-base": "^7.1.2",
|
|
6327
|
-
"debug": "4"
|
|
6328
|
-
},
|
|
6329
|
-
"engines": {
|
|
6330
|
-
"node": ">= 14"
|
|
6331
|
-
}
|
|
6332
|
-
},
|
|
6333
|
-
"node_modules/geckodriver/node_modules/isexe": {
|
|
6334
|
-
"version": "3.1.5",
|
|
6335
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
|
|
6336
|
-
"integrity": "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==",
|
|
6337
|
-
"license": "BlueOak-1.0.0",
|
|
6338
|
-
"engines": {
|
|
6339
|
-
"node": ">=18"
|
|
6340
|
-
}
|
|
6341
|
-
},
|
|
6342
|
-
"node_modules/geckodriver/node_modules/ms": {
|
|
6343
|
-
"version": "2.1.3",
|
|
6344
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
6345
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
6346
|
-
"license": "MIT"
|
|
6347
|
-
},
|
|
6348
|
-
"node_modules/geckodriver/node_modules/ret": {
|
|
6349
|
-
"version": "0.5.0",
|
|
6350
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
6351
|
-
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
6352
|
-
"license": "MIT",
|
|
6353
|
-
"engines": {
|
|
6354
|
-
"node": ">=10"
|
|
6355
|
-
}
|
|
6356
|
-
},
|
|
6357
|
-
"node_modules/geckodriver/node_modules/safe-regex2": {
|
|
6358
|
-
"version": "5.0.0",
|
|
6359
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
6360
|
-
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
6361
|
-
"funding": [
|
|
6362
|
-
{
|
|
6363
|
-
"type": "github",
|
|
6364
|
-
"url": "https://github.com/sponsors/fastify"
|
|
6365
|
-
},
|
|
6366
|
-
{
|
|
6367
|
-
"type": "opencollective",
|
|
6368
|
-
"url": "https://opencollective.com/fastify"
|
|
6369
|
-
}
|
|
6370
|
-
],
|
|
6544
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
6545
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
6371
6546
|
"license": "MIT",
|
|
6372
6547
|
"dependencies": {
|
|
6373
|
-
"
|
|
6548
|
+
"agent-base": "^7.1.2",
|
|
6549
|
+
"debug": "4"
|
|
6550
|
+
},
|
|
6551
|
+
"engines": {
|
|
6552
|
+
"node": ">= 14"
|
|
6553
|
+
}
|
|
6554
|
+
},
|
|
6555
|
+
"node_modules/geckodriver/node_modules/isexe": {
|
|
6556
|
+
"version": "3.1.5",
|
|
6557
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
|
|
6558
|
+
"integrity": "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==",
|
|
6559
|
+
"license": "BlueOak-1.0.0",
|
|
6560
|
+
"engines": {
|
|
6561
|
+
"node": ">=18"
|
|
6374
6562
|
}
|
|
6375
6563
|
},
|
|
6564
|
+
"node_modules/geckodriver/node_modules/ms": {
|
|
6565
|
+
"version": "2.1.3",
|
|
6566
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
6567
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
6568
|
+
"license": "MIT"
|
|
6569
|
+
},
|
|
6376
6570
|
"node_modules/geckodriver/node_modules/strip-ansi": {
|
|
6377
|
-
"version": "7.
|
|
6378
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
6379
|
-
"integrity": "sha512-
|
|
6571
|
+
"version": "7.2.0",
|
|
6572
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
6573
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
6380
6574
|
"license": "MIT",
|
|
6381
6575
|
"dependencies": {
|
|
6382
|
-
"ansi-regex": "^6.
|
|
6576
|
+
"ansi-regex": "^6.2.2"
|
|
6383
6577
|
},
|
|
6384
6578
|
"engines": {
|
|
6385
6579
|
"node": ">=12"
|
|
@@ -6872,12 +7066,12 @@
|
|
|
6872
7066
|
}
|
|
6873
7067
|
},
|
|
6874
7068
|
"node_modules/ipaddr.js": {
|
|
6875
|
-
"version": "
|
|
6876
|
-
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-
|
|
6877
|
-
"integrity": "sha512-
|
|
7069
|
+
"version": "2.3.0",
|
|
7070
|
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz",
|
|
7071
|
+
"integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==",
|
|
6878
7072
|
"license": "MIT",
|
|
6879
7073
|
"engines": {
|
|
6880
|
-
"node": ">=
|
|
7074
|
+
"node": ">= 10"
|
|
6881
7075
|
}
|
|
6882
7076
|
},
|
|
6883
7077
|
"node_modules/is-core-module": {
|
|
@@ -7087,6 +7281,25 @@
|
|
|
7087
7281
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
7088
7282
|
"license": "MIT"
|
|
7089
7283
|
},
|
|
7284
|
+
"node_modules/json-schema-ref-resolver": {
|
|
7285
|
+
"version": "3.0.0",
|
|
7286
|
+
"resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-3.0.0.tgz",
|
|
7287
|
+
"integrity": "sha512-hOrZIVL5jyYFjzk7+y7n5JDzGlU8rfWDuYyHwGa2WA8/pcmMHezp2xsVwxrebD/Q9t8Nc5DboieySDpCp4WG4A==",
|
|
7288
|
+
"funding": [
|
|
7289
|
+
{
|
|
7290
|
+
"type": "github",
|
|
7291
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"type": "opencollective",
|
|
7295
|
+
"url": "https://opencollective.com/fastify"
|
|
7296
|
+
}
|
|
7297
|
+
],
|
|
7298
|
+
"license": "MIT",
|
|
7299
|
+
"dependencies": {
|
|
7300
|
+
"dequal": "^2.0.3"
|
|
7301
|
+
}
|
|
7302
|
+
},
|
|
7090
7303
|
"node_modules/json-schema-traverse": {
|
|
7091
7304
|
"version": "0.4.1",
|
|
7092
7305
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
@@ -7235,46 +7448,53 @@
|
|
|
7235
7448
|
}
|
|
7236
7449
|
},
|
|
7237
7450
|
"node_modules/light-my-request": {
|
|
7238
|
-
"version": "
|
|
7239
|
-
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-
|
|
7240
|
-
"integrity": "sha512-
|
|
7451
|
+
"version": "6.6.0",
|
|
7452
|
+
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.6.0.tgz",
|
|
7453
|
+
"integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==",
|
|
7454
|
+
"funding": [
|
|
7455
|
+
{
|
|
7456
|
+
"type": "github",
|
|
7457
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7458
|
+
},
|
|
7459
|
+
{
|
|
7460
|
+
"type": "opencollective",
|
|
7461
|
+
"url": "https://opencollective.com/fastify"
|
|
7462
|
+
}
|
|
7463
|
+
],
|
|
7241
7464
|
"license": "BSD-3-Clause",
|
|
7242
7465
|
"dependencies": {
|
|
7243
|
-
"
|
|
7244
|
-
"
|
|
7245
|
-
"
|
|
7246
|
-
"set-cookie-parser": "^2.4.1"
|
|
7247
|
-
}
|
|
7248
|
-
},
|
|
7249
|
-
"node_modules/light-my-request/node_modules/ajv": {
|
|
7250
|
-
"version": "8.18.0",
|
|
7251
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
7252
|
-
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
7253
|
-
"license": "MIT",
|
|
7254
|
-
"dependencies": {
|
|
7255
|
-
"fast-deep-equal": "^3.1.3",
|
|
7256
|
-
"fast-uri": "^3.0.1",
|
|
7257
|
-
"json-schema-traverse": "^1.0.0",
|
|
7258
|
-
"require-from-string": "^2.0.2"
|
|
7259
|
-
},
|
|
7260
|
-
"funding": {
|
|
7261
|
-
"type": "github",
|
|
7262
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
7466
|
+
"cookie": "^1.0.1",
|
|
7467
|
+
"process-warning": "^4.0.0",
|
|
7468
|
+
"set-cookie-parser": "^2.6.0"
|
|
7263
7469
|
}
|
|
7264
7470
|
},
|
|
7265
7471
|
"node_modules/light-my-request/node_modules/cookie": {
|
|
7266
|
-
"version": "
|
|
7267
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-
|
|
7268
|
-
"integrity": "sha512-
|
|
7472
|
+
"version": "1.1.1",
|
|
7473
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
|
7474
|
+
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
|
|
7269
7475
|
"license": "MIT",
|
|
7270
7476
|
"engines": {
|
|
7271
|
-
"node": ">=
|
|
7477
|
+
"node": ">=18"
|
|
7478
|
+
},
|
|
7479
|
+
"funding": {
|
|
7480
|
+
"type": "opencollective",
|
|
7481
|
+
"url": "https://opencollective.com/express"
|
|
7272
7482
|
}
|
|
7273
7483
|
},
|
|
7274
|
-
"node_modules/light-my-request/node_modules/
|
|
7275
|
-
"version": "
|
|
7276
|
-
"resolved": "https://registry.npmjs.org/
|
|
7277
|
-
"integrity": "sha512-
|
|
7484
|
+
"node_modules/light-my-request/node_modules/process-warning": {
|
|
7485
|
+
"version": "4.0.1",
|
|
7486
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz",
|
|
7487
|
+
"integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==",
|
|
7488
|
+
"funding": [
|
|
7489
|
+
{
|
|
7490
|
+
"type": "github",
|
|
7491
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7492
|
+
},
|
|
7493
|
+
{
|
|
7494
|
+
"type": "opencollective",
|
|
7495
|
+
"url": "https://opencollective.com/fastify"
|
|
7496
|
+
}
|
|
7497
|
+
],
|
|
7278
7498
|
"license": "MIT"
|
|
7279
7499
|
},
|
|
7280
7500
|
"node_modules/lighthouse-logger": {
|
|
@@ -7287,21 +7507,282 @@
|
|
|
7287
7507
|
"marky": "^1.2.2"
|
|
7288
7508
|
}
|
|
7289
7509
|
},
|
|
7290
|
-
"node_modules/lighthouse-logger/node_modules/debug": {
|
|
7291
|
-
"version": "2.6.9",
|
|
7292
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
7293
|
-
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
7294
|
-
"license": "MIT",
|
|
7295
|
-
"dependencies": {
|
|
7296
|
-
"ms": "2.0.0"
|
|
7510
|
+
"node_modules/lighthouse-logger/node_modules/debug": {
|
|
7511
|
+
"version": "2.6.9",
|
|
7512
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
7513
|
+
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
7514
|
+
"license": "MIT",
|
|
7515
|
+
"dependencies": {
|
|
7516
|
+
"ms": "2.0.0"
|
|
7517
|
+
}
|
|
7518
|
+
},
|
|
7519
|
+
"node_modules/lighthouse-logger/node_modules/ms": {
|
|
7520
|
+
"version": "2.0.0",
|
|
7521
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
7522
|
+
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
7523
|
+
"license": "MIT"
|
|
7524
|
+
},
|
|
7525
|
+
"node_modules/lightningcss": {
|
|
7526
|
+
"version": "1.32.0",
|
|
7527
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
7528
|
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
7529
|
+
"license": "MPL-2.0",
|
|
7530
|
+
"peer": true,
|
|
7531
|
+
"dependencies": {
|
|
7532
|
+
"detect-libc": "^2.0.3"
|
|
7533
|
+
},
|
|
7534
|
+
"engines": {
|
|
7535
|
+
"node": ">= 12.0.0"
|
|
7536
|
+
},
|
|
7537
|
+
"funding": {
|
|
7538
|
+
"type": "opencollective",
|
|
7539
|
+
"url": "https://opencollective.com/parcel"
|
|
7540
|
+
},
|
|
7541
|
+
"optionalDependencies": {
|
|
7542
|
+
"lightningcss-android-arm64": "1.32.0",
|
|
7543
|
+
"lightningcss-darwin-arm64": "1.32.0",
|
|
7544
|
+
"lightningcss-darwin-x64": "1.32.0",
|
|
7545
|
+
"lightningcss-freebsd-x64": "1.32.0",
|
|
7546
|
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
7547
|
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
7548
|
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
7549
|
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
7550
|
+
"lightningcss-linux-x64-musl": "1.32.0",
|
|
7551
|
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
7552
|
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
7553
|
+
}
|
|
7554
|
+
},
|
|
7555
|
+
"node_modules/lightningcss-android-arm64": {
|
|
7556
|
+
"version": "1.32.0",
|
|
7557
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
7558
|
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
7559
|
+
"cpu": [
|
|
7560
|
+
"arm64"
|
|
7561
|
+
],
|
|
7562
|
+
"license": "MPL-2.0",
|
|
7563
|
+
"optional": true,
|
|
7564
|
+
"os": [
|
|
7565
|
+
"android"
|
|
7566
|
+
],
|
|
7567
|
+
"peer": true,
|
|
7568
|
+
"engines": {
|
|
7569
|
+
"node": ">= 12.0.0"
|
|
7570
|
+
},
|
|
7571
|
+
"funding": {
|
|
7572
|
+
"type": "opencollective",
|
|
7573
|
+
"url": "https://opencollective.com/parcel"
|
|
7574
|
+
}
|
|
7575
|
+
},
|
|
7576
|
+
"node_modules/lightningcss-darwin-arm64": {
|
|
7577
|
+
"version": "1.32.0",
|
|
7578
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
7579
|
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
7580
|
+
"cpu": [
|
|
7581
|
+
"arm64"
|
|
7582
|
+
],
|
|
7583
|
+
"license": "MPL-2.0",
|
|
7584
|
+
"optional": true,
|
|
7585
|
+
"os": [
|
|
7586
|
+
"darwin"
|
|
7587
|
+
],
|
|
7588
|
+
"peer": true,
|
|
7589
|
+
"engines": {
|
|
7590
|
+
"node": ">= 12.0.0"
|
|
7591
|
+
},
|
|
7592
|
+
"funding": {
|
|
7593
|
+
"type": "opencollective",
|
|
7594
|
+
"url": "https://opencollective.com/parcel"
|
|
7595
|
+
}
|
|
7596
|
+
},
|
|
7597
|
+
"node_modules/lightningcss-darwin-x64": {
|
|
7598
|
+
"version": "1.32.0",
|
|
7599
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
7600
|
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
7601
|
+
"cpu": [
|
|
7602
|
+
"x64"
|
|
7603
|
+
],
|
|
7604
|
+
"license": "MPL-2.0",
|
|
7605
|
+
"optional": true,
|
|
7606
|
+
"os": [
|
|
7607
|
+
"darwin"
|
|
7608
|
+
],
|
|
7609
|
+
"peer": true,
|
|
7610
|
+
"engines": {
|
|
7611
|
+
"node": ">= 12.0.0"
|
|
7612
|
+
},
|
|
7613
|
+
"funding": {
|
|
7614
|
+
"type": "opencollective",
|
|
7615
|
+
"url": "https://opencollective.com/parcel"
|
|
7616
|
+
}
|
|
7617
|
+
},
|
|
7618
|
+
"node_modules/lightningcss-freebsd-x64": {
|
|
7619
|
+
"version": "1.32.0",
|
|
7620
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
7621
|
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
7622
|
+
"cpu": [
|
|
7623
|
+
"x64"
|
|
7624
|
+
],
|
|
7625
|
+
"license": "MPL-2.0",
|
|
7626
|
+
"optional": true,
|
|
7627
|
+
"os": [
|
|
7628
|
+
"freebsd"
|
|
7629
|
+
],
|
|
7630
|
+
"peer": true,
|
|
7631
|
+
"engines": {
|
|
7632
|
+
"node": ">= 12.0.0"
|
|
7633
|
+
},
|
|
7634
|
+
"funding": {
|
|
7635
|
+
"type": "opencollective",
|
|
7636
|
+
"url": "https://opencollective.com/parcel"
|
|
7637
|
+
}
|
|
7638
|
+
},
|
|
7639
|
+
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
7640
|
+
"version": "1.32.0",
|
|
7641
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
7642
|
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
7643
|
+
"cpu": [
|
|
7644
|
+
"arm"
|
|
7645
|
+
],
|
|
7646
|
+
"license": "MPL-2.0",
|
|
7647
|
+
"optional": true,
|
|
7648
|
+
"os": [
|
|
7649
|
+
"linux"
|
|
7650
|
+
],
|
|
7651
|
+
"peer": true,
|
|
7652
|
+
"engines": {
|
|
7653
|
+
"node": ">= 12.0.0"
|
|
7654
|
+
},
|
|
7655
|
+
"funding": {
|
|
7656
|
+
"type": "opencollective",
|
|
7657
|
+
"url": "https://opencollective.com/parcel"
|
|
7658
|
+
}
|
|
7659
|
+
},
|
|
7660
|
+
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
7661
|
+
"version": "1.32.0",
|
|
7662
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
7663
|
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
7664
|
+
"cpu": [
|
|
7665
|
+
"arm64"
|
|
7666
|
+
],
|
|
7667
|
+
"license": "MPL-2.0",
|
|
7668
|
+
"optional": true,
|
|
7669
|
+
"os": [
|
|
7670
|
+
"linux"
|
|
7671
|
+
],
|
|
7672
|
+
"peer": true,
|
|
7673
|
+
"engines": {
|
|
7674
|
+
"node": ">= 12.0.0"
|
|
7675
|
+
},
|
|
7676
|
+
"funding": {
|
|
7677
|
+
"type": "opencollective",
|
|
7678
|
+
"url": "https://opencollective.com/parcel"
|
|
7679
|
+
}
|
|
7680
|
+
},
|
|
7681
|
+
"node_modules/lightningcss-linux-arm64-musl": {
|
|
7682
|
+
"version": "1.32.0",
|
|
7683
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
7684
|
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
7685
|
+
"cpu": [
|
|
7686
|
+
"arm64"
|
|
7687
|
+
],
|
|
7688
|
+
"license": "MPL-2.0",
|
|
7689
|
+
"optional": true,
|
|
7690
|
+
"os": [
|
|
7691
|
+
"linux"
|
|
7692
|
+
],
|
|
7693
|
+
"peer": true,
|
|
7694
|
+
"engines": {
|
|
7695
|
+
"node": ">= 12.0.0"
|
|
7696
|
+
},
|
|
7697
|
+
"funding": {
|
|
7698
|
+
"type": "opencollective",
|
|
7699
|
+
"url": "https://opencollective.com/parcel"
|
|
7700
|
+
}
|
|
7701
|
+
},
|
|
7702
|
+
"node_modules/lightningcss-linux-x64-gnu": {
|
|
7703
|
+
"version": "1.32.0",
|
|
7704
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
7705
|
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
7706
|
+
"cpu": [
|
|
7707
|
+
"x64"
|
|
7708
|
+
],
|
|
7709
|
+
"license": "MPL-2.0",
|
|
7710
|
+
"optional": true,
|
|
7711
|
+
"os": [
|
|
7712
|
+
"linux"
|
|
7713
|
+
],
|
|
7714
|
+
"peer": true,
|
|
7715
|
+
"engines": {
|
|
7716
|
+
"node": ">= 12.0.0"
|
|
7717
|
+
},
|
|
7718
|
+
"funding": {
|
|
7719
|
+
"type": "opencollective",
|
|
7720
|
+
"url": "https://opencollective.com/parcel"
|
|
7721
|
+
}
|
|
7722
|
+
},
|
|
7723
|
+
"node_modules/lightningcss-linux-x64-musl": {
|
|
7724
|
+
"version": "1.32.0",
|
|
7725
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
7726
|
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
7727
|
+
"cpu": [
|
|
7728
|
+
"x64"
|
|
7729
|
+
],
|
|
7730
|
+
"license": "MPL-2.0",
|
|
7731
|
+
"optional": true,
|
|
7732
|
+
"os": [
|
|
7733
|
+
"linux"
|
|
7734
|
+
],
|
|
7735
|
+
"peer": true,
|
|
7736
|
+
"engines": {
|
|
7737
|
+
"node": ">= 12.0.0"
|
|
7738
|
+
},
|
|
7739
|
+
"funding": {
|
|
7740
|
+
"type": "opencollective",
|
|
7741
|
+
"url": "https://opencollective.com/parcel"
|
|
7742
|
+
}
|
|
7743
|
+
},
|
|
7744
|
+
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
7745
|
+
"version": "1.32.0",
|
|
7746
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
7747
|
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
7748
|
+
"cpu": [
|
|
7749
|
+
"arm64"
|
|
7750
|
+
],
|
|
7751
|
+
"license": "MPL-2.0",
|
|
7752
|
+
"optional": true,
|
|
7753
|
+
"os": [
|
|
7754
|
+
"win32"
|
|
7755
|
+
],
|
|
7756
|
+
"peer": true,
|
|
7757
|
+
"engines": {
|
|
7758
|
+
"node": ">= 12.0.0"
|
|
7759
|
+
},
|
|
7760
|
+
"funding": {
|
|
7761
|
+
"type": "opencollective",
|
|
7762
|
+
"url": "https://opencollective.com/parcel"
|
|
7763
|
+
}
|
|
7764
|
+
},
|
|
7765
|
+
"node_modules/lightningcss-win32-x64-msvc": {
|
|
7766
|
+
"version": "1.32.0",
|
|
7767
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
7768
|
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
7769
|
+
"cpu": [
|
|
7770
|
+
"x64"
|
|
7771
|
+
],
|
|
7772
|
+
"license": "MPL-2.0",
|
|
7773
|
+
"optional": true,
|
|
7774
|
+
"os": [
|
|
7775
|
+
"win32"
|
|
7776
|
+
],
|
|
7777
|
+
"peer": true,
|
|
7778
|
+
"engines": {
|
|
7779
|
+
"node": ">= 12.0.0"
|
|
7780
|
+
},
|
|
7781
|
+
"funding": {
|
|
7782
|
+
"type": "opencollective",
|
|
7783
|
+
"url": "https://opencollective.com/parcel"
|
|
7297
7784
|
}
|
|
7298
7785
|
},
|
|
7299
|
-
"node_modules/lighthouse-logger/node_modules/ms": {
|
|
7300
|
-
"version": "2.0.0",
|
|
7301
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
7302
|
-
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
7303
|
-
"license": "MIT"
|
|
7304
|
-
},
|
|
7305
7786
|
"node_modules/linkedom": {
|
|
7306
7787
|
"version": "0.18.0",
|
|
7307
7788
|
"resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.18.0.tgz",
|
|
@@ -7493,9 +7974,9 @@
|
|
|
7493
7974
|
}
|
|
7494
7975
|
},
|
|
7495
7976
|
"node_modules/lru-cache": {
|
|
7496
|
-
"version": "11.2.
|
|
7497
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
7498
|
-
"integrity": "sha512-
|
|
7977
|
+
"version": "11.2.7",
|
|
7978
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz",
|
|
7979
|
+
"integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==",
|
|
7499
7980
|
"dev": true,
|
|
7500
7981
|
"license": "BlueOak-1.0.0",
|
|
7501
7982
|
"engines": {
|
|
@@ -7662,9 +8143,9 @@
|
|
|
7662
8143
|
}
|
|
7663
8144
|
},
|
|
7664
8145
|
"node_modules/minimatch": {
|
|
7665
|
-
"version": "10.2.
|
|
7666
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
7667
|
-
"integrity": "sha512-
|
|
8146
|
+
"version": "10.2.4",
|
|
8147
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
8148
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
7668
8149
|
"dev": true,
|
|
7669
8150
|
"license": "BlueOak-1.0.0",
|
|
7670
8151
|
"dependencies": {
|
|
@@ -7764,17 +8245,26 @@
|
|
|
7764
8245
|
}
|
|
7765
8246
|
},
|
|
7766
8247
|
"node_modules/nise": {
|
|
7767
|
-
"version": "6.1.
|
|
7768
|
-
"resolved": "https://registry.npmjs.org/nise/-/nise-6.1.
|
|
7769
|
-
"integrity": "sha512-
|
|
8248
|
+
"version": "6.1.4",
|
|
8249
|
+
"resolved": "https://registry.npmjs.org/nise/-/nise-6.1.4.tgz",
|
|
8250
|
+
"integrity": "sha512-vSA4IpRHRWZkmotu61SvF45Jirq4CTLT3KKOWJPsPMtxtOBOlxcAlXfv/OrWxkzAJiCBrvdfWvGQjHT7r7+Qqg==",
|
|
7770
8251
|
"dev": true,
|
|
7771
8252
|
"license": "BSD-3-Clause",
|
|
7772
8253
|
"dependencies": {
|
|
7773
8254
|
"@sinonjs/commons": "^3.0.1",
|
|
7774
|
-
"@sinonjs/fake-timers": "^
|
|
7775
|
-
"@sinonjs/text-encoding": "^0.7.3",
|
|
8255
|
+
"@sinonjs/fake-timers": "^15.1.1",
|
|
7776
8256
|
"just-extend": "^6.2.0",
|
|
7777
|
-
"path-to-regexp": "^8.
|
|
8257
|
+
"path-to-regexp": "^8.3.0"
|
|
8258
|
+
}
|
|
8259
|
+
},
|
|
8260
|
+
"node_modules/nise/node_modules/@sinonjs/fake-timers": {
|
|
8261
|
+
"version": "15.1.1",
|
|
8262
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.1.1.tgz",
|
|
8263
|
+
"integrity": "sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw==",
|
|
8264
|
+
"dev": true,
|
|
8265
|
+
"license": "BSD-3-Clause",
|
|
8266
|
+
"dependencies": {
|
|
8267
|
+
"@sinonjs/commons": "^3.0.1"
|
|
7778
8268
|
}
|
|
7779
8269
|
},
|
|
7780
8270
|
"node_modules/nise/node_modules/path-to-regexp": {
|
|
@@ -7928,6 +8418,15 @@
|
|
|
7928
8418
|
"license": "MIT",
|
|
7929
8419
|
"peer": true
|
|
7930
8420
|
},
|
|
8421
|
+
"node_modules/on-exit-leak-free": {
|
|
8422
|
+
"version": "2.1.2",
|
|
8423
|
+
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
8424
|
+
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
|
|
8425
|
+
"license": "MIT",
|
|
8426
|
+
"engines": {
|
|
8427
|
+
"node": ">=14.0.0"
|
|
8428
|
+
}
|
|
8429
|
+
},
|
|
7931
8430
|
"node_modules/on-finished": {
|
|
7932
8431
|
"version": "2.4.1",
|
|
7933
8432
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -8250,6 +8749,21 @@
|
|
|
8250
8749
|
"node": ">= 0.8"
|
|
8251
8750
|
}
|
|
8252
8751
|
},
|
|
8752
|
+
"node_modules/path-expression-matcher": {
|
|
8753
|
+
"version": "1.1.3",
|
|
8754
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
|
|
8755
|
+
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
|
|
8756
|
+
"funding": [
|
|
8757
|
+
{
|
|
8758
|
+
"type": "github",
|
|
8759
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
8760
|
+
}
|
|
8761
|
+
],
|
|
8762
|
+
"license": "MIT",
|
|
8763
|
+
"engines": {
|
|
8764
|
+
"node": ">=14.0.0"
|
|
8765
|
+
}
|
|
8766
|
+
},
|
|
8253
8767
|
"node_modules/path-key": {
|
|
8254
8768
|
"version": "3.1.1",
|
|
8255
8769
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
@@ -8349,27 +8863,40 @@
|
|
|
8349
8863
|
}
|
|
8350
8864
|
},
|
|
8351
8865
|
"node_modules/pino": {
|
|
8352
|
-
"version": "
|
|
8353
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-
|
|
8354
|
-
"integrity": "sha512-
|
|
8866
|
+
"version": "10.3.1",
|
|
8867
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-10.3.1.tgz",
|
|
8868
|
+
"integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==",
|
|
8355
8869
|
"license": "MIT",
|
|
8356
8870
|
"dependencies": {
|
|
8357
|
-
"
|
|
8358
|
-
"
|
|
8359
|
-
"
|
|
8360
|
-
"pino-
|
|
8361
|
-
"
|
|
8871
|
+
"@pinojs/redact": "^0.4.0",
|
|
8872
|
+
"atomic-sleep": "^1.0.0",
|
|
8873
|
+
"on-exit-leak-free": "^2.1.0",
|
|
8874
|
+
"pino-abstract-transport": "^3.0.0",
|
|
8875
|
+
"pino-std-serializers": "^7.0.0",
|
|
8876
|
+
"process-warning": "^5.0.0",
|
|
8362
8877
|
"quick-format-unescaped": "^4.0.3",
|
|
8363
|
-
"
|
|
8878
|
+
"real-require": "^0.2.0",
|
|
8879
|
+
"safe-stable-stringify": "^2.3.1",
|
|
8880
|
+
"sonic-boom": "^4.0.1",
|
|
8881
|
+
"thread-stream": "^4.0.0"
|
|
8364
8882
|
},
|
|
8365
8883
|
"bin": {
|
|
8366
8884
|
"pino": "bin.js"
|
|
8367
8885
|
}
|
|
8368
8886
|
},
|
|
8887
|
+
"node_modules/pino-abstract-transport": {
|
|
8888
|
+
"version": "3.0.0",
|
|
8889
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
|
|
8890
|
+
"integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
|
|
8891
|
+
"license": "MIT",
|
|
8892
|
+
"dependencies": {
|
|
8893
|
+
"split2": "^4.0.0"
|
|
8894
|
+
}
|
|
8895
|
+
},
|
|
8369
8896
|
"node_modules/pino-std-serializers": {
|
|
8370
|
-
"version": "
|
|
8371
|
-
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-
|
|
8372
|
-
"integrity": "sha512-
|
|
8897
|
+
"version": "7.1.0",
|
|
8898
|
+
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz",
|
|
8899
|
+
"integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
|
|
8373
8900
|
"license": "MIT"
|
|
8374
8901
|
},
|
|
8375
8902
|
"node_modules/png-async": {
|
|
@@ -8402,9 +8929,9 @@
|
|
|
8402
8929
|
}
|
|
8403
8930
|
},
|
|
8404
8931
|
"node_modules/postcss": {
|
|
8405
|
-
"version": "8.5.
|
|
8406
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
8407
|
-
"integrity": "sha512-
|
|
8932
|
+
"version": "8.5.8",
|
|
8933
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
8934
|
+
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
|
|
8408
8935
|
"funding": [
|
|
8409
8936
|
{
|
|
8410
8937
|
"type": "opencollective",
|
|
@@ -8470,9 +8997,19 @@
|
|
|
8470
8997
|
"license": "MIT"
|
|
8471
8998
|
},
|
|
8472
8999
|
"node_modules/process-warning": {
|
|
8473
|
-
"version": "
|
|
8474
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
8475
|
-
"integrity": "sha512-
|
|
9000
|
+
"version": "5.0.0",
|
|
9001
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
9002
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
9003
|
+
"funding": [
|
|
9004
|
+
{
|
|
9005
|
+
"type": "github",
|
|
9006
|
+
"url": "https://github.com/sponsors/fastify"
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
"type": "opencollective",
|
|
9010
|
+
"url": "https://opencollective.com/fastify"
|
|
9011
|
+
}
|
|
9012
|
+
],
|
|
8476
9013
|
"license": "MIT"
|
|
8477
9014
|
},
|
|
8478
9015
|
"node_modules/progress": {
|
|
@@ -8519,6 +9056,15 @@
|
|
|
8519
9056
|
"node": ">= 0.10"
|
|
8520
9057
|
}
|
|
8521
9058
|
},
|
|
9059
|
+
"node_modules/proxy-addr/node_modules/ipaddr.js": {
|
|
9060
|
+
"version": "1.9.1",
|
|
9061
|
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
9062
|
+
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
9063
|
+
"license": "MIT",
|
|
9064
|
+
"engines": {
|
|
9065
|
+
"node": ">= 0.10"
|
|
9066
|
+
}
|
|
9067
|
+
},
|
|
8522
9068
|
"node_modules/proxy-agent": {
|
|
8523
9069
|
"version": "6.3.1",
|
|
8524
9070
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.1.tgz",
|
|
@@ -8641,9 +9187,9 @@
|
|
|
8641
9187
|
}
|
|
8642
9188
|
},
|
|
8643
9189
|
"node_modules/pump": {
|
|
8644
|
-
"version": "3.0.
|
|
8645
|
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.
|
|
8646
|
-
"integrity": "sha512-
|
|
9190
|
+
"version": "3.0.4",
|
|
9191
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
|
9192
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
8647
9193
|
"license": "MIT",
|
|
8648
9194
|
"dependencies": {
|
|
8649
9195
|
"end-of-stream": "^1.1.0",
|
|
@@ -8686,26 +9232,6 @@
|
|
|
8686
9232
|
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
|
|
8687
9233
|
"license": "MIT"
|
|
8688
9234
|
},
|
|
8689
|
-
"node_modules/queue-microtask": {
|
|
8690
|
-
"version": "1.2.3",
|
|
8691
|
-
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
8692
|
-
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
8693
|
-
"funding": [
|
|
8694
|
-
{
|
|
8695
|
-
"type": "github",
|
|
8696
|
-
"url": "https://github.com/sponsors/feross"
|
|
8697
|
-
},
|
|
8698
|
-
{
|
|
8699
|
-
"type": "patreon",
|
|
8700
|
-
"url": "https://www.patreon.com/feross"
|
|
8701
|
-
},
|
|
8702
|
-
{
|
|
8703
|
-
"type": "consulting",
|
|
8704
|
-
"url": "https://feross.org/support"
|
|
8705
|
-
}
|
|
8706
|
-
],
|
|
8707
|
-
"license": "MIT"
|
|
8708
|
-
},
|
|
8709
9235
|
"node_modules/quick-format-unescaped": {
|
|
8710
9236
|
"version": "4.0.4",
|
|
8711
9237
|
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
|
|
@@ -8794,9 +9320,9 @@
|
|
|
8794
9320
|
}
|
|
8795
9321
|
},
|
|
8796
9322
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
8797
|
-
"version": "5.1.
|
|
8798
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
8799
|
-
"integrity": "sha512-
|
|
9323
|
+
"version": "5.1.9",
|
|
9324
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
9325
|
+
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
8800
9326
|
"license": "ISC",
|
|
8801
9327
|
"dependencies": {
|
|
8802
9328
|
"brace-expansion": "^2.0.1"
|
|
@@ -8805,6 +9331,15 @@
|
|
|
8805
9331
|
"node": ">=10"
|
|
8806
9332
|
}
|
|
8807
9333
|
},
|
|
9334
|
+
"node_modules/real-require": {
|
|
9335
|
+
"version": "0.2.0",
|
|
9336
|
+
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
9337
|
+
"integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
|
|
9338
|
+
"license": "MIT",
|
|
9339
|
+
"engines": {
|
|
9340
|
+
"node": ">= 12.13.0"
|
|
9341
|
+
}
|
|
9342
|
+
},
|
|
8808
9343
|
"node_modules/require-directory": {
|
|
8809
9344
|
"version": "2.1.1",
|
|
8810
9345
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -8897,12 +9432,12 @@
|
|
|
8897
9432
|
}
|
|
8898
9433
|
},
|
|
8899
9434
|
"node_modules/ret": {
|
|
8900
|
-
"version": "0.
|
|
8901
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.
|
|
8902
|
-
"integrity": "sha512-
|
|
9435
|
+
"version": "0.5.0",
|
|
9436
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
9437
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
8903
9438
|
"license": "MIT",
|
|
8904
9439
|
"engines": {
|
|
8905
|
-
"node": ">=
|
|
9440
|
+
"node": ">=10"
|
|
8906
9441
|
}
|
|
8907
9442
|
},
|
|
8908
9443
|
"node_modules/retry": {
|
|
@@ -8936,49 +9471,38 @@
|
|
|
8936
9471
|
"integrity": "sha512-22MOP1Rh7sAo1BZpDG6R5RFYzR2lYEgwq7HEmyW2qcsOqR2lQKmn+O//xV3YG/0rrhMC6KVX2hU+ZXuaw9a5bw==",
|
|
8937
9472
|
"license": "MIT"
|
|
8938
9473
|
},
|
|
8939
|
-
"node_modules/
|
|
8940
|
-
"version": "
|
|
8941
|
-
"resolved": "https://registry.npmjs.org/
|
|
8942
|
-
"integrity": "sha512-
|
|
9474
|
+
"node_modules/rolldown": {
|
|
9475
|
+
"version": "1.0.0-rc.9",
|
|
9476
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.9.tgz",
|
|
9477
|
+
"integrity": "sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==",
|
|
8943
9478
|
"license": "MIT",
|
|
8944
9479
|
"peer": true,
|
|
8945
9480
|
"dependencies": {
|
|
8946
|
-
"@types
|
|
9481
|
+
"@oxc-project/types": "=0.115.0",
|
|
9482
|
+
"@rolldown/pluginutils": "1.0.0-rc.9"
|
|
8947
9483
|
},
|
|
8948
9484
|
"bin": {
|
|
8949
|
-
"
|
|
9485
|
+
"rolldown": "bin/cli.mjs"
|
|
8950
9486
|
},
|
|
8951
9487
|
"engines": {
|
|
8952
|
-
"node": "
|
|
8953
|
-
"npm": ">=8.0.0"
|
|
9488
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
8954
9489
|
},
|
|
8955
9490
|
"optionalDependencies": {
|
|
8956
|
-
"@
|
|
8957
|
-
"@
|
|
8958
|
-
"@
|
|
8959
|
-
"@
|
|
8960
|
-
"@
|
|
8961
|
-
"@
|
|
8962
|
-
"@
|
|
8963
|
-
"@
|
|
8964
|
-
"@
|
|
8965
|
-
"@
|
|
8966
|
-
"@
|
|
8967
|
-
"@
|
|
8968
|
-
"@
|
|
8969
|
-
"@
|
|
8970
|
-
"@
|
|
8971
|
-
"@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
|
8972
|
-
"@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
|
8973
|
-
"@rollup/rollup-linux-x64-gnu": "4.59.0",
|
|
8974
|
-
"@rollup/rollup-linux-x64-musl": "4.59.0",
|
|
8975
|
-
"@rollup/rollup-openbsd-x64": "4.59.0",
|
|
8976
|
-
"@rollup/rollup-openharmony-arm64": "4.59.0",
|
|
8977
|
-
"@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
|
8978
|
-
"@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
|
8979
|
-
"@rollup/rollup-win32-x64-gnu": "4.59.0",
|
|
8980
|
-
"@rollup/rollup-win32-x64-msvc": "4.59.0",
|
|
8981
|
-
"fsevents": "~2.3.2"
|
|
9491
|
+
"@rolldown/binding-android-arm64": "1.0.0-rc.9",
|
|
9492
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-rc.9",
|
|
9493
|
+
"@rolldown/binding-darwin-x64": "1.0.0-rc.9",
|
|
9494
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-rc.9",
|
|
9495
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.9",
|
|
9496
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.9",
|
|
9497
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.9",
|
|
9498
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.9",
|
|
9499
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.9",
|
|
9500
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.9",
|
|
9501
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.9",
|
|
9502
|
+
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.9",
|
|
9503
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.9",
|
|
9504
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.9",
|
|
9505
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.9"
|
|
8982
9506
|
}
|
|
8983
9507
|
},
|
|
8984
9508
|
"node_modules/rox-node": {
|
|
@@ -9020,12 +9544,25 @@
|
|
|
9020
9544
|
"license": "MIT"
|
|
9021
9545
|
},
|
|
9022
9546
|
"node_modules/safe-regex2": {
|
|
9023
|
-
"version": "
|
|
9024
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-
|
|
9025
|
-
"integrity": "sha512-
|
|
9547
|
+
"version": "5.1.0",
|
|
9548
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.1.0.tgz",
|
|
9549
|
+
"integrity": "sha512-pNHAuBW7TrcleFHsxBr5QMi/Iyp0ENjUKz7GCcX1UO7cMh+NmVK6HxQckNL1tJp1XAJVjG6B8OKIPqodqj9rtw==",
|
|
9550
|
+
"funding": [
|
|
9551
|
+
{
|
|
9552
|
+
"type": "github",
|
|
9553
|
+
"url": "https://github.com/sponsors/fastify"
|
|
9554
|
+
},
|
|
9555
|
+
{
|
|
9556
|
+
"type": "opencollective",
|
|
9557
|
+
"url": "https://opencollective.com/fastify"
|
|
9558
|
+
}
|
|
9559
|
+
],
|
|
9026
9560
|
"license": "MIT",
|
|
9027
9561
|
"dependencies": {
|
|
9028
|
-
"ret": "~0.
|
|
9562
|
+
"ret": "~0.5.0"
|
|
9563
|
+
},
|
|
9564
|
+
"bin": {
|
|
9565
|
+
"safe-regex2": "bin/safe-regex2.js"
|
|
9029
9566
|
}
|
|
9030
9567
|
},
|
|
9031
9568
|
"node_modules/safe-stable-stringify": {
|
|
@@ -9044,9 +9581,9 @@
|
|
|
9044
9581
|
"license": "MIT"
|
|
9045
9582
|
},
|
|
9046
9583
|
"node_modules/sax": {
|
|
9047
|
-
"version": "1.
|
|
9048
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
9049
|
-
"integrity": "sha512-
|
|
9584
|
+
"version": "1.6.0",
|
|
9585
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
|
9586
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
9050
9587
|
"license": "BlueOak-1.0.0",
|
|
9051
9588
|
"engines": {
|
|
9052
9589
|
"node": ">=11.0.0"
|
|
@@ -9065,9 +9602,19 @@
|
|
|
9065
9602
|
}
|
|
9066
9603
|
},
|
|
9067
9604
|
"node_modules/secure-json-parse": {
|
|
9068
|
-
"version": "
|
|
9069
|
-
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-
|
|
9070
|
-
"integrity": "sha512-
|
|
9605
|
+
"version": "4.1.0",
|
|
9606
|
+
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.1.0.tgz",
|
|
9607
|
+
"integrity": "sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==",
|
|
9608
|
+
"funding": [
|
|
9609
|
+
{
|
|
9610
|
+
"type": "github",
|
|
9611
|
+
"url": "https://github.com/sponsors/fastify"
|
|
9612
|
+
},
|
|
9613
|
+
{
|
|
9614
|
+
"type": "opencollective",
|
|
9615
|
+
"url": "https://opencollective.com/fastify"
|
|
9616
|
+
}
|
|
9617
|
+
],
|
|
9071
9618
|
"license": "BSD-3-Clause"
|
|
9072
9619
|
},
|
|
9073
9620
|
"node_modules/semver": {
|
|
@@ -9085,12 +9632,6 @@
|
|
|
9085
9632
|
"node": ">=10"
|
|
9086
9633
|
}
|
|
9087
9634
|
},
|
|
9088
|
-
"node_modules/semver-store": {
|
|
9089
|
-
"version": "0.3.0",
|
|
9090
|
-
"resolved": "https://registry.npmjs.org/semver-store/-/semver-store-0.3.0.tgz",
|
|
9091
|
-
"integrity": "sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg==",
|
|
9092
|
-
"license": "MIT"
|
|
9093
|
-
},
|
|
9094
9635
|
"node_modules/semver/node_modules/lru-cache": {
|
|
9095
9636
|
"version": "6.0.0",
|
|
9096
9637
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
@@ -9478,13 +10019,12 @@
|
|
|
9478
10019
|
"license": "MIT"
|
|
9479
10020
|
},
|
|
9480
10021
|
"node_modules/sonic-boom": {
|
|
9481
|
-
"version": "
|
|
9482
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-
|
|
9483
|
-
"integrity": "sha512-
|
|
10022
|
+
"version": "4.2.1",
|
|
10023
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.1.tgz",
|
|
10024
|
+
"integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==",
|
|
9484
10025
|
"license": "MIT",
|
|
9485
10026
|
"dependencies": {
|
|
9486
|
-
"atomic-sleep": "^1.0.0"
|
|
9487
|
-
"flatstr": "^1.0.12"
|
|
10027
|
+
"atomic-sleep": "^1.0.0"
|
|
9488
10028
|
}
|
|
9489
10029
|
},
|
|
9490
10030
|
"node_modules/source-map": {
|
|
@@ -9576,9 +10116,9 @@
|
|
|
9576
10116
|
}
|
|
9577
10117
|
},
|
|
9578
10118
|
"node_modules/std-env": {
|
|
9579
|
-
"version": "
|
|
9580
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-
|
|
9581
|
-
"integrity": "sha512-
|
|
10119
|
+
"version": "4.0.0",
|
|
10120
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
|
|
10121
|
+
"integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
|
|
9582
10122
|
"license": "MIT",
|
|
9583
10123
|
"peer": true
|
|
9584
10124
|
},
|
|
@@ -9608,13 +10148,6 @@
|
|
|
9608
10148
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
9609
10149
|
"license": "MIT"
|
|
9610
10150
|
},
|
|
9611
|
-
"node_modules/string-similarity": {
|
|
9612
|
-
"version": "4.0.4",
|
|
9613
|
-
"resolved": "https://registry.npmjs.org/string-similarity/-/string-similarity-4.0.4.tgz",
|
|
9614
|
-
"integrity": "sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==",
|
|
9615
|
-
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
|
9616
|
-
"license": "ISC"
|
|
9617
|
-
},
|
|
9618
10151
|
"node_modules/string-width": {
|
|
9619
10152
|
"version": "4.2.3",
|
|
9620
10153
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -9689,9 +10222,9 @@
|
|
|
9689
10222
|
}
|
|
9690
10223
|
},
|
|
9691
10224
|
"node_modules/strnum": {
|
|
9692
|
-
"version": "2.
|
|
9693
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.
|
|
9694
|
-
"integrity": "sha512-
|
|
10225
|
+
"version": "2.2.0",
|
|
10226
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.0.tgz",
|
|
10227
|
+
"integrity": "sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==",
|
|
9695
10228
|
"funding": [
|
|
9696
10229
|
{
|
|
9697
10230
|
"type": "github",
|
|
@@ -9929,9 +10462,9 @@
|
|
|
9929
10462
|
"license": "MIT"
|
|
9930
10463
|
},
|
|
9931
10464
|
"node_modules/tar-fs": {
|
|
9932
|
-
"version": "3.1.
|
|
9933
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.
|
|
9934
|
-
"integrity": "sha512-
|
|
10465
|
+
"version": "3.1.2",
|
|
10466
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
|
|
10467
|
+
"integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
|
|
9935
10468
|
"license": "MIT",
|
|
9936
10469
|
"dependencies": {
|
|
9937
10470
|
"pump": "^3.0.0",
|
|
@@ -9943,12 +10476,13 @@
|
|
|
9943
10476
|
}
|
|
9944
10477
|
},
|
|
9945
10478
|
"node_modules/tar-stream": {
|
|
9946
|
-
"version": "3.1.
|
|
9947
|
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.
|
|
9948
|
-
"integrity": "sha512-
|
|
10479
|
+
"version": "3.1.8",
|
|
10480
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz",
|
|
10481
|
+
"integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
|
|
9949
10482
|
"license": "MIT",
|
|
9950
10483
|
"dependencies": {
|
|
9951
10484
|
"b4a": "^1.6.4",
|
|
10485
|
+
"bare-fs": "^4.5.5",
|
|
9952
10486
|
"fast-fifo": "^1.2.0",
|
|
9953
10487
|
"streamx": "^2.15.0"
|
|
9954
10488
|
}
|
|
@@ -10033,7 +10567,6 @@
|
|
|
10033
10567
|
"resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
|
|
10034
10568
|
"integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
|
|
10035
10569
|
"license": "MIT",
|
|
10036
|
-
"optional": true,
|
|
10037
10570
|
"dependencies": {
|
|
10038
10571
|
"streamx": "^2.12.5"
|
|
10039
10572
|
}
|
|
@@ -10093,6 +10626,21 @@
|
|
|
10093
10626
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
10094
10627
|
}
|
|
10095
10628
|
},
|
|
10629
|
+
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
10630
|
+
"version": "1.0.2",
|
|
10631
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
10632
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
10633
|
+
"license": "MIT"
|
|
10634
|
+
},
|
|
10635
|
+
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
10636
|
+
"version": "2.0.2",
|
|
10637
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
10638
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
10639
|
+
"license": "MIT",
|
|
10640
|
+
"dependencies": {
|
|
10641
|
+
"balanced-match": "^1.0.0"
|
|
10642
|
+
}
|
|
10643
|
+
},
|
|
10096
10644
|
"node_modules/test-exclude/node_modules/emoji-regex": {
|
|
10097
10645
|
"version": "9.2.2",
|
|
10098
10646
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -10142,12 +10690,12 @@
|
|
|
10142
10690
|
"license": "ISC"
|
|
10143
10691
|
},
|
|
10144
10692
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
10145
|
-
"version": "9.0.
|
|
10146
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
10147
|
-
"integrity": "sha512-
|
|
10693
|
+
"version": "9.0.9",
|
|
10694
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
10695
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
10148
10696
|
"license": "ISC",
|
|
10149
10697
|
"dependencies": {
|
|
10150
|
-
"brace-expansion": "^
|
|
10698
|
+
"brace-expansion": "^2.0.2"
|
|
10151
10699
|
},
|
|
10152
10700
|
"engines": {
|
|
10153
10701
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -10190,12 +10738,12 @@
|
|
|
10190
10738
|
}
|
|
10191
10739
|
},
|
|
10192
10740
|
"node_modules/test-exclude/node_modules/strip-ansi": {
|
|
10193
|
-
"version": "7.
|
|
10194
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
10195
|
-
"integrity": "sha512-
|
|
10741
|
+
"version": "7.2.0",
|
|
10742
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
10743
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
10196
10744
|
"license": "MIT",
|
|
10197
10745
|
"dependencies": {
|
|
10198
|
-
"ansi-regex": "^6.
|
|
10746
|
+
"ansi-regex": "^6.2.2"
|
|
10199
10747
|
},
|
|
10200
10748
|
"engines": {
|
|
10201
10749
|
"node": ">=12"
|
|
@@ -10236,21 +10784,24 @@
|
|
|
10236
10784
|
"integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
|
|
10237
10785
|
"license": "MIT"
|
|
10238
10786
|
},
|
|
10787
|
+
"node_modules/thread-stream": {
|
|
10788
|
+
"version": "4.0.0",
|
|
10789
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.0.0.tgz",
|
|
10790
|
+
"integrity": "sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==",
|
|
10791
|
+
"license": "MIT",
|
|
10792
|
+
"dependencies": {
|
|
10793
|
+
"real-require": "^0.2.0"
|
|
10794
|
+
},
|
|
10795
|
+
"engines": {
|
|
10796
|
+
"node": ">=20"
|
|
10797
|
+
}
|
|
10798
|
+
},
|
|
10239
10799
|
"node_modules/throat": {
|
|
10240
10800
|
"version": "6.0.2",
|
|
10241
10801
|
"resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
|
|
10242
10802
|
"integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
|
|
10243
10803
|
"license": "MIT"
|
|
10244
10804
|
},
|
|
10245
|
-
"node_modules/tiny-lru": {
|
|
10246
|
-
"version": "8.0.2",
|
|
10247
|
-
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-8.0.2.tgz",
|
|
10248
|
-
"integrity": "sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==",
|
|
10249
|
-
"license": "BSD-3-Clause",
|
|
10250
|
-
"engines": {
|
|
10251
|
-
"node": ">=6"
|
|
10252
|
-
}
|
|
10253
|
-
},
|
|
10254
10805
|
"node_modules/tinybench": {
|
|
10255
10806
|
"version": "2.9.0",
|
|
10256
10807
|
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
@@ -10259,9 +10810,9 @@
|
|
|
10259
10810
|
"peer": true
|
|
10260
10811
|
},
|
|
10261
10812
|
"node_modules/tinyexec": {
|
|
10262
|
-
"version": "1.0.
|
|
10263
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.
|
|
10264
|
-
"integrity": "sha512-
|
|
10813
|
+
"version": "1.0.4",
|
|
10814
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz",
|
|
10815
|
+
"integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==",
|
|
10265
10816
|
"license": "MIT",
|
|
10266
10817
|
"peer": true,
|
|
10267
10818
|
"engines": {
|
|
@@ -10286,15 +10837,24 @@
|
|
|
10286
10837
|
}
|
|
10287
10838
|
},
|
|
10288
10839
|
"node_modules/tinyrainbow": {
|
|
10289
|
-
"version": "3.0
|
|
10290
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.0.
|
|
10291
|
-
"integrity": "sha512-
|
|
10840
|
+
"version": "3.1.0",
|
|
10841
|
+
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz",
|
|
10842
|
+
"integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==",
|
|
10292
10843
|
"license": "MIT",
|
|
10293
10844
|
"peer": true,
|
|
10294
10845
|
"engines": {
|
|
10295
10846
|
"node": ">=14.0.0"
|
|
10296
10847
|
}
|
|
10297
10848
|
},
|
|
10849
|
+
"node_modules/toad-cache": {
|
|
10850
|
+
"version": "3.7.0",
|
|
10851
|
+
"resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz",
|
|
10852
|
+
"integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==",
|
|
10853
|
+
"license": "MIT",
|
|
10854
|
+
"engines": {
|
|
10855
|
+
"node": ">=12"
|
|
10856
|
+
}
|
|
10857
|
+
},
|
|
10298
10858
|
"node_modules/toidentifier": {
|
|
10299
10859
|
"version": "1.0.1",
|
|
10300
10860
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
@@ -10518,9 +11078,9 @@
|
|
|
10518
11078
|
"license": "ISC"
|
|
10519
11079
|
},
|
|
10520
11080
|
"node_modules/undici": {
|
|
10521
|
-
"version": "7.
|
|
10522
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
10523
|
-
"integrity": "sha512-
|
|
11081
|
+
"version": "7.24.4",
|
|
11082
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.4.tgz",
|
|
11083
|
+
"integrity": "sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==",
|
|
10524
11084
|
"license": "MIT",
|
|
10525
11085
|
"engines": {
|
|
10526
11086
|
"node": ">=20.18.1"
|
|
@@ -10674,31 +11234,31 @@
|
|
|
10674
11234
|
}
|
|
10675
11235
|
},
|
|
10676
11236
|
"node_modules/vitest": {
|
|
10677
|
-
"version": "4.0
|
|
10678
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.
|
|
10679
|
-
"integrity": "sha512-
|
|
11237
|
+
"version": "4.1.0",
|
|
11238
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.0.tgz",
|
|
11239
|
+
"integrity": "sha512-YbDrMF9jM2Lqc++2530UourxZHmkKLxrs4+mYhEwqWS97WJ7wOYEkcr+QfRgJ3PW9wz3odRijLZjHEaRLTNbqw==",
|
|
10680
11240
|
"license": "MIT",
|
|
10681
11241
|
"peer": true,
|
|
10682
11242
|
"dependencies": {
|
|
10683
|
-
"@vitest/expect": "4.0
|
|
10684
|
-
"@vitest/mocker": "4.0
|
|
10685
|
-
"@vitest/pretty-format": "4.0
|
|
10686
|
-
"@vitest/runner": "4.0
|
|
10687
|
-
"@vitest/snapshot": "4.0
|
|
10688
|
-
"@vitest/spy": "4.0
|
|
10689
|
-
"@vitest/utils": "4.0
|
|
10690
|
-
"es-module-lexer": "^
|
|
10691
|
-
"expect-type": "^1.
|
|
11243
|
+
"@vitest/expect": "4.1.0",
|
|
11244
|
+
"@vitest/mocker": "4.1.0",
|
|
11245
|
+
"@vitest/pretty-format": "4.1.0",
|
|
11246
|
+
"@vitest/runner": "4.1.0",
|
|
11247
|
+
"@vitest/snapshot": "4.1.0",
|
|
11248
|
+
"@vitest/spy": "4.1.0",
|
|
11249
|
+
"@vitest/utils": "4.1.0",
|
|
11250
|
+
"es-module-lexer": "^2.0.0",
|
|
11251
|
+
"expect-type": "^1.3.0",
|
|
10692
11252
|
"magic-string": "^0.30.21",
|
|
10693
11253
|
"obug": "^2.1.1",
|
|
10694
11254
|
"pathe": "^2.0.3",
|
|
10695
11255
|
"picomatch": "^4.0.3",
|
|
10696
|
-
"std-env": "^
|
|
11256
|
+
"std-env": "^4.0.0-rc.1",
|
|
10697
11257
|
"tinybench": "^2.9.0",
|
|
10698
11258
|
"tinyexec": "^1.0.2",
|
|
10699
11259
|
"tinyglobby": "^0.2.15",
|
|
10700
11260
|
"tinyrainbow": "^3.0.3",
|
|
10701
|
-
"vite": "^6.0.0 || ^7.0.0",
|
|
11261
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0",
|
|
10702
11262
|
"why-is-node-running": "^2.3.0"
|
|
10703
11263
|
},
|
|
10704
11264
|
"bin": {
|
|
@@ -10714,12 +11274,13 @@
|
|
|
10714
11274
|
"@edge-runtime/vm": "*",
|
|
10715
11275
|
"@opentelemetry/api": "^1.9.0",
|
|
10716
11276
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
10717
|
-
"@vitest/browser-playwright": "4.0
|
|
10718
|
-
"@vitest/browser-preview": "4.0
|
|
10719
|
-
"@vitest/browser-webdriverio": "4.0
|
|
10720
|
-
"@vitest/ui": "4.0
|
|
11277
|
+
"@vitest/browser-playwright": "4.1.0",
|
|
11278
|
+
"@vitest/browser-preview": "4.1.0",
|
|
11279
|
+
"@vitest/browser-webdriverio": "4.1.0",
|
|
11280
|
+
"@vitest/ui": "4.1.0",
|
|
10721
11281
|
"happy-dom": "*",
|
|
10722
|
-
"jsdom": "*"
|
|
11282
|
+
"jsdom": "*",
|
|
11283
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
|
10723
11284
|
},
|
|
10724
11285
|
"peerDependenciesMeta": {
|
|
10725
11286
|
"@edge-runtime/vm": {
|
|
@@ -10748,17 +11309,20 @@
|
|
|
10748
11309
|
},
|
|
10749
11310
|
"jsdom": {
|
|
10750
11311
|
"optional": true
|
|
11312
|
+
},
|
|
11313
|
+
"vite": {
|
|
11314
|
+
"optional": false
|
|
10751
11315
|
}
|
|
10752
11316
|
}
|
|
10753
11317
|
},
|
|
10754
11318
|
"node_modules/vitest/node_modules/@vitest/mocker": {
|
|
10755
|
-
"version": "4.0
|
|
10756
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.
|
|
10757
|
-
"integrity": "sha512-
|
|
11319
|
+
"version": "4.1.0",
|
|
11320
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.0.tgz",
|
|
11321
|
+
"integrity": "sha512-evxREh+Hork43+Y4IOhTo+h5lGmVRyjqI739Rz4RlUPqwrkFFDF6EMvOOYjTx4E8Tl6gyCLRL8Mu7Ry12a13Tw==",
|
|
10758
11322
|
"license": "MIT",
|
|
10759
11323
|
"peer": true,
|
|
10760
11324
|
"dependencies": {
|
|
10761
|
-
"@vitest/spy": "4.0
|
|
11325
|
+
"@vitest/spy": "4.1.0",
|
|
10762
11326
|
"estree-walker": "^3.0.3",
|
|
10763
11327
|
"magic-string": "^0.30.21"
|
|
10764
11328
|
},
|
|
@@ -10767,7 +11331,7 @@
|
|
|
10767
11331
|
},
|
|
10768
11332
|
"peerDependencies": {
|
|
10769
11333
|
"msw": "^2.4.9",
|
|
10770
|
-
"vite": "^6.0.0 || ^7.0.0-0"
|
|
11334
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
|
10771
11335
|
},
|
|
10772
11336
|
"peerDependenciesMeta": {
|
|
10773
11337
|
"msw": {
|
|
@@ -10779,17 +11343,17 @@
|
|
|
10779
11343
|
}
|
|
10780
11344
|
},
|
|
10781
11345
|
"node_modules/vitest/node_modules/vite": {
|
|
10782
|
-
"version": "
|
|
10783
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-
|
|
10784
|
-
"integrity": "sha512-
|
|
11346
|
+
"version": "8.0.0",
|
|
11347
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0.tgz",
|
|
11348
|
+
"integrity": "sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==",
|
|
10785
11349
|
"license": "MIT",
|
|
10786
11350
|
"peer": true,
|
|
10787
11351
|
"dependencies": {
|
|
10788
|
-
"
|
|
10789
|
-
"
|
|
11352
|
+
"@oxc-project/runtime": "0.115.0",
|
|
11353
|
+
"lightningcss": "^1.32.0",
|
|
10790
11354
|
"picomatch": "^4.0.3",
|
|
10791
|
-
"postcss": "^8.5.
|
|
10792
|
-
"
|
|
11355
|
+
"postcss": "^8.5.8",
|
|
11356
|
+
"rolldown": "1.0.0-rc.9",
|
|
10793
11357
|
"tinyglobby": "^0.2.15"
|
|
10794
11358
|
},
|
|
10795
11359
|
"bin": {
|
|
@@ -10806,9 +11370,10 @@
|
|
|
10806
11370
|
},
|
|
10807
11371
|
"peerDependencies": {
|
|
10808
11372
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
11373
|
+
"@vitejs/devtools": "^0.0.0-alpha.31",
|
|
11374
|
+
"esbuild": "^0.27.0",
|
|
10809
11375
|
"jiti": ">=1.21.0",
|
|
10810
11376
|
"less": "^4.0.0",
|
|
10811
|
-
"lightningcss": "^1.21.0",
|
|
10812
11377
|
"sass": "^1.70.0",
|
|
10813
11378
|
"sass-embedded": "^1.70.0",
|
|
10814
11379
|
"stylus": ">=0.54.8",
|
|
@@ -10821,13 +11386,16 @@
|
|
|
10821
11386
|
"@types/node": {
|
|
10822
11387
|
"optional": true
|
|
10823
11388
|
},
|
|
10824
|
-
"
|
|
11389
|
+
"@vitejs/devtools": {
|
|
10825
11390
|
"optional": true
|
|
10826
11391
|
},
|
|
10827
|
-
"
|
|
11392
|
+
"esbuild": {
|
|
10828
11393
|
"optional": true
|
|
10829
11394
|
},
|
|
10830
|
-
"
|
|
11395
|
+
"jiti": {
|
|
11396
|
+
"optional": true
|
|
11397
|
+
},
|
|
11398
|
+
"less": {
|
|
10831
11399
|
"optional": true
|
|
10832
11400
|
},
|
|
10833
11401
|
"sass": {
|
|
@@ -11179,6 +11747,21 @@
|
|
|
11179
11747
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
11180
11748
|
}
|
|
11181
11749
|
},
|
|
11750
|
+
"node_modules/webdriverio/node_modules/balanced-match": {
|
|
11751
|
+
"version": "1.0.2",
|
|
11752
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
11753
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
11754
|
+
"license": "MIT"
|
|
11755
|
+
},
|
|
11756
|
+
"node_modules/webdriverio/node_modules/brace-expansion": {
|
|
11757
|
+
"version": "2.0.2",
|
|
11758
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
11759
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
11760
|
+
"license": "MIT",
|
|
11761
|
+
"dependencies": {
|
|
11762
|
+
"balanced-match": "^1.0.0"
|
|
11763
|
+
}
|
|
11764
|
+
},
|
|
11182
11765
|
"node_modules/webdriverio/node_modules/chalk": {
|
|
11183
11766
|
"version": "5.6.2",
|
|
11184
11767
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -11253,12 +11836,12 @@
|
|
|
11253
11836
|
"license": "ISC"
|
|
11254
11837
|
},
|
|
11255
11838
|
"node_modules/webdriverio/node_modules/minimatch": {
|
|
11256
|
-
"version": "9.0.
|
|
11257
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
11258
|
-
"integrity": "sha512-
|
|
11839
|
+
"version": "9.0.9",
|
|
11840
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
11841
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
11259
11842
|
"license": "ISC",
|
|
11260
11843
|
"dependencies": {
|
|
11261
|
-
"brace-expansion": "^
|
|
11844
|
+
"brace-expansion": "^2.0.2"
|
|
11262
11845
|
},
|
|
11263
11846
|
"engines": {
|
|
11264
11847
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -11283,34 +11866,6 @@
|
|
|
11283
11866
|
"url": "https://github.com/sponsors/isaacs"
|
|
11284
11867
|
}
|
|
11285
11868
|
},
|
|
11286
|
-
"node_modules/webdriverio/node_modules/ret": {
|
|
11287
|
-
"version": "0.5.0",
|
|
11288
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
11289
|
-
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
11290
|
-
"license": "MIT",
|
|
11291
|
-
"engines": {
|
|
11292
|
-
"node": ">=10"
|
|
11293
|
-
}
|
|
11294
|
-
},
|
|
11295
|
-
"node_modules/webdriverio/node_modules/safe-regex2": {
|
|
11296
|
-
"version": "5.0.0",
|
|
11297
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
11298
|
-
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
11299
|
-
"funding": [
|
|
11300
|
-
{
|
|
11301
|
-
"type": "github",
|
|
11302
|
-
"url": "https://github.com/sponsors/fastify"
|
|
11303
|
-
},
|
|
11304
|
-
{
|
|
11305
|
-
"type": "opencollective",
|
|
11306
|
-
"url": "https://opencollective.com/fastify"
|
|
11307
|
-
}
|
|
11308
|
-
],
|
|
11309
|
-
"license": "MIT",
|
|
11310
|
-
"dependencies": {
|
|
11311
|
-
"ret": "~0.5.0"
|
|
11312
|
-
}
|
|
11313
|
-
},
|
|
11314
11869
|
"node_modules/webdriverio/node_modules/serialize-error": {
|
|
11315
11870
|
"version": "12.0.0",
|
|
11316
11871
|
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-12.0.0.tgz",
|
|
@@ -11344,12 +11899,12 @@
|
|
|
11344
11899
|
}
|
|
11345
11900
|
},
|
|
11346
11901
|
"node_modules/webdriverio/node_modules/strip-ansi": {
|
|
11347
|
-
"version": "7.
|
|
11348
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
11349
|
-
"integrity": "sha512-
|
|
11902
|
+
"version": "7.2.0",
|
|
11903
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
11904
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
11350
11905
|
"license": "MIT",
|
|
11351
11906
|
"dependencies": {
|
|
11352
|
-
"ansi-regex": "^6.
|
|
11907
|
+
"ansi-regex": "^6.2.2"
|
|
11353
11908
|
},
|
|
11354
11909
|
"engines": {
|
|
11355
11910
|
"node": ">=12"
|
|
@@ -11371,9 +11926,9 @@
|
|
|
11371
11926
|
}
|
|
11372
11927
|
},
|
|
11373
11928
|
"node_modules/webdriverio/node_modules/undici": {
|
|
11374
|
-
"version": "6.
|
|
11375
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
11376
|
-
"integrity": "sha512-
|
|
11929
|
+
"version": "6.24.1",
|
|
11930
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz",
|
|
11931
|
+
"integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==",
|
|
11377
11932
|
"license": "MIT",
|
|
11378
11933
|
"engines": {
|
|
11379
11934
|
"node": ">=18.17"
|