@testim/testim-cli 4.186.0 → 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 +1168 -657
- 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.186.
|
|
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.186.
|
|
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
|
+
],
|
|
1360
1430
|
"license": "MIT",
|
|
1361
1431
|
"dependencies": {
|
|
1362
|
-
"ajv": "^
|
|
1432
|
+
"ajv": "^8.12.0",
|
|
1433
|
+
"ajv-formats": "^3.0.1",
|
|
1434
|
+
"fast-uri": "^3.0.0"
|
|
1363
1435
|
}
|
|
1364
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==",
|
|
1441
|
+
"license": "MIT",
|
|
1442
|
+
"dependencies": {
|
|
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"
|
|
1451
|
+
}
|
|
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,40 +2030,49 @@
|
|
|
1902
2030
|
"os": [
|
|
1903
2031
|
"openharmony"
|
|
1904
2032
|
],
|
|
1905
|
-
"peer": true
|
|
2033
|
+
"peer": true,
|
|
2034
|
+
"engines": {
|
|
2035
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2036
|
+
}
|
|
1906
2037
|
},
|
|
1907
|
-
"node_modules/@
|
|
1908
|
-
"version": "
|
|
1909
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1910
|
-
"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==",
|
|
1911
2042
|
"cpu": [
|
|
1912
|
-
"
|
|
2043
|
+
"wasm32"
|
|
1913
2044
|
],
|
|
1914
2045
|
"license": "MIT",
|
|
1915
2046
|
"optional": true,
|
|
1916
|
-
"
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
2047
|
+
"peer": true,
|
|
2048
|
+
"dependencies": {
|
|
2049
|
+
"@napi-rs/wasm-runtime": "^1.1.1"
|
|
2050
|
+
},
|
|
2051
|
+
"engines": {
|
|
2052
|
+
"node": ">=14.0.0"
|
|
2053
|
+
}
|
|
1920
2054
|
},
|
|
1921
|
-
"node_modules/@
|
|
1922
|
-
"version": "
|
|
1923
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1924
|
-
"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==",
|
|
1925
2059
|
"cpu": [
|
|
1926
|
-
"
|
|
2060
|
+
"arm64"
|
|
1927
2061
|
],
|
|
1928
2062
|
"license": "MIT",
|
|
1929
2063
|
"optional": true,
|
|
1930
2064
|
"os": [
|
|
1931
2065
|
"win32"
|
|
1932
2066
|
],
|
|
1933
|
-
"peer": true
|
|
2067
|
+
"peer": true,
|
|
2068
|
+
"engines": {
|
|
2069
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2070
|
+
}
|
|
1934
2071
|
},
|
|
1935
|
-
"node_modules/@
|
|
1936
|
-
"version": "
|
|
1937
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1938
|
-
"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==",
|
|
1939
2076
|
"cpu": [
|
|
1940
2077
|
"x64"
|
|
1941
2078
|
],
|
|
@@ -1944,20 +2081,16 @@
|
|
|
1944
2081
|
"os": [
|
|
1945
2082
|
"win32"
|
|
1946
2083
|
],
|
|
1947
|
-
"peer": true
|
|
2084
|
+
"peer": true,
|
|
2085
|
+
"engines": {
|
|
2086
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2087
|
+
}
|
|
1948
2088
|
},
|
|
1949
|
-
"node_modules/@
|
|
1950
|
-
"version": "
|
|
1951
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1952
|
-
"integrity": "sha512-
|
|
1953
|
-
"cpu": [
|
|
1954
|
-
"x64"
|
|
1955
|
-
],
|
|
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==",
|
|
1956
2093
|
"license": "MIT",
|
|
1957
|
-
"optional": true,
|
|
1958
|
-
"os": [
|
|
1959
|
-
"win32"
|
|
1960
|
-
],
|
|
1961
2094
|
"peer": true
|
|
1962
2095
|
},
|
|
1963
2096
|
"node_modules/@segment/analytics-core": {
|
|
@@ -2130,6 +2263,17 @@
|
|
|
2130
2263
|
"dev": true,
|
|
2131
2264
|
"license": "MIT"
|
|
2132
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
|
+
},
|
|
2133
2277
|
"node_modules/@types/agent-base": {
|
|
2134
2278
|
"version": "4.2.2",
|
|
2135
2279
|
"resolved": "https://registry.npmjs.org/@types/agent-base/-/agent-base-4.2.2.tgz",
|
|
@@ -2455,9 +2599,9 @@
|
|
|
2455
2599
|
"license": "MIT"
|
|
2456
2600
|
},
|
|
2457
2601
|
"node_modules/@types/qs": {
|
|
2458
|
-
"version": "6.
|
|
2459
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.
|
|
2460
|
-
"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==",
|
|
2461
2605
|
"dev": true,
|
|
2462
2606
|
"license": "MIT"
|
|
2463
2607
|
},
|
|
@@ -2659,17 +2803,17 @@
|
|
|
2659
2803
|
}
|
|
2660
2804
|
},
|
|
2661
2805
|
"node_modules/@vitest/expect": {
|
|
2662
|
-
"version": "4.0
|
|
2663
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.
|
|
2664
|
-
"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==",
|
|
2665
2809
|
"license": "MIT",
|
|
2666
2810
|
"peer": true,
|
|
2667
2811
|
"dependencies": {
|
|
2668
|
-
"@standard-schema/spec": "^1.
|
|
2812
|
+
"@standard-schema/spec": "^1.1.0",
|
|
2669
2813
|
"@types/chai": "^5.2.2",
|
|
2670
|
-
"@vitest/spy": "4.0
|
|
2671
|
-
"@vitest/utils": "4.0
|
|
2672
|
-
"chai": "^6.2.
|
|
2814
|
+
"@vitest/spy": "4.1.0",
|
|
2815
|
+
"@vitest/utils": "4.1.0",
|
|
2816
|
+
"chai": "^6.2.2",
|
|
2673
2817
|
"tinyrainbow": "^3.0.3"
|
|
2674
2818
|
},
|
|
2675
2819
|
"funding": {
|
|
@@ -2687,9 +2831,9 @@
|
|
|
2687
2831
|
}
|
|
2688
2832
|
},
|
|
2689
2833
|
"node_modules/@vitest/pretty-format": {
|
|
2690
|
-
"version": "4.0
|
|
2691
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.
|
|
2692
|
-
"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==",
|
|
2693
2837
|
"license": "MIT",
|
|
2694
2838
|
"peer": true,
|
|
2695
2839
|
"dependencies": {
|
|
@@ -2700,13 +2844,13 @@
|
|
|
2700
2844
|
}
|
|
2701
2845
|
},
|
|
2702
2846
|
"node_modules/@vitest/runner": {
|
|
2703
|
-
"version": "4.0
|
|
2704
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.
|
|
2705
|
-
"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==",
|
|
2706
2850
|
"license": "MIT",
|
|
2707
2851
|
"peer": true,
|
|
2708
2852
|
"dependencies": {
|
|
2709
|
-
"@vitest/utils": "4.0
|
|
2853
|
+
"@vitest/utils": "4.1.0",
|
|
2710
2854
|
"pathe": "^2.0.3"
|
|
2711
2855
|
},
|
|
2712
2856
|
"funding": {
|
|
@@ -2714,13 +2858,14 @@
|
|
|
2714
2858
|
}
|
|
2715
2859
|
},
|
|
2716
2860
|
"node_modules/@vitest/snapshot": {
|
|
2717
|
-
"version": "4.0
|
|
2718
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.
|
|
2719
|
-
"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==",
|
|
2720
2864
|
"license": "MIT",
|
|
2721
2865
|
"peer": true,
|
|
2722
2866
|
"dependencies": {
|
|
2723
|
-
"@vitest/pretty-format": "4.0
|
|
2867
|
+
"@vitest/pretty-format": "4.1.0",
|
|
2868
|
+
"@vitest/utils": "4.1.0",
|
|
2724
2869
|
"magic-string": "^0.30.21",
|
|
2725
2870
|
"pathe": "^2.0.3"
|
|
2726
2871
|
},
|
|
@@ -2729,9 +2874,9 @@
|
|
|
2729
2874
|
}
|
|
2730
2875
|
},
|
|
2731
2876
|
"node_modules/@vitest/spy": {
|
|
2732
|
-
"version": "4.0
|
|
2733
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.
|
|
2734
|
-
"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==",
|
|
2735
2880
|
"license": "MIT",
|
|
2736
2881
|
"peer": true,
|
|
2737
2882
|
"funding": {
|
|
@@ -2739,19 +2884,27 @@
|
|
|
2739
2884
|
}
|
|
2740
2885
|
},
|
|
2741
2886
|
"node_modules/@vitest/utils": {
|
|
2742
|
-
"version": "4.0
|
|
2743
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.
|
|
2744
|
-
"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==",
|
|
2745
2890
|
"license": "MIT",
|
|
2746
2891
|
"peer": true,
|
|
2747
2892
|
"dependencies": {
|
|
2748
|
-
"@vitest/pretty-format": "4.0
|
|
2893
|
+
"@vitest/pretty-format": "4.1.0",
|
|
2894
|
+
"convert-source-map": "^2.0.0",
|
|
2749
2895
|
"tinyrainbow": "^3.0.3"
|
|
2750
2896
|
},
|
|
2751
2897
|
"funding": {
|
|
2752
2898
|
"url": "https://opencollective.com/vitest"
|
|
2753
2899
|
}
|
|
2754
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
|
+
},
|
|
2755
2908
|
"node_modules/@wdio/config": {
|
|
2756
2909
|
"version": "7.30.0",
|
|
2757
2910
|
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-7.30.0.tgz",
|
|
@@ -2948,9 +3101,9 @@
|
|
|
2948
3101
|
"license": "MIT"
|
|
2949
3102
|
},
|
|
2950
3103
|
"node_modules/@zip.js/zip.js": {
|
|
2951
|
-
"version": "2.8.
|
|
2952
|
-
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.
|
|
2953
|
-
"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==",
|
|
2954
3107
|
"license": "BSD-3-Clause",
|
|
2955
3108
|
"engines": {
|
|
2956
3109
|
"bun": ">=0.7.0",
|
|
@@ -3089,6 +3242,45 @@
|
|
|
3089
3242
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
3090
3243
|
}
|
|
3091
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
|
+
},
|
|
3092
3284
|
"node_modules/ansi-regex": {
|
|
3093
3285
|
"version": "5.0.1",
|
|
3094
3286
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
@@ -3396,12 +3588,6 @@
|
|
|
3396
3588
|
"safe-buffer": "~5.2.0"
|
|
3397
3589
|
}
|
|
3398
3590
|
},
|
|
3399
|
-
"node_modules/archy": {
|
|
3400
|
-
"version": "1.0.0",
|
|
3401
|
-
"resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
|
|
3402
|
-
"integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==",
|
|
3403
|
-
"license": "MIT"
|
|
3404
|
-
},
|
|
3405
3591
|
"node_modules/arg": {
|
|
3406
3592
|
"version": "4.1.3",
|
|
3407
3593
|
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
|
|
@@ -3485,15 +3671,23 @@
|
|
|
3485
3671
|
}
|
|
3486
3672
|
},
|
|
3487
3673
|
"node_modules/avvio": {
|
|
3488
|
-
"version": "
|
|
3489
|
-
"resolved": "https://registry.npmjs.org/avvio/-/avvio-
|
|
3490
|
-
"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
|
+
],
|
|
3491
3687
|
"license": "MIT",
|
|
3492
3688
|
"dependencies": {
|
|
3493
|
-
"
|
|
3494
|
-
"
|
|
3495
|
-
"fastq": "^1.6.1",
|
|
3496
|
-
"queue-microtask": "^1.1.2"
|
|
3689
|
+
"@fastify/error": "^4.0.0",
|
|
3690
|
+
"fastq": "^1.17.1"
|
|
3497
3691
|
}
|
|
3498
3692
|
},
|
|
3499
3693
|
"node_modules/axios": {
|
|
@@ -3570,9 +3764,9 @@
|
|
|
3570
3764
|
}
|
|
3571
3765
|
},
|
|
3572
3766
|
"node_modules/bare-os": {
|
|
3573
|
-
"version": "3.
|
|
3574
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.
|
|
3575
|
-
"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==",
|
|
3576
3770
|
"license": "Apache-2.0",
|
|
3577
3771
|
"engines": {
|
|
3578
3772
|
"bare": ">=1.14.0"
|
|
@@ -3588,9 +3782,9 @@
|
|
|
3588
3782
|
}
|
|
3589
3783
|
},
|
|
3590
3784
|
"node_modules/bare-stream": {
|
|
3591
|
-
"version": "2.8.
|
|
3592
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.
|
|
3593
|
-
"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==",
|
|
3594
3788
|
"license": "Apache-2.0",
|
|
3595
3789
|
"dependencies": {
|
|
3596
3790
|
"streamx": "^2.21.0",
|
|
@@ -4811,6 +5005,15 @@
|
|
|
4811
5005
|
"node": ">= 0.8"
|
|
4812
5006
|
}
|
|
4813
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
|
+
},
|
|
4814
5017
|
"node_modules/destroy": {
|
|
4815
5018
|
"version": "1.2.0",
|
|
4816
5019
|
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
|
|
@@ -4821,6 +5024,16 @@
|
|
|
4821
5024
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
4822
5025
|
}
|
|
4823
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
|
+
},
|
|
4824
5037
|
"node_modules/dezalgo": {
|
|
4825
5038
|
"version": "1.0.4",
|
|
4826
5039
|
"resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
|
|
@@ -5105,34 +5318,6 @@
|
|
|
5105
5318
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
5106
5319
|
"license": "MIT"
|
|
5107
5320
|
},
|
|
5108
|
-
"node_modules/edgedriver/node_modules/ret": {
|
|
5109
|
-
"version": "0.5.0",
|
|
5110
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
5111
|
-
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
5112
|
-
"license": "MIT",
|
|
5113
|
-
"engines": {
|
|
5114
|
-
"node": ">=10"
|
|
5115
|
-
}
|
|
5116
|
-
},
|
|
5117
|
-
"node_modules/edgedriver/node_modules/safe-regex2": {
|
|
5118
|
-
"version": "5.0.0",
|
|
5119
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
5120
|
-
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
5121
|
-
"funding": [
|
|
5122
|
-
{
|
|
5123
|
-
"type": "github",
|
|
5124
|
-
"url": "https://github.com/sponsors/fastify"
|
|
5125
|
-
},
|
|
5126
|
-
{
|
|
5127
|
-
"type": "opencollective",
|
|
5128
|
-
"url": "https://opencollective.com/fastify"
|
|
5129
|
-
}
|
|
5130
|
-
],
|
|
5131
|
-
"license": "MIT",
|
|
5132
|
-
"dependencies": {
|
|
5133
|
-
"ret": "~0.5.0"
|
|
5134
|
-
}
|
|
5135
|
-
},
|
|
5136
5321
|
"node_modules/edgedriver/node_modules/strip-ansi": {
|
|
5137
5322
|
"version": "7.2.0",
|
|
5138
5323
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
@@ -5367,9 +5552,9 @@
|
|
|
5367
5552
|
}
|
|
5368
5553
|
},
|
|
5369
5554
|
"node_modules/es-module-lexer": {
|
|
5370
|
-
"version": "
|
|
5371
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-
|
|
5372
|
-
"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==",
|
|
5373
5558
|
"license": "MIT",
|
|
5374
5559
|
"peer": true
|
|
5375
5560
|
},
|
|
@@ -5404,6 +5589,7 @@
|
|
|
5404
5589
|
"version": "0.27.2",
|
|
5405
5590
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
|
|
5406
5591
|
"integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
|
|
5592
|
+
"devOptional": true,
|
|
5407
5593
|
"hasInstallScript": true,
|
|
5408
5594
|
"license": "MIT",
|
|
5409
5595
|
"bin": {
|
|
@@ -5726,12 +5912,6 @@
|
|
|
5726
5912
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5727
5913
|
}
|
|
5728
5914
|
},
|
|
5729
|
-
"node_modules/fast-content-type-parse": {
|
|
5730
|
-
"version": "1.1.0",
|
|
5731
|
-
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.1.0.tgz",
|
|
5732
|
-
"integrity": "sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ==",
|
|
5733
|
-
"license": "MIT"
|
|
5734
|
-
},
|
|
5735
5915
|
"node_modules/fast-decode-uri-component": {
|
|
5736
5916
|
"version": "1.0.1",
|
|
5737
5917
|
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
@@ -5756,28 +5936,59 @@
|
|
|
5756
5936
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
5757
5937
|
"license": "MIT"
|
|
5758
5938
|
},
|
|
5759
|
-
"node_modules/fast-json-stringify": {
|
|
5760
|
-
"version": "
|
|
5761
|
-
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-
|
|
5762
|
-
"integrity": "sha512-
|
|
5939
|
+
"node_modules/fast-json-stringify": {
|
|
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==",
|
|
5967
|
+
"license": "MIT",
|
|
5968
|
+
"dependencies": {
|
|
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"
|
|
5973
|
+
},
|
|
5974
|
+
"funding": {
|
|
5975
|
+
"type": "github",
|
|
5976
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
5977
|
+
}
|
|
5978
|
+
},
|
|
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==",
|
|
5763
5989
|
"license": "MIT",
|
|
5764
5990
|
"dependencies": {
|
|
5765
|
-
"
|
|
5766
|
-
"deepmerge": "^4.2.2",
|
|
5767
|
-
"rfdc": "^1.2.0",
|
|
5768
|
-
"string-similarity": "^4.0.1"
|
|
5769
|
-
},
|
|
5770
|
-
"engines": {
|
|
5771
|
-
"node": ">= 10.0.0"
|
|
5772
|
-
}
|
|
5773
|
-
},
|
|
5774
|
-
"node_modules/fast-redact": {
|
|
5775
|
-
"version": "3.5.0",
|
|
5776
|
-
"resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.5.0.tgz",
|
|
5777
|
-
"integrity": "sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==",
|
|
5778
|
-
"license": "MIT",
|
|
5779
|
-
"engines": {
|
|
5780
|
-
"node": ">=6"
|
|
5991
|
+
"fast-decode-uri-component": "^1.0.1"
|
|
5781
5992
|
}
|
|
5782
5993
|
},
|
|
5783
5994
|
"node_modules/fast-safe-stringify": {
|
|
@@ -5803,21 +6014,24 @@
|
|
|
5803
6014
|
"license": "BSD-3-Clause"
|
|
5804
6015
|
},
|
|
5805
6016
|
"node_modules/fast-xml-builder": {
|
|
5806
|
-
"version": "1.
|
|
5807
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
5808
|
-
"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==",
|
|
5809
6020
|
"funding": [
|
|
5810
6021
|
{
|
|
5811
6022
|
"type": "github",
|
|
5812
6023
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5813
6024
|
}
|
|
5814
6025
|
],
|
|
5815
|
-
"license": "MIT"
|
|
6026
|
+
"license": "MIT",
|
|
6027
|
+
"dependencies": {
|
|
6028
|
+
"path-expression-matcher": "^1.1.3"
|
|
6029
|
+
}
|
|
5816
6030
|
},
|
|
5817
6031
|
"node_modules/fast-xml-parser": {
|
|
5818
|
-
"version": "5.
|
|
5819
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
5820
|
-
"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==",
|
|
5821
6035
|
"funding": [
|
|
5822
6036
|
{
|
|
5823
6037
|
"type": "github",
|
|
@@ -5826,7 +6040,8 @@
|
|
|
5826
6040
|
],
|
|
5827
6041
|
"license": "MIT",
|
|
5828
6042
|
"dependencies": {
|
|
5829
|
-
"fast-xml-builder": "^1.
|
|
6043
|
+
"fast-xml-builder": "^1.1.4",
|
|
6044
|
+
"path-expression-matcher": "^1.1.3",
|
|
5830
6045
|
"strnum": "^2.1.2"
|
|
5831
6046
|
},
|
|
5832
6047
|
"bin": {
|
|
@@ -5834,27 +6049,36 @@
|
|
|
5834
6049
|
}
|
|
5835
6050
|
},
|
|
5836
6051
|
"node_modules/fastify": {
|
|
5837
|
-
"version": "
|
|
5838
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-
|
|
5839
|
-
"integrity": "sha512-
|
|
5840
|
-
"
|
|
5841
|
-
|
|
5842
|
-
|
|
5843
|
-
|
|
5844
|
-
|
|
5845
|
-
|
|
5846
|
-
|
|
5847
|
-
|
|
5848
|
-
|
|
5849
|
-
|
|
5850
|
-
|
|
5851
|
-
|
|
5852
|
-
"
|
|
5853
|
-
"
|
|
5854
|
-
"
|
|
5855
|
-
"
|
|
5856
|
-
"
|
|
5857
|
-
"
|
|
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"
|
|
5858
6082
|
}
|
|
5859
6083
|
},
|
|
5860
6084
|
"node_modules/fastify-plugin": {
|
|
@@ -5962,18 +6186,17 @@
|
|
|
5962
6186
|
"license": "MIT"
|
|
5963
6187
|
},
|
|
5964
6188
|
"node_modules/find-my-way": {
|
|
5965
|
-
"version": "
|
|
5966
|
-
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-
|
|
5967
|
-
"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==",
|
|
5968
6192
|
"license": "MIT",
|
|
5969
6193
|
"dependencies": {
|
|
5970
|
-
"fast-decode-uri-component": "^1.0.1",
|
|
5971
6194
|
"fast-deep-equal": "^3.1.3",
|
|
5972
|
-
"
|
|
5973
|
-
"
|
|
6195
|
+
"fast-querystring": "^1.0.0",
|
|
6196
|
+
"safe-regex2": "^5.0.0"
|
|
5974
6197
|
},
|
|
5975
6198
|
"engines": {
|
|
5976
|
-
"node": ">=
|
|
6199
|
+
"node": ">=20"
|
|
5977
6200
|
}
|
|
5978
6201
|
},
|
|
5979
6202
|
"node_modules/find-process": {
|
|
@@ -6020,12 +6243,6 @@
|
|
|
6020
6243
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6021
6244
|
}
|
|
6022
6245
|
},
|
|
6023
|
-
"node_modules/flatstr": {
|
|
6024
|
-
"version": "1.0.12",
|
|
6025
|
-
"resolved": "https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz",
|
|
6026
|
-
"integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==",
|
|
6027
|
-
"license": "MIT"
|
|
6028
|
-
},
|
|
6029
6246
|
"node_modules/fn.name": {
|
|
6030
6247
|
"version": "1.1.0",
|
|
6031
6248
|
"resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz",
|
|
@@ -6350,34 +6567,6 @@
|
|
|
6350
6567
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
6351
6568
|
"license": "MIT"
|
|
6352
6569
|
},
|
|
6353
|
-
"node_modules/geckodriver/node_modules/ret": {
|
|
6354
|
-
"version": "0.5.0",
|
|
6355
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
6356
|
-
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
6357
|
-
"license": "MIT",
|
|
6358
|
-
"engines": {
|
|
6359
|
-
"node": ">=10"
|
|
6360
|
-
}
|
|
6361
|
-
},
|
|
6362
|
-
"node_modules/geckodriver/node_modules/safe-regex2": {
|
|
6363
|
-
"version": "5.0.0",
|
|
6364
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
6365
|
-
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
6366
|
-
"funding": [
|
|
6367
|
-
{
|
|
6368
|
-
"type": "github",
|
|
6369
|
-
"url": "https://github.com/sponsors/fastify"
|
|
6370
|
-
},
|
|
6371
|
-
{
|
|
6372
|
-
"type": "opencollective",
|
|
6373
|
-
"url": "https://opencollective.com/fastify"
|
|
6374
|
-
}
|
|
6375
|
-
],
|
|
6376
|
-
"license": "MIT",
|
|
6377
|
-
"dependencies": {
|
|
6378
|
-
"ret": "~0.5.0"
|
|
6379
|
-
}
|
|
6380
|
-
},
|
|
6381
6570
|
"node_modules/geckodriver/node_modules/strip-ansi": {
|
|
6382
6571
|
"version": "7.2.0",
|
|
6383
6572
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
@@ -6877,12 +7066,12 @@
|
|
|
6877
7066
|
}
|
|
6878
7067
|
},
|
|
6879
7068
|
"node_modules/ipaddr.js": {
|
|
6880
|
-
"version": "
|
|
6881
|
-
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-
|
|
6882
|
-
"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==",
|
|
6883
7072
|
"license": "MIT",
|
|
6884
7073
|
"engines": {
|
|
6885
|
-
"node": ">=
|
|
7074
|
+
"node": ">= 10"
|
|
6886
7075
|
}
|
|
6887
7076
|
},
|
|
6888
7077
|
"node_modules/is-core-module": {
|
|
@@ -7092,6 +7281,25 @@
|
|
|
7092
7281
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
7093
7282
|
"license": "MIT"
|
|
7094
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
|
+
},
|
|
7095
7303
|
"node_modules/json-schema-traverse": {
|
|
7096
7304
|
"version": "0.4.1",
|
|
7097
7305
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
@@ -7240,73 +7448,341 @@
|
|
|
7240
7448
|
}
|
|
7241
7449
|
},
|
|
7242
7450
|
"node_modules/light-my-request": {
|
|
7243
|
-
"version": "
|
|
7244
|
-
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-
|
|
7245
|
-
"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
|
+
],
|
|
7246
7464
|
"license": "BSD-3-Clause",
|
|
7247
7465
|
"dependencies": {
|
|
7248
|
-
"
|
|
7249
|
-
"
|
|
7250
|
-
"
|
|
7251
|
-
"set-cookie-parser": "^2.4.1"
|
|
7466
|
+
"cookie": "^1.0.1",
|
|
7467
|
+
"process-warning": "^4.0.0",
|
|
7468
|
+
"set-cookie-parser": "^2.6.0"
|
|
7252
7469
|
}
|
|
7253
7470
|
},
|
|
7254
|
-
"node_modules/light-my-request/node_modules/
|
|
7255
|
-
"version": "
|
|
7256
|
-
"resolved": "https://registry.npmjs.org/
|
|
7257
|
-
"integrity": "sha512-
|
|
7471
|
+
"node_modules/light-my-request/node_modules/cookie": {
|
|
7472
|
+
"version": "1.1.1",
|
|
7473
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
|
7474
|
+
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
|
|
7258
7475
|
"license": "MIT",
|
|
7476
|
+
"engines": {
|
|
7477
|
+
"node": ">=18"
|
|
7478
|
+
},
|
|
7479
|
+
"funding": {
|
|
7480
|
+
"type": "opencollective",
|
|
7481
|
+
"url": "https://opencollective.com/express"
|
|
7482
|
+
}
|
|
7483
|
+
},
|
|
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
|
+
],
|
|
7498
|
+
"license": "MIT"
|
|
7499
|
+
},
|
|
7500
|
+
"node_modules/lighthouse-logger": {
|
|
7501
|
+
"version": "1.4.2",
|
|
7502
|
+
"resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
|
|
7503
|
+
"integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
|
|
7504
|
+
"license": "Apache-2.0",
|
|
7259
7505
|
"dependencies": {
|
|
7260
|
-
"
|
|
7261
|
-
"
|
|
7262
|
-
|
|
7263
|
-
|
|
7506
|
+
"debug": "^2.6.9",
|
|
7507
|
+
"marky": "^1.2.2"
|
|
7508
|
+
}
|
|
7509
|
+
},
|
|
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"
|
|
7264
7717
|
},
|
|
7265
7718
|
"funding": {
|
|
7266
|
-
"type": "
|
|
7267
|
-
"url": "https://
|
|
7719
|
+
"type": "opencollective",
|
|
7720
|
+
"url": "https://opencollective.com/parcel"
|
|
7268
7721
|
}
|
|
7269
7722
|
},
|
|
7270
|
-
"node_modules/
|
|
7271
|
-
"version": "
|
|
7272
|
-
"resolved": "https://registry.npmjs.org/
|
|
7273
|
-
"integrity": "sha512-
|
|
7274
|
-
"
|
|
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,
|
|
7275
7736
|
"engines": {
|
|
7276
|
-
"node": ">= 0.
|
|
7737
|
+
"node": ">= 12.0.0"
|
|
7738
|
+
},
|
|
7739
|
+
"funding": {
|
|
7740
|
+
"type": "opencollective",
|
|
7741
|
+
"url": "https://opencollective.com/parcel"
|
|
7277
7742
|
}
|
|
7278
7743
|
},
|
|
7279
|
-
"node_modules/
|
|
7280
|
-
"version": "1.
|
|
7281
|
-
"resolved": "https://registry.npmjs.org/
|
|
7282
|
-
"integrity": "sha512-
|
|
7283
|
-
"
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
"
|
|
7287
|
-
"
|
|
7288
|
-
"
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
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"
|
|
7293
7763
|
}
|
|
7294
7764
|
},
|
|
7295
|
-
"node_modules/
|
|
7296
|
-
"version": "
|
|
7297
|
-
"resolved": "https://registry.npmjs.org/
|
|
7298
|
-
"integrity": "sha512-
|
|
7299
|
-
"
|
|
7300
|
-
|
|
7301
|
-
|
|
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"
|
|
7302
7784
|
}
|
|
7303
7785
|
},
|
|
7304
|
-
"node_modules/lighthouse-logger/node_modules/ms": {
|
|
7305
|
-
"version": "2.0.0",
|
|
7306
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
7307
|
-
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
7308
|
-
"license": "MIT"
|
|
7309
|
-
},
|
|
7310
7786
|
"node_modules/linkedom": {
|
|
7311
7787
|
"version": "0.18.0",
|
|
7312
7788
|
"resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.18.0.tgz",
|
|
@@ -7498,9 +7974,9 @@
|
|
|
7498
7974
|
}
|
|
7499
7975
|
},
|
|
7500
7976
|
"node_modules/lru-cache": {
|
|
7501
|
-
"version": "11.2.
|
|
7502
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
7503
|
-
"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==",
|
|
7504
7980
|
"dev": true,
|
|
7505
7981
|
"license": "BlueOak-1.0.0",
|
|
7506
7982
|
"engines": {
|
|
@@ -7769,9 +8245,9 @@
|
|
|
7769
8245
|
}
|
|
7770
8246
|
},
|
|
7771
8247
|
"node_modules/nise": {
|
|
7772
|
-
"version": "6.1.
|
|
7773
|
-
"resolved": "https://registry.npmjs.org/nise/-/nise-6.1.
|
|
7774
|
-
"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==",
|
|
7775
8251
|
"dev": true,
|
|
7776
8252
|
"license": "BSD-3-Clause",
|
|
7777
8253
|
"dependencies": {
|
|
@@ -7942,6 +8418,15 @@
|
|
|
7942
8418
|
"license": "MIT",
|
|
7943
8419
|
"peer": true
|
|
7944
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
|
+
},
|
|
7945
8430
|
"node_modules/on-finished": {
|
|
7946
8431
|
"version": "2.4.1",
|
|
7947
8432
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -8264,6 +8749,21 @@
|
|
|
8264
8749
|
"node": ">= 0.8"
|
|
8265
8750
|
}
|
|
8266
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
|
+
},
|
|
8267
8767
|
"node_modules/path-key": {
|
|
8268
8768
|
"version": "3.1.1",
|
|
8269
8769
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
@@ -8363,27 +8863,40 @@
|
|
|
8363
8863
|
}
|
|
8364
8864
|
},
|
|
8365
8865
|
"node_modules/pino": {
|
|
8366
|
-
"version": "
|
|
8367
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-
|
|
8368
|
-
"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==",
|
|
8369
8869
|
"license": "MIT",
|
|
8370
8870
|
"dependencies": {
|
|
8371
|
-
"
|
|
8372
|
-
"
|
|
8373
|
-
"
|
|
8374
|
-
"pino-
|
|
8375
|
-
"
|
|
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",
|
|
8376
8877
|
"quick-format-unescaped": "^4.0.3",
|
|
8377
|
-
"
|
|
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"
|
|
8378
8882
|
},
|
|
8379
8883
|
"bin": {
|
|
8380
8884
|
"pino": "bin.js"
|
|
8381
8885
|
}
|
|
8382
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
|
+
},
|
|
8383
8896
|
"node_modules/pino-std-serializers": {
|
|
8384
|
-
"version": "
|
|
8385
|
-
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-
|
|
8386
|
-
"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==",
|
|
8387
8900
|
"license": "MIT"
|
|
8388
8901
|
},
|
|
8389
8902
|
"node_modules/png-async": {
|
|
@@ -8484,9 +8997,19 @@
|
|
|
8484
8997
|
"license": "MIT"
|
|
8485
8998
|
},
|
|
8486
8999
|
"node_modules/process-warning": {
|
|
8487
|
-
"version": "
|
|
8488
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
8489
|
-
"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
|
+
],
|
|
8490
9013
|
"license": "MIT"
|
|
8491
9014
|
},
|
|
8492
9015
|
"node_modules/progress": {
|
|
@@ -8533,6 +9056,15 @@
|
|
|
8533
9056
|
"node": ">= 0.10"
|
|
8534
9057
|
}
|
|
8535
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
|
+
},
|
|
8536
9068
|
"node_modules/proxy-agent": {
|
|
8537
9069
|
"version": "6.3.1",
|
|
8538
9070
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.1.tgz",
|
|
@@ -8700,26 +9232,6 @@
|
|
|
8700
9232
|
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
|
|
8701
9233
|
"license": "MIT"
|
|
8702
9234
|
},
|
|
8703
|
-
"node_modules/queue-microtask": {
|
|
8704
|
-
"version": "1.2.3",
|
|
8705
|
-
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
8706
|
-
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
8707
|
-
"funding": [
|
|
8708
|
-
{
|
|
8709
|
-
"type": "github",
|
|
8710
|
-
"url": "https://github.com/sponsors/feross"
|
|
8711
|
-
},
|
|
8712
|
-
{
|
|
8713
|
-
"type": "patreon",
|
|
8714
|
-
"url": "https://www.patreon.com/feross"
|
|
8715
|
-
},
|
|
8716
|
-
{
|
|
8717
|
-
"type": "consulting",
|
|
8718
|
-
"url": "https://feross.org/support"
|
|
8719
|
-
}
|
|
8720
|
-
],
|
|
8721
|
-
"license": "MIT"
|
|
8722
|
-
},
|
|
8723
9235
|
"node_modules/quick-format-unescaped": {
|
|
8724
9236
|
"version": "4.0.4",
|
|
8725
9237
|
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
|
|
@@ -8819,6 +9331,15 @@
|
|
|
8819
9331
|
"node": ">=10"
|
|
8820
9332
|
}
|
|
8821
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
|
+
},
|
|
8822
9343
|
"node_modules/require-directory": {
|
|
8823
9344
|
"version": "2.1.1",
|
|
8824
9345
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -8911,12 +9432,12 @@
|
|
|
8911
9432
|
}
|
|
8912
9433
|
},
|
|
8913
9434
|
"node_modules/ret": {
|
|
8914
|
-
"version": "0.
|
|
8915
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.
|
|
8916
|
-
"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==",
|
|
8917
9438
|
"license": "MIT",
|
|
8918
9439
|
"engines": {
|
|
8919
|
-
"node": ">=
|
|
9440
|
+
"node": ">=10"
|
|
8920
9441
|
}
|
|
8921
9442
|
},
|
|
8922
9443
|
"node_modules/retry": {
|
|
@@ -8950,49 +9471,38 @@
|
|
|
8950
9471
|
"integrity": "sha512-22MOP1Rh7sAo1BZpDG6R5RFYzR2lYEgwq7HEmyW2qcsOqR2lQKmn+O//xV3YG/0rrhMC6KVX2hU+ZXuaw9a5bw==",
|
|
8951
9472
|
"license": "MIT"
|
|
8952
9473
|
},
|
|
8953
|
-
"node_modules/
|
|
8954
|
-
"version": "
|
|
8955
|
-
"resolved": "https://registry.npmjs.org/
|
|
8956
|
-
"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==",
|
|
8957
9478
|
"license": "MIT",
|
|
8958
9479
|
"peer": true,
|
|
8959
9480
|
"dependencies": {
|
|
8960
|
-
"@types
|
|
9481
|
+
"@oxc-project/types": "=0.115.0",
|
|
9482
|
+
"@rolldown/pluginutils": "1.0.0-rc.9"
|
|
8961
9483
|
},
|
|
8962
9484
|
"bin": {
|
|
8963
|
-
"
|
|
9485
|
+
"rolldown": "bin/cli.mjs"
|
|
8964
9486
|
},
|
|
8965
9487
|
"engines": {
|
|
8966
|
-
"node": "
|
|
8967
|
-
"npm": ">=8.0.0"
|
|
9488
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
8968
9489
|
},
|
|
8969
9490
|
"optionalDependencies": {
|
|
8970
|
-
"@
|
|
8971
|
-
"@
|
|
8972
|
-
"@
|
|
8973
|
-
"@
|
|
8974
|
-
"@
|
|
8975
|
-
"@
|
|
8976
|
-
"@
|
|
8977
|
-
"@
|
|
8978
|
-
"@
|
|
8979
|
-
"@
|
|
8980
|
-
"@
|
|
8981
|
-
"@
|
|
8982
|
-
"@
|
|
8983
|
-
"@
|
|
8984
|
-
"@
|
|
8985
|
-
"@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
|
8986
|
-
"@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
|
8987
|
-
"@rollup/rollup-linux-x64-gnu": "4.59.0",
|
|
8988
|
-
"@rollup/rollup-linux-x64-musl": "4.59.0",
|
|
8989
|
-
"@rollup/rollup-openbsd-x64": "4.59.0",
|
|
8990
|
-
"@rollup/rollup-openharmony-arm64": "4.59.0",
|
|
8991
|
-
"@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
|
8992
|
-
"@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
|
8993
|
-
"@rollup/rollup-win32-x64-gnu": "4.59.0",
|
|
8994
|
-
"@rollup/rollup-win32-x64-msvc": "4.59.0",
|
|
8995
|
-
"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"
|
|
8996
9506
|
}
|
|
8997
9507
|
},
|
|
8998
9508
|
"node_modules/rox-node": {
|
|
@@ -9034,12 +9544,25 @@
|
|
|
9034
9544
|
"license": "MIT"
|
|
9035
9545
|
},
|
|
9036
9546
|
"node_modules/safe-regex2": {
|
|
9037
|
-
"version": "
|
|
9038
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-
|
|
9039
|
-
"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
|
+
],
|
|
9040
9560
|
"license": "MIT",
|
|
9041
9561
|
"dependencies": {
|
|
9042
|
-
"ret": "~0.
|
|
9562
|
+
"ret": "~0.5.0"
|
|
9563
|
+
},
|
|
9564
|
+
"bin": {
|
|
9565
|
+
"safe-regex2": "bin/safe-regex2.js"
|
|
9043
9566
|
}
|
|
9044
9567
|
},
|
|
9045
9568
|
"node_modules/safe-stable-stringify": {
|
|
@@ -9058,9 +9581,9 @@
|
|
|
9058
9581
|
"license": "MIT"
|
|
9059
9582
|
},
|
|
9060
9583
|
"node_modules/sax": {
|
|
9061
|
-
"version": "1.
|
|
9062
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
9063
|
-
"integrity": "sha512-
|
|
9584
|
+
"version": "1.6.0",
|
|
9585
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
|
9586
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
9064
9587
|
"license": "BlueOak-1.0.0",
|
|
9065
9588
|
"engines": {
|
|
9066
9589
|
"node": ">=11.0.0"
|
|
@@ -9079,9 +9602,19 @@
|
|
|
9079
9602
|
}
|
|
9080
9603
|
},
|
|
9081
9604
|
"node_modules/secure-json-parse": {
|
|
9082
|
-
"version": "
|
|
9083
|
-
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-
|
|
9084
|
-
"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
|
+
],
|
|
9085
9618
|
"license": "BSD-3-Clause"
|
|
9086
9619
|
},
|
|
9087
9620
|
"node_modules/semver": {
|
|
@@ -9099,12 +9632,6 @@
|
|
|
9099
9632
|
"node": ">=10"
|
|
9100
9633
|
}
|
|
9101
9634
|
},
|
|
9102
|
-
"node_modules/semver-store": {
|
|
9103
|
-
"version": "0.3.0",
|
|
9104
|
-
"resolved": "https://registry.npmjs.org/semver-store/-/semver-store-0.3.0.tgz",
|
|
9105
|
-
"integrity": "sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg==",
|
|
9106
|
-
"license": "MIT"
|
|
9107
|
-
},
|
|
9108
9635
|
"node_modules/semver/node_modules/lru-cache": {
|
|
9109
9636
|
"version": "6.0.0",
|
|
9110
9637
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
@@ -9492,13 +10019,12 @@
|
|
|
9492
10019
|
"license": "MIT"
|
|
9493
10020
|
},
|
|
9494
10021
|
"node_modules/sonic-boom": {
|
|
9495
|
-
"version": "
|
|
9496
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-
|
|
9497
|
-
"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==",
|
|
9498
10025
|
"license": "MIT",
|
|
9499
10026
|
"dependencies": {
|
|
9500
|
-
"atomic-sleep": "^1.0.0"
|
|
9501
|
-
"flatstr": "^1.0.12"
|
|
10027
|
+
"atomic-sleep": "^1.0.0"
|
|
9502
10028
|
}
|
|
9503
10029
|
},
|
|
9504
10030
|
"node_modules/source-map": {
|
|
@@ -9590,9 +10116,9 @@
|
|
|
9590
10116
|
}
|
|
9591
10117
|
},
|
|
9592
10118
|
"node_modules/std-env": {
|
|
9593
|
-
"version": "
|
|
9594
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-
|
|
9595
|
-
"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==",
|
|
9596
10122
|
"license": "MIT",
|
|
9597
10123
|
"peer": true
|
|
9598
10124
|
},
|
|
@@ -9622,13 +10148,6 @@
|
|
|
9622
10148
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
9623
10149
|
"license": "MIT"
|
|
9624
10150
|
},
|
|
9625
|
-
"node_modules/string-similarity": {
|
|
9626
|
-
"version": "4.0.4",
|
|
9627
|
-
"resolved": "https://registry.npmjs.org/string-similarity/-/string-similarity-4.0.4.tgz",
|
|
9628
|
-
"integrity": "sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==",
|
|
9629
|
-
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
|
9630
|
-
"license": "ISC"
|
|
9631
|
-
},
|
|
9632
10151
|
"node_modules/string-width": {
|
|
9633
10152
|
"version": "4.2.3",
|
|
9634
10153
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -9943,9 +10462,9 @@
|
|
|
9943
10462
|
"license": "MIT"
|
|
9944
10463
|
},
|
|
9945
10464
|
"node_modules/tar-fs": {
|
|
9946
|
-
"version": "3.1.
|
|
9947
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.
|
|
9948
|
-
"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==",
|
|
9949
10468
|
"license": "MIT",
|
|
9950
10469
|
"dependencies": {
|
|
9951
10470
|
"pump": "^3.0.0",
|
|
@@ -10265,21 +10784,24 @@
|
|
|
10265
10784
|
"integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
|
|
10266
10785
|
"license": "MIT"
|
|
10267
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
|
+
},
|
|
10268
10799
|
"node_modules/throat": {
|
|
10269
10800
|
"version": "6.0.2",
|
|
10270
10801
|
"resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
|
|
10271
10802
|
"integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
|
|
10272
10803
|
"license": "MIT"
|
|
10273
10804
|
},
|
|
10274
|
-
"node_modules/tiny-lru": {
|
|
10275
|
-
"version": "8.0.2",
|
|
10276
|
-
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-8.0.2.tgz",
|
|
10277
|
-
"integrity": "sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==",
|
|
10278
|
-
"license": "BSD-3-Clause",
|
|
10279
|
-
"engines": {
|
|
10280
|
-
"node": ">=6"
|
|
10281
|
-
}
|
|
10282
|
-
},
|
|
10283
10805
|
"node_modules/tinybench": {
|
|
10284
10806
|
"version": "2.9.0",
|
|
10285
10807
|
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
@@ -10288,9 +10810,9 @@
|
|
|
10288
10810
|
"peer": true
|
|
10289
10811
|
},
|
|
10290
10812
|
"node_modules/tinyexec": {
|
|
10291
|
-
"version": "1.0.
|
|
10292
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.
|
|
10293
|
-
"integrity": "sha512-
|
|
10813
|
+
"version": "1.0.4",
|
|
10814
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz",
|
|
10815
|
+
"integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==",
|
|
10294
10816
|
"license": "MIT",
|
|
10295
10817
|
"peer": true,
|
|
10296
10818
|
"engines": {
|
|
@@ -10315,15 +10837,24 @@
|
|
|
10315
10837
|
}
|
|
10316
10838
|
},
|
|
10317
10839
|
"node_modules/tinyrainbow": {
|
|
10318
|
-
"version": "3.0
|
|
10319
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.0.
|
|
10320
|
-
"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==",
|
|
10321
10843
|
"license": "MIT",
|
|
10322
10844
|
"peer": true,
|
|
10323
10845
|
"engines": {
|
|
10324
10846
|
"node": ">=14.0.0"
|
|
10325
10847
|
}
|
|
10326
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
|
+
},
|
|
10327
10858
|
"node_modules/toidentifier": {
|
|
10328
10859
|
"version": "1.0.1",
|
|
10329
10860
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
@@ -10547,9 +11078,9 @@
|
|
|
10547
11078
|
"license": "ISC"
|
|
10548
11079
|
},
|
|
10549
11080
|
"node_modules/undici": {
|
|
10550
|
-
"version": "7.
|
|
10551
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
10552
|
-
"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==",
|
|
10553
11084
|
"license": "MIT",
|
|
10554
11085
|
"engines": {
|
|
10555
11086
|
"node": ">=20.18.1"
|
|
@@ -10703,31 +11234,31 @@
|
|
|
10703
11234
|
}
|
|
10704
11235
|
},
|
|
10705
11236
|
"node_modules/vitest": {
|
|
10706
|
-
"version": "4.0
|
|
10707
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.
|
|
10708
|
-
"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==",
|
|
10709
11240
|
"license": "MIT",
|
|
10710
11241
|
"peer": true,
|
|
10711
11242
|
"dependencies": {
|
|
10712
|
-
"@vitest/expect": "4.0
|
|
10713
|
-
"@vitest/mocker": "4.0
|
|
10714
|
-
"@vitest/pretty-format": "4.0
|
|
10715
|
-
"@vitest/runner": "4.0
|
|
10716
|
-
"@vitest/snapshot": "4.0
|
|
10717
|
-
"@vitest/spy": "4.0
|
|
10718
|
-
"@vitest/utils": "4.0
|
|
10719
|
-
"es-module-lexer": "^
|
|
10720
|
-
"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",
|
|
10721
11252
|
"magic-string": "^0.30.21",
|
|
10722
11253
|
"obug": "^2.1.1",
|
|
10723
11254
|
"pathe": "^2.0.3",
|
|
10724
11255
|
"picomatch": "^4.0.3",
|
|
10725
|
-
"std-env": "^
|
|
11256
|
+
"std-env": "^4.0.0-rc.1",
|
|
10726
11257
|
"tinybench": "^2.9.0",
|
|
10727
11258
|
"tinyexec": "^1.0.2",
|
|
10728
11259
|
"tinyglobby": "^0.2.15",
|
|
10729
11260
|
"tinyrainbow": "^3.0.3",
|
|
10730
|
-
"vite": "^6.0.0 || ^7.0.0",
|
|
11261
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0",
|
|
10731
11262
|
"why-is-node-running": "^2.3.0"
|
|
10732
11263
|
},
|
|
10733
11264
|
"bin": {
|
|
@@ -10743,12 +11274,13 @@
|
|
|
10743
11274
|
"@edge-runtime/vm": "*",
|
|
10744
11275
|
"@opentelemetry/api": "^1.9.0",
|
|
10745
11276
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
10746
|
-
"@vitest/browser-playwright": "4.0
|
|
10747
|
-
"@vitest/browser-preview": "4.0
|
|
10748
|
-
"@vitest/browser-webdriverio": "4.0
|
|
10749
|
-
"@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",
|
|
10750
11281
|
"happy-dom": "*",
|
|
10751
|
-
"jsdom": "*"
|
|
11282
|
+
"jsdom": "*",
|
|
11283
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
|
10752
11284
|
},
|
|
10753
11285
|
"peerDependenciesMeta": {
|
|
10754
11286
|
"@edge-runtime/vm": {
|
|
@@ -10777,17 +11309,20 @@
|
|
|
10777
11309
|
},
|
|
10778
11310
|
"jsdom": {
|
|
10779
11311
|
"optional": true
|
|
11312
|
+
},
|
|
11313
|
+
"vite": {
|
|
11314
|
+
"optional": false
|
|
10780
11315
|
}
|
|
10781
11316
|
}
|
|
10782
11317
|
},
|
|
10783
11318
|
"node_modules/vitest/node_modules/@vitest/mocker": {
|
|
10784
|
-
"version": "4.0
|
|
10785
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.
|
|
10786
|
-
"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==",
|
|
10787
11322
|
"license": "MIT",
|
|
10788
11323
|
"peer": true,
|
|
10789
11324
|
"dependencies": {
|
|
10790
|
-
"@vitest/spy": "4.0
|
|
11325
|
+
"@vitest/spy": "4.1.0",
|
|
10791
11326
|
"estree-walker": "^3.0.3",
|
|
10792
11327
|
"magic-string": "^0.30.21"
|
|
10793
11328
|
},
|
|
@@ -10796,7 +11331,7 @@
|
|
|
10796
11331
|
},
|
|
10797
11332
|
"peerDependencies": {
|
|
10798
11333
|
"msw": "^2.4.9",
|
|
10799
|
-
"vite": "^6.0.0 || ^7.0.0-0"
|
|
11334
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
|
10800
11335
|
},
|
|
10801
11336
|
"peerDependenciesMeta": {
|
|
10802
11337
|
"msw": {
|
|
@@ -10808,17 +11343,17 @@
|
|
|
10808
11343
|
}
|
|
10809
11344
|
},
|
|
10810
11345
|
"node_modules/vitest/node_modules/vite": {
|
|
10811
|
-
"version": "
|
|
10812
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-
|
|
10813
|
-
"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==",
|
|
10814
11349
|
"license": "MIT",
|
|
10815
11350
|
"peer": true,
|
|
10816
11351
|
"dependencies": {
|
|
10817
|
-
"
|
|
10818
|
-
"
|
|
11352
|
+
"@oxc-project/runtime": "0.115.0",
|
|
11353
|
+
"lightningcss": "^1.32.0",
|
|
10819
11354
|
"picomatch": "^4.0.3",
|
|
10820
|
-
"postcss": "^8.5.
|
|
10821
|
-
"
|
|
11355
|
+
"postcss": "^8.5.8",
|
|
11356
|
+
"rolldown": "1.0.0-rc.9",
|
|
10822
11357
|
"tinyglobby": "^0.2.15"
|
|
10823
11358
|
},
|
|
10824
11359
|
"bin": {
|
|
@@ -10835,9 +11370,10 @@
|
|
|
10835
11370
|
},
|
|
10836
11371
|
"peerDependencies": {
|
|
10837
11372
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
11373
|
+
"@vitejs/devtools": "^0.0.0-alpha.31",
|
|
11374
|
+
"esbuild": "^0.27.0",
|
|
10838
11375
|
"jiti": ">=1.21.0",
|
|
10839
11376
|
"less": "^4.0.0",
|
|
10840
|
-
"lightningcss": "^1.21.0",
|
|
10841
11377
|
"sass": "^1.70.0",
|
|
10842
11378
|
"sass-embedded": "^1.70.0",
|
|
10843
11379
|
"stylus": ">=0.54.8",
|
|
@@ -10850,13 +11386,16 @@
|
|
|
10850
11386
|
"@types/node": {
|
|
10851
11387
|
"optional": true
|
|
10852
11388
|
},
|
|
10853
|
-
"
|
|
11389
|
+
"@vitejs/devtools": {
|
|
10854
11390
|
"optional": true
|
|
10855
11391
|
},
|
|
10856
|
-
"
|
|
11392
|
+
"esbuild": {
|
|
10857
11393
|
"optional": true
|
|
10858
11394
|
},
|
|
10859
|
-
"
|
|
11395
|
+
"jiti": {
|
|
11396
|
+
"optional": true
|
|
11397
|
+
},
|
|
11398
|
+
"less": {
|
|
10860
11399
|
"optional": true
|
|
10861
11400
|
},
|
|
10862
11401
|
"sass": {
|
|
@@ -11327,34 +11866,6 @@
|
|
|
11327
11866
|
"url": "https://github.com/sponsors/isaacs"
|
|
11328
11867
|
}
|
|
11329
11868
|
},
|
|
11330
|
-
"node_modules/webdriverio/node_modules/ret": {
|
|
11331
|
-
"version": "0.5.0",
|
|
11332
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
11333
|
-
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
11334
|
-
"license": "MIT",
|
|
11335
|
-
"engines": {
|
|
11336
|
-
"node": ">=10"
|
|
11337
|
-
}
|
|
11338
|
-
},
|
|
11339
|
-
"node_modules/webdriverio/node_modules/safe-regex2": {
|
|
11340
|
-
"version": "5.0.0",
|
|
11341
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
11342
|
-
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
11343
|
-
"funding": [
|
|
11344
|
-
{
|
|
11345
|
-
"type": "github",
|
|
11346
|
-
"url": "https://github.com/sponsors/fastify"
|
|
11347
|
-
},
|
|
11348
|
-
{
|
|
11349
|
-
"type": "opencollective",
|
|
11350
|
-
"url": "https://opencollective.com/fastify"
|
|
11351
|
-
}
|
|
11352
|
-
],
|
|
11353
|
-
"license": "MIT",
|
|
11354
|
-
"dependencies": {
|
|
11355
|
-
"ret": "~0.5.0"
|
|
11356
|
-
}
|
|
11357
|
-
},
|
|
11358
11869
|
"node_modules/webdriverio/node_modules/serialize-error": {
|
|
11359
11870
|
"version": "12.0.0",
|
|
11360
11871
|
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-12.0.0.tgz",
|
|
@@ -11415,9 +11926,9 @@
|
|
|
11415
11926
|
}
|
|
11416
11927
|
},
|
|
11417
11928
|
"node_modules/webdriverio/node_modules/undici": {
|
|
11418
|
-
"version": "6.
|
|
11419
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
11420
|
-
"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==",
|
|
11421
11932
|
"license": "MIT",
|
|
11422
11933
|
"engines": {
|
|
11423
11934
|
"node": ">=18.17"
|