@testim/testim-cli 4.186.0 → 4.187.4
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 +73 -72
- package/cli.js.map +4 -4
- package/npm-shrinkwrap.json +1276 -734
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.187.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@testim/testim-cli",
|
|
9
|
-
"version": "4.
|
|
9
|
+
"version": "4.187.4",
|
|
10
10
|
"license": "Proprietary",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@applitools/eyes-sdk-core": "13.11.34-legacy.1",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@types/memory-fs": "0.3.3",
|
|
86
86
|
"@types/ms": "0.7.31",
|
|
87
87
|
"@types/multer": "1.4.4",
|
|
88
|
-
"@types/node": "
|
|
88
|
+
"@types/node": "22.15.17",
|
|
89
89
|
"@types/node-fetch": "2.6.12",
|
|
90
90
|
"@types/object-hash": "2.2.1",
|
|
91
91
|
"@types/pako": "1.0.3",
|
|
@@ -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.2",
|
|
942
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
|
|
943
|
+
"integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
|
|
944
|
+
"license": "MIT",
|
|
945
|
+
"optional": true,
|
|
946
|
+
"peer": true,
|
|
947
|
+
"dependencies": {
|
|
948
|
+
"@emnapi/wasi-threads": "1.2.1",
|
|
949
|
+
"tslib": "^2.4.0"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"node_modules/@emnapi/runtime": {
|
|
953
|
+
"version": "1.9.2",
|
|
954
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
|
|
955
|
+
"integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
|
|
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.1",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
|
966
|
+
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
|
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"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
"node_modules/@fastify/ajv-compiler/node_modules/ajv": {
|
|
1438
|
+
"version": "8.18.0",
|
|
1439
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
1440
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
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"
|
|
1363
1451
|
}
|
|
1364
1452
|
},
|
|
1453
|
+
"node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse": {
|
|
1454
|
+
"version": "1.0.0",
|
|
1455
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1456
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1457
|
+
"license": "MIT"
|
|
1458
|
+
},
|
|
1365
1459
|
"node_modules/@fastify/error": {
|
|
1366
|
-
"version": "2.0
|
|
1367
|
-
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-2.0.
|
|
1368
|
-
"integrity": "sha512-
|
|
1460
|
+
"version": "4.2.0",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.2.0.tgz",
|
|
1462
|
+
"integrity": "sha512-RSo3sVDXfHskiBZKBPRgnQTtIqpi/7zhJOEmAxCiBcM7d0uwdGdxLlsCaLzGs8v8NnxIRlfG0N51p5yFaOentQ==",
|
|
1463
|
+
"funding": [
|
|
1464
|
+
{
|
|
1465
|
+
"type": "github",
|
|
1466
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"type": "opencollective",
|
|
1470
|
+
"url": "https://opencollective.com/fastify"
|
|
1471
|
+
}
|
|
1472
|
+
],
|
|
1473
|
+
"license": "MIT"
|
|
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
|
+
],
|
|
1369
1508
|
"license": "MIT"
|
|
1370
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,25 @@
|
|
|
1435
1613
|
"node": ">=8"
|
|
1436
1614
|
}
|
|
1437
1615
|
},
|
|
1616
|
+
"node_modules/@napi-rs/wasm-runtime": {
|
|
1617
|
+
"version": "1.1.2",
|
|
1618
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.2.tgz",
|
|
1619
|
+
"integrity": "sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==",
|
|
1620
|
+
"license": "MIT",
|
|
1621
|
+
"optional": true,
|
|
1622
|
+
"peer": true,
|
|
1623
|
+
"dependencies": {
|
|
1624
|
+
"@tybys/wasm-util": "^0.10.1"
|
|
1625
|
+
},
|
|
1626
|
+
"funding": {
|
|
1627
|
+
"type": "github",
|
|
1628
|
+
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
1629
|
+
},
|
|
1630
|
+
"peerDependencies": {
|
|
1631
|
+
"@emnapi/core": "^1.7.1",
|
|
1632
|
+
"@emnapi/runtime": "^1.7.1"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1438
1635
|
"node_modules/@noble/hashes": {
|
|
1439
1636
|
"version": "1.8.0",
|
|
1440
1637
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
|
|
@@ -1447,6 +1644,16 @@
|
|
|
1447
1644
|
"url": "https://paulmillr.com/funding/"
|
|
1448
1645
|
}
|
|
1449
1646
|
},
|
|
1647
|
+
"node_modules/@oxc-project/types": {
|
|
1648
|
+
"version": "0.122.0",
|
|
1649
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.122.0.tgz",
|
|
1650
|
+
"integrity": "sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==",
|
|
1651
|
+
"license": "MIT",
|
|
1652
|
+
"peer": true,
|
|
1653
|
+
"funding": {
|
|
1654
|
+
"url": "https://github.com/sponsors/Boshen"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1450
1657
|
"node_modules/@paralleldrive/cuid2": {
|
|
1451
1658
|
"version": "2.3.1",
|
|
1452
1659
|
"resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.3.1.tgz",
|
|
@@ -1456,6 +1663,12 @@
|
|
|
1456
1663
|
"@noble/hashes": "^1.1.5"
|
|
1457
1664
|
}
|
|
1458
1665
|
},
|
|
1666
|
+
"node_modules/@pinojs/redact": {
|
|
1667
|
+
"version": "0.4.0",
|
|
1668
|
+
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
|
|
1669
|
+
"integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
|
|
1670
|
+
"license": "MIT"
|
|
1671
|
+
},
|
|
1459
1672
|
"node_modules/@pkgjs/parseargs": {
|
|
1460
1673
|
"version": "0.11.0",
|
|
1461
1674
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
@@ -1610,24 +1823,10 @@
|
|
|
1610
1823
|
"node": ">=12"
|
|
1611
1824
|
}
|
|
1612
1825
|
},
|
|
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==",
|
|
1826
|
+
"node_modules/@rolldown/binding-android-arm64": {
|
|
1827
|
+
"version": "1.0.0-rc.12",
|
|
1828
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.12.tgz",
|
|
1829
|
+
"integrity": "sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==",
|
|
1631
1830
|
"cpu": [
|
|
1632
1831
|
"arm64"
|
|
1633
1832
|
],
|
|
@@ -1636,12 +1835,15 @@
|
|
|
1636
1835
|
"os": [
|
|
1637
1836
|
"android"
|
|
1638
1837
|
],
|
|
1639
|
-
"peer": true
|
|
1838
|
+
"peer": true,
|
|
1839
|
+
"engines": {
|
|
1840
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1841
|
+
}
|
|
1640
1842
|
},
|
|
1641
|
-
"node_modules/@
|
|
1642
|
-
"version": "
|
|
1643
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1644
|
-
"integrity": "sha512-
|
|
1843
|
+
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
1844
|
+
"version": "1.0.0-rc.12",
|
|
1845
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.12.tgz",
|
|
1846
|
+
"integrity": "sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==",
|
|
1645
1847
|
"cpu": [
|
|
1646
1848
|
"arm64"
|
|
1647
1849
|
],
|
|
@@ -1650,12 +1852,15 @@
|
|
|
1650
1852
|
"os": [
|
|
1651
1853
|
"darwin"
|
|
1652
1854
|
],
|
|
1653
|
-
"peer": true
|
|
1855
|
+
"peer": true,
|
|
1856
|
+
"engines": {
|
|
1857
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1858
|
+
}
|
|
1654
1859
|
},
|
|
1655
|
-
"node_modules/@
|
|
1656
|
-
"version": "
|
|
1657
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1658
|
-
"integrity": "sha512-
|
|
1860
|
+
"node_modules/@rolldown/binding-darwin-x64": {
|
|
1861
|
+
"version": "1.0.0-rc.12",
|
|
1862
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.12.tgz",
|
|
1863
|
+
"integrity": "sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==",
|
|
1659
1864
|
"cpu": [
|
|
1660
1865
|
"x64"
|
|
1661
1866
|
],
|
|
@@ -1664,26 +1869,15 @@
|
|
|
1664
1869
|
"os": [
|
|
1665
1870
|
"darwin"
|
|
1666
1871
|
],
|
|
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
|
|
1872
|
+
"peer": true,
|
|
1873
|
+
"engines": {
|
|
1874
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1875
|
+
}
|
|
1682
1876
|
},
|
|
1683
|
-
"node_modules/@
|
|
1684
|
-
"version": "
|
|
1685
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1686
|
-
"integrity": "sha512-
|
|
1877
|
+
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
1878
|
+
"version": "1.0.0-rc.12",
|
|
1879
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.12.tgz",
|
|
1880
|
+
"integrity": "sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==",
|
|
1687
1881
|
"cpu": [
|
|
1688
1882
|
"x64"
|
|
1689
1883
|
],
|
|
@@ -1692,180 +1886,100 @@
|
|
|
1692
1886
|
"os": [
|
|
1693
1887
|
"freebsd"
|
|
1694
1888
|
],
|
|
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
|
|
1710
|
-
},
|
|
1711
|
-
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1712
|
-
"version": "4.59.0",
|
|
1713
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
|
|
1714
|
-
"integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
|
|
1715
|
-
"cpu": [
|
|
1716
|
-
"arm"
|
|
1717
|
-
],
|
|
1718
|
-
"license": "MIT",
|
|
1719
|
-
"optional": true,
|
|
1720
|
-
"os": [
|
|
1721
|
-
"linux"
|
|
1722
|
-
],
|
|
1723
|
-
"peer": true
|
|
1724
|
-
},
|
|
1725
|
-
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1726
|
-
"version": "4.59.0",
|
|
1727
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
|
|
1728
|
-
"integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
|
|
1729
|
-
"cpu": [
|
|
1730
|
-
"arm64"
|
|
1731
|
-
],
|
|
1732
|
-
"license": "MIT",
|
|
1733
|
-
"optional": true,
|
|
1734
|
-
"os": [
|
|
1735
|
-
"linux"
|
|
1736
|
-
],
|
|
1737
|
-
"peer": true
|
|
1738
|
-
},
|
|
1739
|
-
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1740
|
-
"version": "4.59.0",
|
|
1741
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
|
|
1742
|
-
"integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
|
|
1743
|
-
"cpu": [
|
|
1744
|
-
"arm64"
|
|
1745
|
-
],
|
|
1746
|
-
"license": "MIT",
|
|
1747
|
-
"optional": true,
|
|
1748
|
-
"os": [
|
|
1749
|
-
"linux"
|
|
1750
|
-
],
|
|
1751
|
-
"peer": true
|
|
1752
|
-
},
|
|
1753
|
-
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1754
|
-
"version": "4.59.0",
|
|
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
|
|
1889
|
+
"peer": true,
|
|
1890
|
+
"engines": {
|
|
1891
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1892
|
+
}
|
|
1794
1893
|
},
|
|
1795
|
-
"node_modules/@
|
|
1796
|
-
"version": "
|
|
1797
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1798
|
-
"integrity": "sha512
|
|
1894
|
+
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
1895
|
+
"version": "1.0.0-rc.12",
|
|
1896
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.12.tgz",
|
|
1897
|
+
"integrity": "sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==",
|
|
1799
1898
|
"cpu": [
|
|
1800
|
-
"
|
|
1899
|
+
"arm"
|
|
1801
1900
|
],
|
|
1802
1901
|
"license": "MIT",
|
|
1803
1902
|
"optional": true,
|
|
1804
1903
|
"os": [
|
|
1805
1904
|
"linux"
|
|
1806
1905
|
],
|
|
1807
|
-
"peer": true
|
|
1906
|
+
"peer": true,
|
|
1907
|
+
"engines": {
|
|
1908
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1909
|
+
}
|
|
1808
1910
|
},
|
|
1809
|
-
"node_modules/@
|
|
1810
|
-
"version": "
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1812
|
-
"integrity": "sha512
|
|
1911
|
+
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
1912
|
+
"version": "1.0.0-rc.12",
|
|
1913
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.12.tgz",
|
|
1914
|
+
"integrity": "sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==",
|
|
1813
1915
|
"cpu": [
|
|
1814
|
-
"
|
|
1916
|
+
"arm64"
|
|
1815
1917
|
],
|
|
1816
1918
|
"license": "MIT",
|
|
1817
1919
|
"optional": true,
|
|
1818
1920
|
"os": [
|
|
1819
1921
|
"linux"
|
|
1820
1922
|
],
|
|
1821
|
-
"peer": true
|
|
1923
|
+
"peer": true,
|
|
1924
|
+
"engines": {
|
|
1925
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1926
|
+
}
|
|
1822
1927
|
},
|
|
1823
|
-
"node_modules/@
|
|
1824
|
-
"version": "
|
|
1825
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1826
|
-
"integrity": "sha512-
|
|
1928
|
+
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
1929
|
+
"version": "1.0.0-rc.12",
|
|
1930
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.12.tgz",
|
|
1931
|
+
"integrity": "sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==",
|
|
1827
1932
|
"cpu": [
|
|
1828
|
-
"
|
|
1933
|
+
"arm64"
|
|
1829
1934
|
],
|
|
1830
1935
|
"license": "MIT",
|
|
1831
1936
|
"optional": true,
|
|
1832
1937
|
"os": [
|
|
1833
1938
|
"linux"
|
|
1834
1939
|
],
|
|
1835
|
-
"peer": true
|
|
1940
|
+
"peer": true,
|
|
1941
|
+
"engines": {
|
|
1942
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1943
|
+
}
|
|
1836
1944
|
},
|
|
1837
|
-
"node_modules/@
|
|
1838
|
-
"version": "
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1840
|
-
"integrity": "sha512-
|
|
1945
|
+
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
1946
|
+
"version": "1.0.0-rc.12",
|
|
1947
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.12.tgz",
|
|
1948
|
+
"integrity": "sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==",
|
|
1841
1949
|
"cpu": [
|
|
1842
|
-
"
|
|
1950
|
+
"ppc64"
|
|
1843
1951
|
],
|
|
1844
1952
|
"license": "MIT",
|
|
1845
1953
|
"optional": true,
|
|
1846
1954
|
"os": [
|
|
1847
1955
|
"linux"
|
|
1848
1956
|
],
|
|
1849
|
-
"peer": true
|
|
1957
|
+
"peer": true,
|
|
1958
|
+
"engines": {
|
|
1959
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1960
|
+
}
|
|
1850
1961
|
},
|
|
1851
|
-
"node_modules/@
|
|
1852
|
-
"version": "
|
|
1853
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1854
|
-
"integrity": "sha512-
|
|
1962
|
+
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
1963
|
+
"version": "1.0.0-rc.12",
|
|
1964
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.12.tgz",
|
|
1965
|
+
"integrity": "sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==",
|
|
1855
1966
|
"cpu": [
|
|
1856
|
-
"
|
|
1967
|
+
"s390x"
|
|
1857
1968
|
],
|
|
1858
1969
|
"license": "MIT",
|
|
1859
1970
|
"optional": true,
|
|
1860
1971
|
"os": [
|
|
1861
1972
|
"linux"
|
|
1862
1973
|
],
|
|
1863
|
-
"peer": true
|
|
1974
|
+
"peer": true,
|
|
1975
|
+
"engines": {
|
|
1976
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1977
|
+
}
|
|
1864
1978
|
},
|
|
1865
|
-
"node_modules/@
|
|
1866
|
-
"version": "
|
|
1867
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1868
|
-
"integrity": "sha512-
|
|
1979
|
+
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
1980
|
+
"version": "1.0.0-rc.12",
|
|
1981
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.12.tgz",
|
|
1982
|
+
"integrity": "sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==",
|
|
1869
1983
|
"cpu": [
|
|
1870
1984
|
"x64"
|
|
1871
1985
|
],
|
|
@@ -1874,26 +1988,32 @@
|
|
|
1874
1988
|
"os": [
|
|
1875
1989
|
"linux"
|
|
1876
1990
|
],
|
|
1877
|
-
"peer": true
|
|
1991
|
+
"peer": true,
|
|
1992
|
+
"engines": {
|
|
1993
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1994
|
+
}
|
|
1878
1995
|
},
|
|
1879
|
-
"node_modules/@
|
|
1880
|
-
"version": "
|
|
1881
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1882
|
-
"integrity": "sha512-
|
|
1996
|
+
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
1997
|
+
"version": "1.0.0-rc.12",
|
|
1998
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.12.tgz",
|
|
1999
|
+
"integrity": "sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==",
|
|
1883
2000
|
"cpu": [
|
|
1884
2001
|
"x64"
|
|
1885
2002
|
],
|
|
1886
2003
|
"license": "MIT",
|
|
1887
2004
|
"optional": true,
|
|
1888
2005
|
"os": [
|
|
1889
|
-
"
|
|
2006
|
+
"linux"
|
|
1890
2007
|
],
|
|
1891
|
-
"peer": true
|
|
2008
|
+
"peer": true,
|
|
2009
|
+
"engines": {
|
|
2010
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2011
|
+
}
|
|
1892
2012
|
},
|
|
1893
|
-
"node_modules/@
|
|
1894
|
-
"version": "
|
|
1895
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1896
|
-
"integrity": "sha512-
|
|
2013
|
+
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
2014
|
+
"version": "1.0.0-rc.12",
|
|
2015
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.12.tgz",
|
|
2016
|
+
"integrity": "sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==",
|
|
1897
2017
|
"cpu": [
|
|
1898
2018
|
"arm64"
|
|
1899
2019
|
],
|
|
@@ -1902,40 +2022,49 @@
|
|
|
1902
2022
|
"os": [
|
|
1903
2023
|
"openharmony"
|
|
1904
2024
|
],
|
|
1905
|
-
"peer": true
|
|
2025
|
+
"peer": true,
|
|
2026
|
+
"engines": {
|
|
2027
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2028
|
+
}
|
|
1906
2029
|
},
|
|
1907
|
-
"node_modules/@
|
|
1908
|
-
"version": "
|
|
1909
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1910
|
-
"integrity": "sha512-
|
|
2030
|
+
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
2031
|
+
"version": "1.0.0-rc.12",
|
|
2032
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.12.tgz",
|
|
2033
|
+
"integrity": "sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==",
|
|
1911
2034
|
"cpu": [
|
|
1912
|
-
"
|
|
2035
|
+
"wasm32"
|
|
1913
2036
|
],
|
|
1914
2037
|
"license": "MIT",
|
|
1915
2038
|
"optional": true,
|
|
1916
|
-
"
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
2039
|
+
"peer": true,
|
|
2040
|
+
"dependencies": {
|
|
2041
|
+
"@napi-rs/wasm-runtime": "^1.1.1"
|
|
2042
|
+
},
|
|
2043
|
+
"engines": {
|
|
2044
|
+
"node": ">=14.0.0"
|
|
2045
|
+
}
|
|
1920
2046
|
},
|
|
1921
|
-
"node_modules/@
|
|
1922
|
-
"version": "
|
|
1923
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1924
|
-
"integrity": "sha512-
|
|
2047
|
+
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
2048
|
+
"version": "1.0.0-rc.12",
|
|
2049
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.12.tgz",
|
|
2050
|
+
"integrity": "sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==",
|
|
1925
2051
|
"cpu": [
|
|
1926
|
-
"
|
|
2052
|
+
"arm64"
|
|
1927
2053
|
],
|
|
1928
2054
|
"license": "MIT",
|
|
1929
2055
|
"optional": true,
|
|
1930
2056
|
"os": [
|
|
1931
2057
|
"win32"
|
|
1932
2058
|
],
|
|
1933
|
-
"peer": true
|
|
2059
|
+
"peer": true,
|
|
2060
|
+
"engines": {
|
|
2061
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2062
|
+
}
|
|
1934
2063
|
},
|
|
1935
|
-
"node_modules/@
|
|
1936
|
-
"version": "
|
|
1937
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1938
|
-
"integrity": "sha512-
|
|
2064
|
+
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
2065
|
+
"version": "1.0.0-rc.12",
|
|
2066
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.12.tgz",
|
|
2067
|
+
"integrity": "sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==",
|
|
1939
2068
|
"cpu": [
|
|
1940
2069
|
"x64"
|
|
1941
2070
|
],
|
|
@@ -1944,20 +2073,16 @@
|
|
|
1944
2073
|
"os": [
|
|
1945
2074
|
"win32"
|
|
1946
2075
|
],
|
|
1947
|
-
"peer": true
|
|
2076
|
+
"peer": true,
|
|
2077
|
+
"engines": {
|
|
2078
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2079
|
+
}
|
|
1948
2080
|
},
|
|
1949
|
-
"node_modules/@
|
|
1950
|
-
"version": "
|
|
1951
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1952
|
-
"integrity": "sha512-
|
|
1953
|
-
"cpu": [
|
|
1954
|
-
"x64"
|
|
1955
|
-
],
|
|
2081
|
+
"node_modules/@rolldown/pluginutils": {
|
|
2082
|
+
"version": "1.0.0-rc.12",
|
|
2083
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.12.tgz",
|
|
2084
|
+
"integrity": "sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==",
|
|
1956
2085
|
"license": "MIT",
|
|
1957
|
-
"optional": true,
|
|
1958
|
-
"os": [
|
|
1959
|
-
"win32"
|
|
1960
|
-
],
|
|
1961
2086
|
"peer": true
|
|
1962
2087
|
},
|
|
1963
2088
|
"node_modules/@segment/analytics-core": {
|
|
@@ -2130,6 +2255,17 @@
|
|
|
2130
2255
|
"dev": true,
|
|
2131
2256
|
"license": "MIT"
|
|
2132
2257
|
},
|
|
2258
|
+
"node_modules/@tybys/wasm-util": {
|
|
2259
|
+
"version": "0.10.1",
|
|
2260
|
+
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
|
|
2261
|
+
"integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
|
|
2262
|
+
"license": "MIT",
|
|
2263
|
+
"optional": true,
|
|
2264
|
+
"peer": true,
|
|
2265
|
+
"dependencies": {
|
|
2266
|
+
"tslib": "^2.4.0"
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2133
2269
|
"node_modules/@types/agent-base": {
|
|
2134
2270
|
"version": "4.2.2",
|
|
2135
2271
|
"resolved": "https://registry.npmjs.org/@types/agent-base/-/agent-base-4.2.2.tgz",
|
|
@@ -2396,12 +2532,12 @@
|
|
|
2396
2532
|
}
|
|
2397
2533
|
},
|
|
2398
2534
|
"node_modules/@types/node": {
|
|
2399
|
-
"version": "
|
|
2400
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
2401
|
-
"integrity": "sha512-
|
|
2535
|
+
"version": "22.15.17",
|
|
2536
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz",
|
|
2537
|
+
"integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==",
|
|
2402
2538
|
"license": "MIT",
|
|
2403
2539
|
"dependencies": {
|
|
2404
|
-
"undici-types": "~6.
|
|
2540
|
+
"undici-types": "~6.21.0"
|
|
2405
2541
|
}
|
|
2406
2542
|
},
|
|
2407
2543
|
"node_modules/@types/node-fetch": {
|
|
@@ -2455,9 +2591,9 @@
|
|
|
2455
2591
|
"license": "MIT"
|
|
2456
2592
|
},
|
|
2457
2593
|
"node_modules/@types/qs": {
|
|
2458
|
-
"version": "6.
|
|
2459
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.
|
|
2460
|
-
"integrity": "sha512-
|
|
2594
|
+
"version": "6.15.0",
|
|
2595
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
|
|
2596
|
+
"integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
|
|
2461
2597
|
"dev": true,
|
|
2462
2598
|
"license": "MIT"
|
|
2463
2599
|
},
|
|
@@ -2659,18 +2795,18 @@
|
|
|
2659
2795
|
}
|
|
2660
2796
|
},
|
|
2661
2797
|
"node_modules/@vitest/expect": {
|
|
2662
|
-
"version": "4.
|
|
2663
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.
|
|
2664
|
-
"integrity": "sha512-
|
|
2798
|
+
"version": "4.1.2",
|
|
2799
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.2.tgz",
|
|
2800
|
+
"integrity": "sha512-gbu+7B0YgUJ2nkdsRJrFFW6X7NTP44WlhiclHniUhxADQJH5Szt9mZ9hWnJPJ8YwOK5zUOSSlSvyzRf0u1DSBQ==",
|
|
2665
2801
|
"license": "MIT",
|
|
2666
2802
|
"peer": true,
|
|
2667
2803
|
"dependencies": {
|
|
2668
|
-
"@standard-schema/spec": "^1.
|
|
2804
|
+
"@standard-schema/spec": "^1.1.0",
|
|
2669
2805
|
"@types/chai": "^5.2.2",
|
|
2670
|
-
"@vitest/spy": "4.
|
|
2671
|
-
"@vitest/utils": "4.
|
|
2672
|
-
"chai": "^6.2.
|
|
2673
|
-
"tinyrainbow": "^3.0
|
|
2806
|
+
"@vitest/spy": "4.1.2",
|
|
2807
|
+
"@vitest/utils": "4.1.2",
|
|
2808
|
+
"chai": "^6.2.2",
|
|
2809
|
+
"tinyrainbow": "^3.1.0"
|
|
2674
2810
|
},
|
|
2675
2811
|
"funding": {
|
|
2676
2812
|
"url": "https://opencollective.com/vitest"
|
|
@@ -2687,26 +2823,26 @@
|
|
|
2687
2823
|
}
|
|
2688
2824
|
},
|
|
2689
2825
|
"node_modules/@vitest/pretty-format": {
|
|
2690
|
-
"version": "4.
|
|
2691
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.
|
|
2692
|
-
"integrity": "sha512-
|
|
2826
|
+
"version": "4.1.2",
|
|
2827
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.2.tgz",
|
|
2828
|
+
"integrity": "sha512-dwQga8aejqeuB+TvXCMzSQemvV9hNEtDDpgUKDzOmNQayl2OG241PSWeJwKRH3CiC+sESrmoFd49rfnq7T4RnA==",
|
|
2693
2829
|
"license": "MIT",
|
|
2694
2830
|
"peer": true,
|
|
2695
2831
|
"dependencies": {
|
|
2696
|
-
"tinyrainbow": "^3.0
|
|
2832
|
+
"tinyrainbow": "^3.1.0"
|
|
2697
2833
|
},
|
|
2698
2834
|
"funding": {
|
|
2699
2835
|
"url": "https://opencollective.com/vitest"
|
|
2700
2836
|
}
|
|
2701
2837
|
},
|
|
2702
2838
|
"node_modules/@vitest/runner": {
|
|
2703
|
-
"version": "4.
|
|
2704
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.
|
|
2705
|
-
"integrity": "sha512-
|
|
2839
|
+
"version": "4.1.2",
|
|
2840
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.2.tgz",
|
|
2841
|
+
"integrity": "sha512-Gr+FQan34CdiYAwpGJmQG8PgkyFVmARK8/xSijia3eTFgVfpcpztWLuP6FttGNfPLJhaZVP/euvujeNYar36OQ==",
|
|
2706
2842
|
"license": "MIT",
|
|
2707
2843
|
"peer": true,
|
|
2708
2844
|
"dependencies": {
|
|
2709
|
-
"@vitest/utils": "4.
|
|
2845
|
+
"@vitest/utils": "4.1.2",
|
|
2710
2846
|
"pathe": "^2.0.3"
|
|
2711
2847
|
},
|
|
2712
2848
|
"funding": {
|
|
@@ -2714,13 +2850,14 @@
|
|
|
2714
2850
|
}
|
|
2715
2851
|
},
|
|
2716
2852
|
"node_modules/@vitest/snapshot": {
|
|
2717
|
-
"version": "4.
|
|
2718
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.
|
|
2719
|
-
"integrity": "sha512-
|
|
2853
|
+
"version": "4.1.2",
|
|
2854
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.2.tgz",
|
|
2855
|
+
"integrity": "sha512-g7yfUmxYS4mNxk31qbOYsSt2F4m1E02LFqO53Xpzg3zKMhLAPZAjjfyl9e6z7HrW6LvUdTwAQR3HHfLjpko16A==",
|
|
2720
2856
|
"license": "MIT",
|
|
2721
2857
|
"peer": true,
|
|
2722
2858
|
"dependencies": {
|
|
2723
|
-
"@vitest/pretty-format": "4.
|
|
2859
|
+
"@vitest/pretty-format": "4.1.2",
|
|
2860
|
+
"@vitest/utils": "4.1.2",
|
|
2724
2861
|
"magic-string": "^0.30.21",
|
|
2725
2862
|
"pathe": "^2.0.3"
|
|
2726
2863
|
},
|
|
@@ -2729,9 +2866,9 @@
|
|
|
2729
2866
|
}
|
|
2730
2867
|
},
|
|
2731
2868
|
"node_modules/@vitest/spy": {
|
|
2732
|
-
"version": "4.
|
|
2733
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.
|
|
2734
|
-
"integrity": "sha512-
|
|
2869
|
+
"version": "4.1.2",
|
|
2870
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.2.tgz",
|
|
2871
|
+
"integrity": "sha512-DU4fBnbVCJGNBwVA6xSToNXrkZNSiw59H8tcuUspVMsBDBST4nfvsPsEHDHGtWRRnqBERBQu7TrTKskmjqTXKA==",
|
|
2735
2872
|
"license": "MIT",
|
|
2736
2873
|
"peer": true,
|
|
2737
2874
|
"funding": {
|
|
@@ -2739,19 +2876,27 @@
|
|
|
2739
2876
|
}
|
|
2740
2877
|
},
|
|
2741
2878
|
"node_modules/@vitest/utils": {
|
|
2742
|
-
"version": "4.
|
|
2743
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.
|
|
2744
|
-
"integrity": "sha512-
|
|
2879
|
+
"version": "4.1.2",
|
|
2880
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.2.tgz",
|
|
2881
|
+
"integrity": "sha512-xw2/TiX82lQHA06cgbqRKFb5lCAy3axQ4H4SoUFhUsg+wztiet+co86IAMDtF6Vm1hc7J6j09oh/rgDn+JdKIQ==",
|
|
2745
2882
|
"license": "MIT",
|
|
2746
2883
|
"peer": true,
|
|
2747
2884
|
"dependencies": {
|
|
2748
|
-
"@vitest/pretty-format": "4.
|
|
2749
|
-
"
|
|
2885
|
+
"@vitest/pretty-format": "4.1.2",
|
|
2886
|
+
"convert-source-map": "^2.0.0",
|
|
2887
|
+
"tinyrainbow": "^3.1.0"
|
|
2750
2888
|
},
|
|
2751
2889
|
"funding": {
|
|
2752
2890
|
"url": "https://opencollective.com/vitest"
|
|
2753
2891
|
}
|
|
2754
2892
|
},
|
|
2893
|
+
"node_modules/@vitest/utils/node_modules/convert-source-map": {
|
|
2894
|
+
"version": "2.0.0",
|
|
2895
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
2896
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
2897
|
+
"license": "MIT",
|
|
2898
|
+
"peer": true
|
|
2899
|
+
},
|
|
2755
2900
|
"node_modules/@wdio/config": {
|
|
2756
2901
|
"version": "7.30.0",
|
|
2757
2902
|
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-7.30.0.tgz",
|
|
@@ -2805,9 +2950,9 @@
|
|
|
2805
2950
|
"license": "MIT"
|
|
2806
2951
|
},
|
|
2807
2952
|
"node_modules/@wdio/config/node_modules/brace-expansion": {
|
|
2808
|
-
"version": "2.0.
|
|
2809
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
2810
|
-
"integrity": "sha512-
|
|
2953
|
+
"version": "2.0.3",
|
|
2954
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
2955
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
2811
2956
|
"license": "MIT",
|
|
2812
2957
|
"dependencies": {
|
|
2813
2958
|
"balanced-match": "^1.0.0"
|
|
@@ -2885,6 +3030,15 @@
|
|
|
2885
3030
|
"node": ">=18.20.0"
|
|
2886
3031
|
}
|
|
2887
3032
|
},
|
|
3033
|
+
"node_modules/@wdio/repl/node_modules/@types/node": {
|
|
3034
|
+
"version": "20.19.39",
|
|
3035
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.39.tgz",
|
|
3036
|
+
"integrity": "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==",
|
|
3037
|
+
"license": "MIT",
|
|
3038
|
+
"dependencies": {
|
|
3039
|
+
"undici-types": "~6.21.0"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
2888
3042
|
"node_modules/@wdio/types": {
|
|
2889
3043
|
"version": "9.16.2",
|
|
2890
3044
|
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-9.16.2.tgz",
|
|
@@ -2897,6 +3051,15 @@
|
|
|
2897
3051
|
"node": ">=18.20.0"
|
|
2898
3052
|
}
|
|
2899
3053
|
},
|
|
3054
|
+
"node_modules/@wdio/types/node_modules/@types/node": {
|
|
3055
|
+
"version": "20.19.39",
|
|
3056
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.39.tgz",
|
|
3057
|
+
"integrity": "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==",
|
|
3058
|
+
"license": "MIT",
|
|
3059
|
+
"dependencies": {
|
|
3060
|
+
"undici-types": "~6.21.0"
|
|
3061
|
+
}
|
|
3062
|
+
},
|
|
2900
3063
|
"node_modules/@wdio/utils": {
|
|
2901
3064
|
"version": "7.26.0",
|
|
2902
3065
|
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.26.0.tgz",
|
|
@@ -2948,9 +3111,9 @@
|
|
|
2948
3111
|
"license": "MIT"
|
|
2949
3112
|
},
|
|
2950
3113
|
"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-
|
|
3114
|
+
"version": "2.8.26",
|
|
3115
|
+
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.26.tgz",
|
|
3116
|
+
"integrity": "sha512-RQ4h9F6DOiHxpdocUDrOl6xBM+yOtz+LkUol47AVWcfebGBDpZ7w7Xvz9PS24JgXvLGiXXzSAfdCdVy1tPlaFA==",
|
|
2954
3117
|
"license": "BSD-3-Clause",
|
|
2955
3118
|
"engines": {
|
|
2956
3119
|
"bun": ">=0.7.0",
|
|
@@ -3089,6 +3252,45 @@
|
|
|
3089
3252
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
3090
3253
|
}
|
|
3091
3254
|
},
|
|
3255
|
+
"node_modules/ajv-formats": {
|
|
3256
|
+
"version": "3.0.1",
|
|
3257
|
+
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
|
|
3258
|
+
"integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
|
|
3259
|
+
"license": "MIT",
|
|
3260
|
+
"dependencies": {
|
|
3261
|
+
"ajv": "^8.0.0"
|
|
3262
|
+
},
|
|
3263
|
+
"peerDependencies": {
|
|
3264
|
+
"ajv": "^8.0.0"
|
|
3265
|
+
},
|
|
3266
|
+
"peerDependenciesMeta": {
|
|
3267
|
+
"ajv": {
|
|
3268
|
+
"optional": true
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3272
|
+
"node_modules/ajv-formats/node_modules/ajv": {
|
|
3273
|
+
"version": "8.18.0",
|
|
3274
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
3275
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
3276
|
+
"license": "MIT",
|
|
3277
|
+
"dependencies": {
|
|
3278
|
+
"fast-deep-equal": "^3.1.3",
|
|
3279
|
+
"fast-uri": "^3.0.1",
|
|
3280
|
+
"json-schema-traverse": "^1.0.0",
|
|
3281
|
+
"require-from-string": "^2.0.2"
|
|
3282
|
+
},
|
|
3283
|
+
"funding": {
|
|
3284
|
+
"type": "github",
|
|
3285
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"node_modules/ajv-formats/node_modules/json-schema-traverse": {
|
|
3289
|
+
"version": "1.0.0",
|
|
3290
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3291
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
3292
|
+
"license": "MIT"
|
|
3293
|
+
},
|
|
3092
3294
|
"node_modules/ansi-regex": {
|
|
3093
3295
|
"version": "5.0.1",
|
|
3094
3296
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
@@ -3204,9 +3406,9 @@
|
|
|
3204
3406
|
"license": "MIT"
|
|
3205
3407
|
},
|
|
3206
3408
|
"node_modules/archiver-utils/node_modules/brace-expansion": {
|
|
3207
|
-
"version": "2.0.
|
|
3208
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
3209
|
-
"integrity": "sha512-
|
|
3409
|
+
"version": "2.0.3",
|
|
3410
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
3411
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
3210
3412
|
"license": "MIT",
|
|
3211
3413
|
"dependencies": {
|
|
3212
3414
|
"balanced-match": "^1.0.0"
|
|
@@ -3396,12 +3598,6 @@
|
|
|
3396
3598
|
"safe-buffer": "~5.2.0"
|
|
3397
3599
|
}
|
|
3398
3600
|
},
|
|
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
3601
|
"node_modules/arg": {
|
|
3406
3602
|
"version": "4.1.3",
|
|
3407
3603
|
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
|
|
@@ -3485,26 +3681,43 @@
|
|
|
3485
3681
|
}
|
|
3486
3682
|
},
|
|
3487
3683
|
"node_modules/avvio": {
|
|
3488
|
-
"version": "
|
|
3489
|
-
"resolved": "https://registry.npmjs.org/avvio/-/avvio-
|
|
3490
|
-
"integrity": "sha512-
|
|
3684
|
+
"version": "9.2.0",
|
|
3685
|
+
"resolved": "https://registry.npmjs.org/avvio/-/avvio-9.2.0.tgz",
|
|
3686
|
+
"integrity": "sha512-2t/sy01ArdHHE0vRH5Hsay+RtCZt3dLPji7W7/MMOCEgze5b7SNDC4j5H6FnVgPkI1MTNFGzHdHrVXDDl7QSSQ==",
|
|
3687
|
+
"funding": [
|
|
3688
|
+
{
|
|
3689
|
+
"type": "github",
|
|
3690
|
+
"url": "https://github.com/sponsors/fastify"
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"type": "opencollective",
|
|
3694
|
+
"url": "https://opencollective.com/fastify"
|
|
3695
|
+
}
|
|
3696
|
+
],
|
|
3491
3697
|
"license": "MIT",
|
|
3492
3698
|
"dependencies": {
|
|
3493
|
-
"
|
|
3494
|
-
"
|
|
3495
|
-
"fastq": "^1.6.1",
|
|
3496
|
-
"queue-microtask": "^1.1.2"
|
|
3699
|
+
"@fastify/error": "^4.0.0",
|
|
3700
|
+
"fastq": "^1.17.1"
|
|
3497
3701
|
}
|
|
3498
3702
|
},
|
|
3499
3703
|
"node_modules/axios": {
|
|
3500
|
-
"version": "1.
|
|
3501
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
3502
|
-
"integrity": "sha512-
|
|
3704
|
+
"version": "1.14.0",
|
|
3705
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz",
|
|
3706
|
+
"integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==",
|
|
3503
3707
|
"license": "MIT",
|
|
3504
3708
|
"dependencies": {
|
|
3505
3709
|
"follow-redirects": "^1.15.11",
|
|
3506
3710
|
"form-data": "^4.0.5",
|
|
3507
|
-
"proxy-from-env": "^
|
|
3711
|
+
"proxy-from-env": "^2.1.0"
|
|
3712
|
+
}
|
|
3713
|
+
},
|
|
3714
|
+
"node_modules/axios/node_modules/proxy-from-env": {
|
|
3715
|
+
"version": "2.1.0",
|
|
3716
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
|
|
3717
|
+
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
|
|
3718
|
+
"license": "MIT",
|
|
3719
|
+
"engines": {
|
|
3720
|
+
"node": ">=10"
|
|
3508
3721
|
}
|
|
3509
3722
|
},
|
|
3510
3723
|
"node_modules/b4a": {
|
|
@@ -3546,9 +3759,9 @@
|
|
|
3546
3759
|
}
|
|
3547
3760
|
},
|
|
3548
3761
|
"node_modules/bare-fs": {
|
|
3549
|
-
"version": "4.
|
|
3550
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.
|
|
3551
|
-
"integrity": "sha512-
|
|
3762
|
+
"version": "4.6.0",
|
|
3763
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.6.0.tgz",
|
|
3764
|
+
"integrity": "sha512-2YkS7NuiJceSEbyEOdSNLE9tsGd+f4+f7C+Nik/MCk27SYdwIMPT/yRKvg++FZhQXgk0KWJKJyXX9RhVV0RGqA==",
|
|
3552
3765
|
"license": "Apache-2.0",
|
|
3553
3766
|
"dependencies": {
|
|
3554
3767
|
"bare-events": "^2.5.4",
|
|
@@ -3570,9 +3783,9 @@
|
|
|
3570
3783
|
}
|
|
3571
3784
|
},
|
|
3572
3785
|
"node_modules/bare-os": {
|
|
3573
|
-
"version": "3.7
|
|
3574
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.7.
|
|
3575
|
-
"integrity": "sha512-
|
|
3786
|
+
"version": "3.8.7",
|
|
3787
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.7.tgz",
|
|
3788
|
+
"integrity": "sha512-G4Gr1UsGeEy2qtDTZwL7JFLo2wapUarz7iTMcYcMFdS89AIQuBoyjgXZz0Utv7uHs3xA9LckhVbeBi8lEQrC+w==",
|
|
3576
3789
|
"license": "Apache-2.0",
|
|
3577
3790
|
"engines": {
|
|
3578
3791
|
"bare": ">=1.14.0"
|
|
@@ -3588,19 +3801,23 @@
|
|
|
3588
3801
|
}
|
|
3589
3802
|
},
|
|
3590
3803
|
"node_modules/bare-stream": {
|
|
3591
|
-
"version": "2.
|
|
3592
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.
|
|
3593
|
-
"integrity": "sha512-
|
|
3804
|
+
"version": "2.12.0",
|
|
3805
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.12.0.tgz",
|
|
3806
|
+
"integrity": "sha512-w28i8lkBgREV3rPXGbgK+BO66q+ZpKqRWrZLiCdmmUlLPrQ45CzkvRhN+7lnv00Gpi2zy5naRxnUFAxCECDm9g==",
|
|
3594
3807
|
"license": "Apache-2.0",
|
|
3595
3808
|
"dependencies": {
|
|
3596
|
-
"streamx": "^2.
|
|
3809
|
+
"streamx": "^2.25.0",
|
|
3597
3810
|
"teex": "^1.0.1"
|
|
3598
3811
|
},
|
|
3599
3812
|
"peerDependencies": {
|
|
3813
|
+
"bare-abort-controller": "*",
|
|
3600
3814
|
"bare-buffer": "*",
|
|
3601
3815
|
"bare-events": "*"
|
|
3602
3816
|
},
|
|
3603
3817
|
"peerDependenciesMeta": {
|
|
3818
|
+
"bare-abort-controller": {
|
|
3819
|
+
"optional": true
|
|
3820
|
+
},
|
|
3604
3821
|
"bare-buffer": {
|
|
3605
3822
|
"optional": true
|
|
3606
3823
|
},
|
|
@@ -3610,9 +3827,9 @@
|
|
|
3610
3827
|
}
|
|
3611
3828
|
},
|
|
3612
3829
|
"node_modules/bare-url": {
|
|
3613
|
-
"version": "2.
|
|
3614
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.
|
|
3615
|
-
"integrity": "sha512-
|
|
3830
|
+
"version": "2.4.0",
|
|
3831
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.0.tgz",
|
|
3832
|
+
"integrity": "sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==",
|
|
3616
3833
|
"license": "Apache-2.0",
|
|
3617
3834
|
"dependencies": {
|
|
3618
3835
|
"bare-path": "^3.0.0"
|
|
@@ -3767,9 +3984,9 @@
|
|
|
3767
3984
|
"license": "ISC"
|
|
3768
3985
|
},
|
|
3769
3986
|
"node_modules/brace-expansion": {
|
|
3770
|
-
"version": "5.0.
|
|
3771
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
3772
|
-
"integrity": "sha512-
|
|
3987
|
+
"version": "5.0.5",
|
|
3988
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
3989
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
3773
3990
|
"dev": true,
|
|
3774
3991
|
"license": "MIT",
|
|
3775
3992
|
"dependencies": {
|
|
@@ -4811,6 +5028,15 @@
|
|
|
4811
5028
|
"node": ">= 0.8"
|
|
4812
5029
|
}
|
|
4813
5030
|
},
|
|
5031
|
+
"node_modules/dequal": {
|
|
5032
|
+
"version": "2.0.3",
|
|
5033
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
5034
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
5035
|
+
"license": "MIT",
|
|
5036
|
+
"engines": {
|
|
5037
|
+
"node": ">=6"
|
|
5038
|
+
}
|
|
5039
|
+
},
|
|
4814
5040
|
"node_modules/destroy": {
|
|
4815
5041
|
"version": "1.2.0",
|
|
4816
5042
|
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
|
|
@@ -4821,6 +5047,16 @@
|
|
|
4821
5047
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
4822
5048
|
}
|
|
4823
5049
|
},
|
|
5050
|
+
"node_modules/detect-libc": {
|
|
5051
|
+
"version": "2.1.2",
|
|
5052
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
5053
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
5054
|
+
"license": "Apache-2.0",
|
|
5055
|
+
"peer": true,
|
|
5056
|
+
"engines": {
|
|
5057
|
+
"node": ">=8"
|
|
5058
|
+
}
|
|
5059
|
+
},
|
|
4824
5060
|
"node_modules/dezalgo": {
|
|
4825
5061
|
"version": "1.0.4",
|
|
4826
5062
|
"resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
|
|
@@ -5105,34 +5341,6 @@
|
|
|
5105
5341
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
5106
5342
|
"license": "MIT"
|
|
5107
5343
|
},
|
|
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
5344
|
"node_modules/edgedriver/node_modules/strip-ansi": {
|
|
5137
5345
|
"version": "7.2.0",
|
|
5138
5346
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
@@ -5367,9 +5575,9 @@
|
|
|
5367
5575
|
}
|
|
5368
5576
|
},
|
|
5369
5577
|
"node_modules/es-module-lexer": {
|
|
5370
|
-
"version": "
|
|
5371
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-
|
|
5372
|
-
"integrity": "sha512-
|
|
5578
|
+
"version": "2.0.0",
|
|
5579
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
|
|
5580
|
+
"integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
|
|
5373
5581
|
"license": "MIT",
|
|
5374
5582
|
"peer": true
|
|
5375
5583
|
},
|
|
@@ -5404,6 +5612,7 @@
|
|
|
5404
5612
|
"version": "0.27.2",
|
|
5405
5613
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
|
|
5406
5614
|
"integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
|
|
5615
|
+
"devOptional": true,
|
|
5407
5616
|
"hasInstallScript": true,
|
|
5408
5617
|
"license": "MIT",
|
|
5409
5618
|
"bin": {
|
|
@@ -5726,12 +5935,6 @@
|
|
|
5726
5935
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5727
5936
|
}
|
|
5728
5937
|
},
|
|
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
5938
|
"node_modules/fast-decode-uri-component": {
|
|
5736
5939
|
"version": "1.0.1",
|
|
5737
5940
|
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
@@ -5757,27 +5960,58 @@
|
|
|
5757
5960
|
"license": "MIT"
|
|
5758
5961
|
},
|
|
5759
5962
|
"node_modules/fast-json-stringify": {
|
|
5760
|
-
"version": "
|
|
5761
|
-
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-
|
|
5762
|
-
"integrity": "sha512-
|
|
5963
|
+
"version": "6.3.0",
|
|
5964
|
+
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-6.3.0.tgz",
|
|
5965
|
+
"integrity": "sha512-oRCntNDY/329HJPlmdNLIdogNtt6Vyjb1WuT01Soss3slIdyUp8kAcDU3saQTOquEK8KFVfwIIF7FebxUAu+yA==",
|
|
5966
|
+
"funding": [
|
|
5967
|
+
{
|
|
5968
|
+
"type": "github",
|
|
5969
|
+
"url": "https://github.com/sponsors/fastify"
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"type": "opencollective",
|
|
5973
|
+
"url": "https://opencollective.com/fastify"
|
|
5974
|
+
}
|
|
5975
|
+
],
|
|
5976
|
+
"license": "MIT",
|
|
5977
|
+
"dependencies": {
|
|
5978
|
+
"@fastify/merge-json-schemas": "^0.2.0",
|
|
5979
|
+
"ajv": "^8.12.0",
|
|
5980
|
+
"ajv-formats": "^3.0.1",
|
|
5981
|
+
"fast-uri": "^3.0.0",
|
|
5982
|
+
"json-schema-ref-resolver": "^3.0.0",
|
|
5983
|
+
"rfdc": "^1.2.0"
|
|
5984
|
+
}
|
|
5985
|
+
},
|
|
5986
|
+
"node_modules/fast-json-stringify/node_modules/ajv": {
|
|
5987
|
+
"version": "8.18.0",
|
|
5988
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
5989
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
5763
5990
|
"license": "MIT",
|
|
5764
5991
|
"dependencies": {
|
|
5765
|
-
"
|
|
5766
|
-
"
|
|
5767
|
-
"
|
|
5768
|
-
"string
|
|
5992
|
+
"fast-deep-equal": "^3.1.3",
|
|
5993
|
+
"fast-uri": "^3.0.1",
|
|
5994
|
+
"json-schema-traverse": "^1.0.0",
|
|
5995
|
+
"require-from-string": "^2.0.2"
|
|
5769
5996
|
},
|
|
5770
|
-
"
|
|
5771
|
-
"
|
|
5997
|
+
"funding": {
|
|
5998
|
+
"type": "github",
|
|
5999
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
5772
6000
|
}
|
|
5773
6001
|
},
|
|
5774
|
-
"node_modules/fast-
|
|
5775
|
-
"version": "
|
|
5776
|
-
"resolved": "https://registry.npmjs.org/
|
|
5777
|
-
"integrity": "sha512-
|
|
6002
|
+
"node_modules/fast-json-stringify/node_modules/json-schema-traverse": {
|
|
6003
|
+
"version": "1.0.0",
|
|
6004
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
6005
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
6006
|
+
"license": "MIT"
|
|
6007
|
+
},
|
|
6008
|
+
"node_modules/fast-querystring": {
|
|
6009
|
+
"version": "1.1.2",
|
|
6010
|
+
"resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz",
|
|
6011
|
+
"integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==",
|
|
5778
6012
|
"license": "MIT",
|
|
5779
|
-
"
|
|
5780
|
-
"
|
|
6013
|
+
"dependencies": {
|
|
6014
|
+
"fast-decode-uri-component": "^1.0.1"
|
|
5781
6015
|
}
|
|
5782
6016
|
},
|
|
5783
6017
|
"node_modules/fast-safe-stringify": {
|
|
@@ -5803,21 +6037,24 @@
|
|
|
5803
6037
|
"license": "BSD-3-Clause"
|
|
5804
6038
|
},
|
|
5805
6039
|
"node_modules/fast-xml-builder": {
|
|
5806
|
-
"version": "1.
|
|
5807
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
5808
|
-
"integrity": "sha512-
|
|
6040
|
+
"version": "1.1.4",
|
|
6041
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
6042
|
+
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
5809
6043
|
"funding": [
|
|
5810
6044
|
{
|
|
5811
6045
|
"type": "github",
|
|
5812
6046
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5813
6047
|
}
|
|
5814
6048
|
],
|
|
5815
|
-
"license": "MIT"
|
|
6049
|
+
"license": "MIT",
|
|
6050
|
+
"dependencies": {
|
|
6051
|
+
"path-expression-matcher": "^1.1.3"
|
|
6052
|
+
}
|
|
5816
6053
|
},
|
|
5817
6054
|
"node_modules/fast-xml-parser": {
|
|
5818
|
-
"version": "5.
|
|
5819
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
5820
|
-
"integrity": "sha512-
|
|
6055
|
+
"version": "5.5.10",
|
|
6056
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz",
|
|
6057
|
+
"integrity": "sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==",
|
|
5821
6058
|
"funding": [
|
|
5822
6059
|
{
|
|
5823
6060
|
"type": "github",
|
|
@@ -5826,35 +6063,45 @@
|
|
|
5826
6063
|
],
|
|
5827
6064
|
"license": "MIT",
|
|
5828
6065
|
"dependencies": {
|
|
5829
|
-
"fast-xml-builder": "^1.
|
|
5830
|
-
"
|
|
6066
|
+
"fast-xml-builder": "^1.1.4",
|
|
6067
|
+
"path-expression-matcher": "^1.2.1",
|
|
6068
|
+
"strnum": "^2.2.2"
|
|
5831
6069
|
},
|
|
5832
6070
|
"bin": {
|
|
5833
6071
|
"fxparser": "src/cli/cli.js"
|
|
5834
6072
|
}
|
|
5835
6073
|
},
|
|
5836
6074
|
"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
|
-
"
|
|
6075
|
+
"version": "5.7.2",
|
|
6076
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.2.tgz",
|
|
6077
|
+
"integrity": "sha512-dBJolW+hm6N/yJVf6J5E1BxOBNkuXNl405nrfeR8SpvGWG3aCC2XDHyiFBdow8Win1kj7sjawQc257JlYY6M/A==",
|
|
6078
|
+
"funding": [
|
|
6079
|
+
{
|
|
6080
|
+
"type": "github",
|
|
6081
|
+
"url": "https://github.com/sponsors/fastify"
|
|
6082
|
+
},
|
|
6083
|
+
{
|
|
6084
|
+
"type": "opencollective",
|
|
6085
|
+
"url": "https://opencollective.com/fastify"
|
|
6086
|
+
}
|
|
6087
|
+
],
|
|
6088
|
+
"license": "MIT",
|
|
6089
|
+
"dependencies": {
|
|
6090
|
+
"@fastify/ajv-compiler": "^4.0.5",
|
|
6091
|
+
"@fastify/error": "^4.0.0",
|
|
6092
|
+
"@fastify/fast-json-stringify-compiler": "^5.0.0",
|
|
6093
|
+
"@fastify/proxy-addr": "^5.0.0",
|
|
6094
|
+
"abstract-logging": "^2.0.1",
|
|
6095
|
+
"avvio": "^9.0.0",
|
|
6096
|
+
"fast-json-stringify": "^6.0.0",
|
|
6097
|
+
"find-my-way": "^9.0.0",
|
|
6098
|
+
"light-my-request": "^6.0.0",
|
|
6099
|
+
"pino": "^10.1.0",
|
|
6100
|
+
"process-warning": "^5.0.0",
|
|
6101
|
+
"rfdc": "^1.3.1",
|
|
6102
|
+
"secure-json-parse": "^4.0.0",
|
|
6103
|
+
"semver": "^7.6.0",
|
|
6104
|
+
"toad-cache": "^3.7.0"
|
|
5858
6105
|
}
|
|
5859
6106
|
},
|
|
5860
6107
|
"node_modules/fastify-plugin": {
|
|
@@ -5962,18 +6209,17 @@
|
|
|
5962
6209
|
"license": "MIT"
|
|
5963
6210
|
},
|
|
5964
6211
|
"node_modules/find-my-way": {
|
|
5965
|
-
"version": "
|
|
5966
|
-
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-
|
|
5967
|
-
"integrity": "sha512-
|
|
6212
|
+
"version": "9.5.0",
|
|
6213
|
+
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.5.0.tgz",
|
|
6214
|
+
"integrity": "sha512-VW2RfnmscZO5KgBY5XVyKREMW5nMZcxDy+buTOsL+zIPnBlbKm+00sgzoQzq1EVh4aALZLfKdwv6atBGcjvjrQ==",
|
|
5968
6215
|
"license": "MIT",
|
|
5969
6216
|
"dependencies": {
|
|
5970
|
-
"fast-decode-uri-component": "^1.0.1",
|
|
5971
6217
|
"fast-deep-equal": "^3.1.3",
|
|
5972
|
-
"
|
|
5973
|
-
"
|
|
6218
|
+
"fast-querystring": "^1.0.0",
|
|
6219
|
+
"safe-regex2": "^5.0.0"
|
|
5974
6220
|
},
|
|
5975
6221
|
"engines": {
|
|
5976
|
-
"node": ">=
|
|
6222
|
+
"node": ">=20"
|
|
5977
6223
|
}
|
|
5978
6224
|
},
|
|
5979
6225
|
"node_modules/find-process": {
|
|
@@ -6020,12 +6266,6 @@
|
|
|
6020
6266
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6021
6267
|
}
|
|
6022
6268
|
},
|
|
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
6269
|
"node_modules/fn.name": {
|
|
6030
6270
|
"version": "1.1.0",
|
|
6031
6271
|
"resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz",
|
|
@@ -6350,34 +6590,6 @@
|
|
|
6350
6590
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
6351
6591
|
"license": "MIT"
|
|
6352
6592
|
},
|
|
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
6593
|
"node_modules/geckodriver/node_modules/strip-ansi": {
|
|
6382
6594
|
"version": "7.2.0",
|
|
6383
6595
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
@@ -6453,9 +6665,9 @@
|
|
|
6453
6665
|
}
|
|
6454
6666
|
},
|
|
6455
6667
|
"node_modules/get-port": {
|
|
6456
|
-
"version": "7.
|
|
6457
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-7.
|
|
6458
|
-
"integrity": "sha512-
|
|
6668
|
+
"version": "7.2.0",
|
|
6669
|
+
"resolved": "https://registry.npmjs.org/get-port/-/get-port-7.2.0.tgz",
|
|
6670
|
+
"integrity": "sha512-afP4W205ONCuMoPBqcR6PSXnzX35KTcJygfJfcp+QY+uwm3p20p1YczWXhlICIzGMCxYBQcySEcOgsJcrkyobg==",
|
|
6459
6671
|
"license": "MIT",
|
|
6460
6672
|
"engines": {
|
|
6461
6673
|
"node": ">=16"
|
|
@@ -6877,12 +7089,12 @@
|
|
|
6877
7089
|
}
|
|
6878
7090
|
},
|
|
6879
7091
|
"node_modules/ipaddr.js": {
|
|
6880
|
-
"version": "
|
|
6881
|
-
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-
|
|
6882
|
-
"integrity": "sha512-
|
|
7092
|
+
"version": "2.3.0",
|
|
7093
|
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz",
|
|
7094
|
+
"integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==",
|
|
6883
7095
|
"license": "MIT",
|
|
6884
7096
|
"engines": {
|
|
6885
|
-
"node": ">=
|
|
7097
|
+
"node": ">= 10"
|
|
6886
7098
|
}
|
|
6887
7099
|
},
|
|
6888
7100
|
"node_modules/is-core-module": {
|
|
@@ -7092,6 +7304,25 @@
|
|
|
7092
7304
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
7093
7305
|
"license": "MIT"
|
|
7094
7306
|
},
|
|
7307
|
+
"node_modules/json-schema-ref-resolver": {
|
|
7308
|
+
"version": "3.0.0",
|
|
7309
|
+
"resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-3.0.0.tgz",
|
|
7310
|
+
"integrity": "sha512-hOrZIVL5jyYFjzk7+y7n5JDzGlU8rfWDuYyHwGa2WA8/pcmMHezp2xsVwxrebD/Q9t8Nc5DboieySDpCp4WG4A==",
|
|
7311
|
+
"funding": [
|
|
7312
|
+
{
|
|
7313
|
+
"type": "github",
|
|
7314
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"type": "opencollective",
|
|
7318
|
+
"url": "https://opencollective.com/fastify"
|
|
7319
|
+
}
|
|
7320
|
+
],
|
|
7321
|
+
"license": "MIT",
|
|
7322
|
+
"dependencies": {
|
|
7323
|
+
"dequal": "^2.0.3"
|
|
7324
|
+
}
|
|
7325
|
+
},
|
|
7095
7326
|
"node_modules/json-schema-traverse": {
|
|
7096
7327
|
"version": "0.4.1",
|
|
7097
7328
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
@@ -7240,73 +7471,341 @@
|
|
|
7240
7471
|
}
|
|
7241
7472
|
},
|
|
7242
7473
|
"node_modules/light-my-request": {
|
|
7243
|
-
"version": "
|
|
7244
|
-
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-
|
|
7245
|
-
"integrity": "sha512-
|
|
7474
|
+
"version": "6.6.0",
|
|
7475
|
+
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.6.0.tgz",
|
|
7476
|
+
"integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==",
|
|
7477
|
+
"funding": [
|
|
7478
|
+
{
|
|
7479
|
+
"type": "github",
|
|
7480
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7481
|
+
},
|
|
7482
|
+
{
|
|
7483
|
+
"type": "opencollective",
|
|
7484
|
+
"url": "https://opencollective.com/fastify"
|
|
7485
|
+
}
|
|
7486
|
+
],
|
|
7246
7487
|
"license": "BSD-3-Clause",
|
|
7247
7488
|
"dependencies": {
|
|
7248
|
-
"
|
|
7249
|
-
"
|
|
7250
|
-
"
|
|
7251
|
-
"set-cookie-parser": "^2.4.1"
|
|
7489
|
+
"cookie": "^1.0.1",
|
|
7490
|
+
"process-warning": "^4.0.0",
|
|
7491
|
+
"set-cookie-parser": "^2.6.0"
|
|
7252
7492
|
}
|
|
7253
7493
|
},
|
|
7254
|
-
"node_modules/light-my-request/node_modules/
|
|
7255
|
-
"version": "
|
|
7256
|
-
"resolved": "https://registry.npmjs.org/
|
|
7257
|
-
"integrity": "sha512-
|
|
7494
|
+
"node_modules/light-my-request/node_modules/cookie": {
|
|
7495
|
+
"version": "1.1.1",
|
|
7496
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
|
7497
|
+
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
|
|
7498
|
+
"license": "MIT",
|
|
7499
|
+
"engines": {
|
|
7500
|
+
"node": ">=18"
|
|
7501
|
+
},
|
|
7502
|
+
"funding": {
|
|
7503
|
+
"type": "opencollective",
|
|
7504
|
+
"url": "https://opencollective.com/express"
|
|
7505
|
+
}
|
|
7506
|
+
},
|
|
7507
|
+
"node_modules/light-my-request/node_modules/process-warning": {
|
|
7508
|
+
"version": "4.0.1",
|
|
7509
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz",
|
|
7510
|
+
"integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==",
|
|
7511
|
+
"funding": [
|
|
7512
|
+
{
|
|
7513
|
+
"type": "github",
|
|
7514
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7515
|
+
},
|
|
7516
|
+
{
|
|
7517
|
+
"type": "opencollective",
|
|
7518
|
+
"url": "https://opencollective.com/fastify"
|
|
7519
|
+
}
|
|
7520
|
+
],
|
|
7521
|
+
"license": "MIT"
|
|
7522
|
+
},
|
|
7523
|
+
"node_modules/lighthouse-logger": {
|
|
7524
|
+
"version": "1.4.2",
|
|
7525
|
+
"resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
|
|
7526
|
+
"integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
|
|
7527
|
+
"license": "Apache-2.0",
|
|
7528
|
+
"dependencies": {
|
|
7529
|
+
"debug": "^2.6.9",
|
|
7530
|
+
"marky": "^1.2.2"
|
|
7531
|
+
}
|
|
7532
|
+
},
|
|
7533
|
+
"node_modules/lighthouse-logger/node_modules/debug": {
|
|
7534
|
+
"version": "2.6.9",
|
|
7535
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
7536
|
+
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
7258
7537
|
"license": "MIT",
|
|
7259
7538
|
"dependencies": {
|
|
7260
|
-
"
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7539
|
+
"ms": "2.0.0"
|
|
7540
|
+
}
|
|
7541
|
+
},
|
|
7542
|
+
"node_modules/lighthouse-logger/node_modules/ms": {
|
|
7543
|
+
"version": "2.0.0",
|
|
7544
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
7545
|
+
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
7546
|
+
"license": "MIT"
|
|
7547
|
+
},
|
|
7548
|
+
"node_modules/lightningcss": {
|
|
7549
|
+
"version": "1.32.0",
|
|
7550
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
7551
|
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
7552
|
+
"license": "MPL-2.0",
|
|
7553
|
+
"peer": true,
|
|
7554
|
+
"dependencies": {
|
|
7555
|
+
"detect-libc": "^2.0.3"
|
|
7556
|
+
},
|
|
7557
|
+
"engines": {
|
|
7558
|
+
"node": ">= 12.0.0"
|
|
7559
|
+
},
|
|
7560
|
+
"funding": {
|
|
7561
|
+
"type": "opencollective",
|
|
7562
|
+
"url": "https://opencollective.com/parcel"
|
|
7563
|
+
},
|
|
7564
|
+
"optionalDependencies": {
|
|
7565
|
+
"lightningcss-android-arm64": "1.32.0",
|
|
7566
|
+
"lightningcss-darwin-arm64": "1.32.0",
|
|
7567
|
+
"lightningcss-darwin-x64": "1.32.0",
|
|
7568
|
+
"lightningcss-freebsd-x64": "1.32.0",
|
|
7569
|
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
7570
|
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
7571
|
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
7572
|
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
7573
|
+
"lightningcss-linux-x64-musl": "1.32.0",
|
|
7574
|
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
7575
|
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
7576
|
+
}
|
|
7577
|
+
},
|
|
7578
|
+
"node_modules/lightningcss-android-arm64": {
|
|
7579
|
+
"version": "1.32.0",
|
|
7580
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
7581
|
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
7582
|
+
"cpu": [
|
|
7583
|
+
"arm64"
|
|
7584
|
+
],
|
|
7585
|
+
"license": "MPL-2.0",
|
|
7586
|
+
"optional": true,
|
|
7587
|
+
"os": [
|
|
7588
|
+
"android"
|
|
7589
|
+
],
|
|
7590
|
+
"peer": true,
|
|
7591
|
+
"engines": {
|
|
7592
|
+
"node": ">= 12.0.0"
|
|
7593
|
+
},
|
|
7594
|
+
"funding": {
|
|
7595
|
+
"type": "opencollective",
|
|
7596
|
+
"url": "https://opencollective.com/parcel"
|
|
7597
|
+
}
|
|
7598
|
+
},
|
|
7599
|
+
"node_modules/lightningcss-darwin-arm64": {
|
|
7600
|
+
"version": "1.32.0",
|
|
7601
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
7602
|
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
7603
|
+
"cpu": [
|
|
7604
|
+
"arm64"
|
|
7605
|
+
],
|
|
7606
|
+
"license": "MPL-2.0",
|
|
7607
|
+
"optional": true,
|
|
7608
|
+
"os": [
|
|
7609
|
+
"darwin"
|
|
7610
|
+
],
|
|
7611
|
+
"peer": true,
|
|
7612
|
+
"engines": {
|
|
7613
|
+
"node": ">= 12.0.0"
|
|
7614
|
+
},
|
|
7615
|
+
"funding": {
|
|
7616
|
+
"type": "opencollective",
|
|
7617
|
+
"url": "https://opencollective.com/parcel"
|
|
7618
|
+
}
|
|
7619
|
+
},
|
|
7620
|
+
"node_modules/lightningcss-darwin-x64": {
|
|
7621
|
+
"version": "1.32.0",
|
|
7622
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
7623
|
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
7624
|
+
"cpu": [
|
|
7625
|
+
"x64"
|
|
7626
|
+
],
|
|
7627
|
+
"license": "MPL-2.0",
|
|
7628
|
+
"optional": true,
|
|
7629
|
+
"os": [
|
|
7630
|
+
"darwin"
|
|
7631
|
+
],
|
|
7632
|
+
"peer": true,
|
|
7633
|
+
"engines": {
|
|
7634
|
+
"node": ">= 12.0.0"
|
|
7635
|
+
},
|
|
7636
|
+
"funding": {
|
|
7637
|
+
"type": "opencollective",
|
|
7638
|
+
"url": "https://opencollective.com/parcel"
|
|
7639
|
+
}
|
|
7640
|
+
},
|
|
7641
|
+
"node_modules/lightningcss-freebsd-x64": {
|
|
7642
|
+
"version": "1.32.0",
|
|
7643
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
7644
|
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
7645
|
+
"cpu": [
|
|
7646
|
+
"x64"
|
|
7647
|
+
],
|
|
7648
|
+
"license": "MPL-2.0",
|
|
7649
|
+
"optional": true,
|
|
7650
|
+
"os": [
|
|
7651
|
+
"freebsd"
|
|
7652
|
+
],
|
|
7653
|
+
"peer": true,
|
|
7654
|
+
"engines": {
|
|
7655
|
+
"node": ">= 12.0.0"
|
|
7656
|
+
},
|
|
7657
|
+
"funding": {
|
|
7658
|
+
"type": "opencollective",
|
|
7659
|
+
"url": "https://opencollective.com/parcel"
|
|
7660
|
+
}
|
|
7661
|
+
},
|
|
7662
|
+
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
7663
|
+
"version": "1.32.0",
|
|
7664
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
7665
|
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
7666
|
+
"cpu": [
|
|
7667
|
+
"arm"
|
|
7668
|
+
],
|
|
7669
|
+
"license": "MPL-2.0",
|
|
7670
|
+
"optional": true,
|
|
7671
|
+
"os": [
|
|
7672
|
+
"linux"
|
|
7673
|
+
],
|
|
7674
|
+
"peer": true,
|
|
7675
|
+
"engines": {
|
|
7676
|
+
"node": ">= 12.0.0"
|
|
7677
|
+
},
|
|
7678
|
+
"funding": {
|
|
7679
|
+
"type": "opencollective",
|
|
7680
|
+
"url": "https://opencollective.com/parcel"
|
|
7681
|
+
}
|
|
7682
|
+
},
|
|
7683
|
+
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
7684
|
+
"version": "1.32.0",
|
|
7685
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
7686
|
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
7687
|
+
"cpu": [
|
|
7688
|
+
"arm64"
|
|
7689
|
+
],
|
|
7690
|
+
"license": "MPL-2.0",
|
|
7691
|
+
"optional": true,
|
|
7692
|
+
"os": [
|
|
7693
|
+
"linux"
|
|
7694
|
+
],
|
|
7695
|
+
"peer": true,
|
|
7696
|
+
"engines": {
|
|
7697
|
+
"node": ">= 12.0.0"
|
|
7698
|
+
},
|
|
7699
|
+
"funding": {
|
|
7700
|
+
"type": "opencollective",
|
|
7701
|
+
"url": "https://opencollective.com/parcel"
|
|
7702
|
+
}
|
|
7703
|
+
},
|
|
7704
|
+
"node_modules/lightningcss-linux-arm64-musl": {
|
|
7705
|
+
"version": "1.32.0",
|
|
7706
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
7707
|
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
7708
|
+
"cpu": [
|
|
7709
|
+
"arm64"
|
|
7710
|
+
],
|
|
7711
|
+
"license": "MPL-2.0",
|
|
7712
|
+
"optional": true,
|
|
7713
|
+
"os": [
|
|
7714
|
+
"linux"
|
|
7715
|
+
],
|
|
7716
|
+
"peer": true,
|
|
7717
|
+
"engines": {
|
|
7718
|
+
"node": ">= 12.0.0"
|
|
7719
|
+
},
|
|
7720
|
+
"funding": {
|
|
7721
|
+
"type": "opencollective",
|
|
7722
|
+
"url": "https://opencollective.com/parcel"
|
|
7723
|
+
}
|
|
7724
|
+
},
|
|
7725
|
+
"node_modules/lightningcss-linux-x64-gnu": {
|
|
7726
|
+
"version": "1.32.0",
|
|
7727
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
7728
|
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
7729
|
+
"cpu": [
|
|
7730
|
+
"x64"
|
|
7731
|
+
],
|
|
7732
|
+
"license": "MPL-2.0",
|
|
7733
|
+
"optional": true,
|
|
7734
|
+
"os": [
|
|
7735
|
+
"linux"
|
|
7736
|
+
],
|
|
7737
|
+
"peer": true,
|
|
7738
|
+
"engines": {
|
|
7739
|
+
"node": ">= 12.0.0"
|
|
7740
|
+
},
|
|
7741
|
+
"funding": {
|
|
7742
|
+
"type": "opencollective",
|
|
7743
|
+
"url": "https://opencollective.com/parcel"
|
|
7744
|
+
}
|
|
7745
|
+
},
|
|
7746
|
+
"node_modules/lightningcss-linux-x64-musl": {
|
|
7747
|
+
"version": "1.32.0",
|
|
7748
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
7749
|
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
7750
|
+
"cpu": [
|
|
7751
|
+
"x64"
|
|
7752
|
+
],
|
|
7753
|
+
"license": "MPL-2.0",
|
|
7754
|
+
"optional": true,
|
|
7755
|
+
"os": [
|
|
7756
|
+
"linux"
|
|
7757
|
+
],
|
|
7758
|
+
"peer": true,
|
|
7759
|
+
"engines": {
|
|
7760
|
+
"node": ">= 12.0.0"
|
|
7264
7761
|
},
|
|
7265
7762
|
"funding": {
|
|
7266
|
-
"type": "
|
|
7267
|
-
"url": "https://
|
|
7763
|
+
"type": "opencollective",
|
|
7764
|
+
"url": "https://opencollective.com/parcel"
|
|
7268
7765
|
}
|
|
7269
7766
|
},
|
|
7270
|
-
"node_modules/
|
|
7271
|
-
"version": "
|
|
7272
|
-
"resolved": "https://registry.npmjs.org/
|
|
7273
|
-
"integrity": "sha512-
|
|
7274
|
-
"
|
|
7767
|
+
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
7768
|
+
"version": "1.32.0",
|
|
7769
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
7770
|
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
7771
|
+
"cpu": [
|
|
7772
|
+
"arm64"
|
|
7773
|
+
],
|
|
7774
|
+
"license": "MPL-2.0",
|
|
7775
|
+
"optional": true,
|
|
7776
|
+
"os": [
|
|
7777
|
+
"win32"
|
|
7778
|
+
],
|
|
7779
|
+
"peer": true,
|
|
7275
7780
|
"engines": {
|
|
7276
|
-
"node": ">= 0.
|
|
7277
|
-
}
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
7282
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
7283
|
-
"license": "MIT"
|
|
7284
|
-
},
|
|
7285
|
-
"node_modules/lighthouse-logger": {
|
|
7286
|
-
"version": "1.4.2",
|
|
7287
|
-
"resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
|
|
7288
|
-
"integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
|
|
7289
|
-
"license": "Apache-2.0",
|
|
7290
|
-
"dependencies": {
|
|
7291
|
-
"debug": "^2.6.9",
|
|
7292
|
-
"marky": "^1.2.2"
|
|
7781
|
+
"node": ">= 12.0.0"
|
|
7782
|
+
},
|
|
7783
|
+
"funding": {
|
|
7784
|
+
"type": "opencollective",
|
|
7785
|
+
"url": "https://opencollective.com/parcel"
|
|
7293
7786
|
}
|
|
7294
7787
|
},
|
|
7295
|
-
"node_modules/
|
|
7296
|
-
"version": "
|
|
7297
|
-
"resolved": "https://registry.npmjs.org/
|
|
7298
|
-
"integrity": "sha512-
|
|
7299
|
-
"
|
|
7300
|
-
|
|
7301
|
-
|
|
7788
|
+
"node_modules/lightningcss-win32-x64-msvc": {
|
|
7789
|
+
"version": "1.32.0",
|
|
7790
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
7791
|
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
7792
|
+
"cpu": [
|
|
7793
|
+
"x64"
|
|
7794
|
+
],
|
|
7795
|
+
"license": "MPL-2.0",
|
|
7796
|
+
"optional": true,
|
|
7797
|
+
"os": [
|
|
7798
|
+
"win32"
|
|
7799
|
+
],
|
|
7800
|
+
"peer": true,
|
|
7801
|
+
"engines": {
|
|
7802
|
+
"node": ">= 12.0.0"
|
|
7803
|
+
},
|
|
7804
|
+
"funding": {
|
|
7805
|
+
"type": "opencollective",
|
|
7806
|
+
"url": "https://opencollective.com/parcel"
|
|
7302
7807
|
}
|
|
7303
7808
|
},
|
|
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
7809
|
"node_modules/linkedom": {
|
|
7311
7810
|
"version": "0.18.0",
|
|
7312
7811
|
"resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.18.0.tgz",
|
|
@@ -7498,9 +7997,9 @@
|
|
|
7498
7997
|
}
|
|
7499
7998
|
},
|
|
7500
7999
|
"node_modules/lru-cache": {
|
|
7501
|
-
"version": "11.2.
|
|
7502
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
7503
|
-
"integrity": "sha512-
|
|
8000
|
+
"version": "11.2.7",
|
|
8001
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz",
|
|
8002
|
+
"integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==",
|
|
7504
8003
|
"dev": true,
|
|
7505
8004
|
"license": "BlueOak-1.0.0",
|
|
7506
8005
|
"engines": {
|
|
@@ -7667,13 +8166,13 @@
|
|
|
7667
8166
|
}
|
|
7668
8167
|
},
|
|
7669
8168
|
"node_modules/minimatch": {
|
|
7670
|
-
"version": "10.2.
|
|
7671
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
7672
|
-
"integrity": "sha512-
|
|
8169
|
+
"version": "10.2.5",
|
|
8170
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
8171
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
7673
8172
|
"dev": true,
|
|
7674
8173
|
"license": "BlueOak-1.0.0",
|
|
7675
8174
|
"dependencies": {
|
|
7676
|
-
"brace-expansion": "^5.0.
|
|
8175
|
+
"brace-expansion": "^5.0.5"
|
|
7677
8176
|
},
|
|
7678
8177
|
"engines": {
|
|
7679
8178
|
"node": "18 || 20 || >=22"
|
|
@@ -7769,9 +8268,9 @@
|
|
|
7769
8268
|
}
|
|
7770
8269
|
},
|
|
7771
8270
|
"node_modules/nise": {
|
|
7772
|
-
"version": "6.1.
|
|
7773
|
-
"resolved": "https://registry.npmjs.org/nise/-/nise-6.1.
|
|
7774
|
-
"integrity": "sha512-
|
|
8271
|
+
"version": "6.1.4",
|
|
8272
|
+
"resolved": "https://registry.npmjs.org/nise/-/nise-6.1.4.tgz",
|
|
8273
|
+
"integrity": "sha512-vSA4IpRHRWZkmotu61SvF45Jirq4CTLT3KKOWJPsPMtxtOBOlxcAlXfv/OrWxkzAJiCBrvdfWvGQjHT7r7+Qqg==",
|
|
7775
8274
|
"dev": true,
|
|
7776
8275
|
"license": "BSD-3-Clause",
|
|
7777
8276
|
"dependencies": {
|
|
@@ -7782,9 +8281,9 @@
|
|
|
7782
8281
|
}
|
|
7783
8282
|
},
|
|
7784
8283
|
"node_modules/nise/node_modules/@sinonjs/fake-timers": {
|
|
7785
|
-
"version": "15.
|
|
7786
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.
|
|
7787
|
-
"integrity": "sha512-
|
|
8284
|
+
"version": "15.3.0",
|
|
8285
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.3.0.tgz",
|
|
8286
|
+
"integrity": "sha512-m2xozxSfCIxjDdvbhIWazlP2i2aha/iUmbl94alpsIbd3iLTfeXgfBVbwyWogB6l++istyGZqamgA/EcqYf+Bg==",
|
|
7788
8287
|
"dev": true,
|
|
7789
8288
|
"license": "BSD-3-Clause",
|
|
7790
8289
|
"dependencies": {
|
|
@@ -7792,9 +8291,9 @@
|
|
|
7792
8291
|
}
|
|
7793
8292
|
},
|
|
7794
8293
|
"node_modules/nise/node_modules/path-to-regexp": {
|
|
7795
|
-
"version": "8.
|
|
7796
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
7797
|
-
"integrity": "sha512-
|
|
8294
|
+
"version": "8.4.2",
|
|
8295
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
8296
|
+
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
7798
8297
|
"dev": true,
|
|
7799
8298
|
"license": "MIT",
|
|
7800
8299
|
"funding": {
|
|
@@ -7942,6 +8441,15 @@
|
|
|
7942
8441
|
"license": "MIT",
|
|
7943
8442
|
"peer": true
|
|
7944
8443
|
},
|
|
8444
|
+
"node_modules/on-exit-leak-free": {
|
|
8445
|
+
"version": "2.1.2",
|
|
8446
|
+
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
8447
|
+
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
|
|
8448
|
+
"license": "MIT",
|
|
8449
|
+
"engines": {
|
|
8450
|
+
"node": ">=14.0.0"
|
|
8451
|
+
}
|
|
8452
|
+
},
|
|
7945
8453
|
"node_modules/on-finished": {
|
|
7946
8454
|
"version": "2.4.1",
|
|
7947
8455
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -8264,6 +8772,21 @@
|
|
|
8264
8772
|
"node": ">= 0.8"
|
|
8265
8773
|
}
|
|
8266
8774
|
},
|
|
8775
|
+
"node_modules/path-expression-matcher": {
|
|
8776
|
+
"version": "1.2.1",
|
|
8777
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz",
|
|
8778
|
+
"integrity": "sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==",
|
|
8779
|
+
"funding": [
|
|
8780
|
+
{
|
|
8781
|
+
"type": "github",
|
|
8782
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
8783
|
+
}
|
|
8784
|
+
],
|
|
8785
|
+
"license": "MIT",
|
|
8786
|
+
"engines": {
|
|
8787
|
+
"node": ">=14.0.0"
|
|
8788
|
+
}
|
|
8789
|
+
},
|
|
8267
8790
|
"node_modules/path-key": {
|
|
8268
8791
|
"version": "3.1.1",
|
|
8269
8792
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
@@ -8298,9 +8821,9 @@
|
|
|
8298
8821
|
}
|
|
8299
8822
|
},
|
|
8300
8823
|
"node_modules/path-to-regexp": {
|
|
8301
|
-
"version": "0.1.
|
|
8302
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.
|
|
8303
|
-
"integrity": "sha512-
|
|
8824
|
+
"version": "0.1.13",
|
|
8825
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
|
|
8826
|
+
"integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
|
|
8304
8827
|
"license": "MIT"
|
|
8305
8828
|
},
|
|
8306
8829
|
"node_modules/pathe": {
|
|
@@ -8335,9 +8858,9 @@
|
|
|
8335
8858
|
"peer": true
|
|
8336
8859
|
},
|
|
8337
8860
|
"node_modules/picomatch": {
|
|
8338
|
-
"version": "4.0.
|
|
8339
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
8340
|
-
"integrity": "sha512-
|
|
8861
|
+
"version": "4.0.4",
|
|
8862
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
8863
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
8341
8864
|
"license": "MIT",
|
|
8342
8865
|
"peer": true,
|
|
8343
8866
|
"engines": {
|
|
@@ -8363,27 +8886,40 @@
|
|
|
8363
8886
|
}
|
|
8364
8887
|
},
|
|
8365
8888
|
"node_modules/pino": {
|
|
8366
|
-
"version": "
|
|
8367
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-
|
|
8368
|
-
"integrity": "sha512-
|
|
8889
|
+
"version": "10.3.1",
|
|
8890
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-10.3.1.tgz",
|
|
8891
|
+
"integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==",
|
|
8369
8892
|
"license": "MIT",
|
|
8370
8893
|
"dependencies": {
|
|
8371
|
-
"
|
|
8372
|
-
"
|
|
8373
|
-
"
|
|
8374
|
-
"pino-
|
|
8375
|
-
"
|
|
8894
|
+
"@pinojs/redact": "^0.4.0",
|
|
8895
|
+
"atomic-sleep": "^1.0.0",
|
|
8896
|
+
"on-exit-leak-free": "^2.1.0",
|
|
8897
|
+
"pino-abstract-transport": "^3.0.0",
|
|
8898
|
+
"pino-std-serializers": "^7.0.0",
|
|
8899
|
+
"process-warning": "^5.0.0",
|
|
8376
8900
|
"quick-format-unescaped": "^4.0.3",
|
|
8377
|
-
"
|
|
8901
|
+
"real-require": "^0.2.0",
|
|
8902
|
+
"safe-stable-stringify": "^2.3.1",
|
|
8903
|
+
"sonic-boom": "^4.0.1",
|
|
8904
|
+
"thread-stream": "^4.0.0"
|
|
8378
8905
|
},
|
|
8379
8906
|
"bin": {
|
|
8380
8907
|
"pino": "bin.js"
|
|
8381
8908
|
}
|
|
8382
8909
|
},
|
|
8910
|
+
"node_modules/pino-abstract-transport": {
|
|
8911
|
+
"version": "3.0.0",
|
|
8912
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
|
|
8913
|
+
"integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
|
|
8914
|
+
"license": "MIT",
|
|
8915
|
+
"dependencies": {
|
|
8916
|
+
"split2": "^4.0.0"
|
|
8917
|
+
}
|
|
8918
|
+
},
|
|
8383
8919
|
"node_modules/pino-std-serializers": {
|
|
8384
|
-
"version": "
|
|
8385
|
-
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-
|
|
8386
|
-
"integrity": "sha512-
|
|
8920
|
+
"version": "7.1.0",
|
|
8921
|
+
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz",
|
|
8922
|
+
"integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
|
|
8387
8923
|
"license": "MIT"
|
|
8388
8924
|
},
|
|
8389
8925
|
"node_modules/png-async": {
|
|
@@ -8484,9 +9020,19 @@
|
|
|
8484
9020
|
"license": "MIT"
|
|
8485
9021
|
},
|
|
8486
9022
|
"node_modules/process-warning": {
|
|
8487
|
-
"version": "
|
|
8488
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
8489
|
-
"integrity": "sha512-
|
|
9023
|
+
"version": "5.0.0",
|
|
9024
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
9025
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
9026
|
+
"funding": [
|
|
9027
|
+
{
|
|
9028
|
+
"type": "github",
|
|
9029
|
+
"url": "https://github.com/sponsors/fastify"
|
|
9030
|
+
},
|
|
9031
|
+
{
|
|
9032
|
+
"type": "opencollective",
|
|
9033
|
+
"url": "https://opencollective.com/fastify"
|
|
9034
|
+
}
|
|
9035
|
+
],
|
|
8490
9036
|
"license": "MIT"
|
|
8491
9037
|
},
|
|
8492
9038
|
"node_modules/progress": {
|
|
@@ -8533,6 +9079,15 @@
|
|
|
8533
9079
|
"node": ">= 0.10"
|
|
8534
9080
|
}
|
|
8535
9081
|
},
|
|
9082
|
+
"node_modules/proxy-addr/node_modules/ipaddr.js": {
|
|
9083
|
+
"version": "1.9.1",
|
|
9084
|
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
9085
|
+
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
9086
|
+
"license": "MIT",
|
|
9087
|
+
"engines": {
|
|
9088
|
+
"node": ">= 0.10"
|
|
9089
|
+
}
|
|
9090
|
+
},
|
|
8536
9091
|
"node_modules/proxy-agent": {
|
|
8537
9092
|
"version": "6.3.1",
|
|
8538
9093
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.1.tgz",
|
|
@@ -8700,26 +9255,6 @@
|
|
|
8700
9255
|
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
|
|
8701
9256
|
"license": "MIT"
|
|
8702
9257
|
},
|
|
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
9258
|
"node_modules/quick-format-unescaped": {
|
|
8724
9259
|
"version": "4.0.4",
|
|
8725
9260
|
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
|
|
@@ -8799,9 +9334,9 @@
|
|
|
8799
9334
|
"license": "MIT"
|
|
8800
9335
|
},
|
|
8801
9336
|
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
8802
|
-
"version": "2.0.
|
|
8803
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
8804
|
-
"integrity": "sha512-
|
|
9337
|
+
"version": "2.0.3",
|
|
9338
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
9339
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
8805
9340
|
"license": "MIT",
|
|
8806
9341
|
"dependencies": {
|
|
8807
9342
|
"balanced-match": "^1.0.0"
|
|
@@ -8819,6 +9354,15 @@
|
|
|
8819
9354
|
"node": ">=10"
|
|
8820
9355
|
}
|
|
8821
9356
|
},
|
|
9357
|
+
"node_modules/real-require": {
|
|
9358
|
+
"version": "0.2.0",
|
|
9359
|
+
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
9360
|
+
"integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
|
|
9361
|
+
"license": "MIT",
|
|
9362
|
+
"engines": {
|
|
9363
|
+
"node": ">= 12.13.0"
|
|
9364
|
+
}
|
|
9365
|
+
},
|
|
8822
9366
|
"node_modules/require-directory": {
|
|
8823
9367
|
"version": "2.1.1",
|
|
8824
9368
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -8911,12 +9455,12 @@
|
|
|
8911
9455
|
}
|
|
8912
9456
|
},
|
|
8913
9457
|
"node_modules/ret": {
|
|
8914
|
-
"version": "0.
|
|
8915
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.
|
|
8916
|
-
"integrity": "sha512-
|
|
9458
|
+
"version": "0.5.0",
|
|
9459
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
9460
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
8917
9461
|
"license": "MIT",
|
|
8918
9462
|
"engines": {
|
|
8919
|
-
"node": ">=
|
|
9463
|
+
"node": ">=10"
|
|
8920
9464
|
}
|
|
8921
9465
|
},
|
|
8922
9466
|
"node_modules/retry": {
|
|
@@ -8950,49 +9494,38 @@
|
|
|
8950
9494
|
"integrity": "sha512-22MOP1Rh7sAo1BZpDG6R5RFYzR2lYEgwq7HEmyW2qcsOqR2lQKmn+O//xV3YG/0rrhMC6KVX2hU+ZXuaw9a5bw==",
|
|
8951
9495
|
"license": "MIT"
|
|
8952
9496
|
},
|
|
8953
|
-
"node_modules/
|
|
8954
|
-
"version": "
|
|
8955
|
-
"resolved": "https://registry.npmjs.org/
|
|
8956
|
-
"integrity": "sha512-
|
|
9497
|
+
"node_modules/rolldown": {
|
|
9498
|
+
"version": "1.0.0-rc.12",
|
|
9499
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.12.tgz",
|
|
9500
|
+
"integrity": "sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==",
|
|
8957
9501
|
"license": "MIT",
|
|
8958
9502
|
"peer": true,
|
|
8959
9503
|
"dependencies": {
|
|
8960
|
-
"@types
|
|
9504
|
+
"@oxc-project/types": "=0.122.0",
|
|
9505
|
+
"@rolldown/pluginutils": "1.0.0-rc.12"
|
|
8961
9506
|
},
|
|
8962
9507
|
"bin": {
|
|
8963
|
-
"
|
|
9508
|
+
"rolldown": "bin/cli.mjs"
|
|
8964
9509
|
},
|
|
8965
9510
|
"engines": {
|
|
8966
|
-
"node": "
|
|
8967
|
-
"npm": ">=8.0.0"
|
|
9511
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
8968
9512
|
},
|
|
8969
9513
|
"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"
|
|
9514
|
+
"@rolldown/binding-android-arm64": "1.0.0-rc.12",
|
|
9515
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-rc.12",
|
|
9516
|
+
"@rolldown/binding-darwin-x64": "1.0.0-rc.12",
|
|
9517
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-rc.12",
|
|
9518
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.12",
|
|
9519
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.12",
|
|
9520
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.12",
|
|
9521
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.12",
|
|
9522
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.12",
|
|
9523
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.12",
|
|
9524
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.12",
|
|
9525
|
+
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.12",
|
|
9526
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.12",
|
|
9527
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.12",
|
|
9528
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.12"
|
|
8996
9529
|
}
|
|
8997
9530
|
},
|
|
8998
9531
|
"node_modules/rox-node": {
|
|
@@ -9034,12 +9567,25 @@
|
|
|
9034
9567
|
"license": "MIT"
|
|
9035
9568
|
},
|
|
9036
9569
|
"node_modules/safe-regex2": {
|
|
9037
|
-
"version": "
|
|
9038
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-
|
|
9039
|
-
"integrity": "sha512-
|
|
9570
|
+
"version": "5.1.0",
|
|
9571
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.1.0.tgz",
|
|
9572
|
+
"integrity": "sha512-pNHAuBW7TrcleFHsxBr5QMi/Iyp0ENjUKz7GCcX1UO7cMh+NmVK6HxQckNL1tJp1XAJVjG6B8OKIPqodqj9rtw==",
|
|
9573
|
+
"funding": [
|
|
9574
|
+
{
|
|
9575
|
+
"type": "github",
|
|
9576
|
+
"url": "https://github.com/sponsors/fastify"
|
|
9577
|
+
},
|
|
9578
|
+
{
|
|
9579
|
+
"type": "opencollective",
|
|
9580
|
+
"url": "https://opencollective.com/fastify"
|
|
9581
|
+
}
|
|
9582
|
+
],
|
|
9040
9583
|
"license": "MIT",
|
|
9041
9584
|
"dependencies": {
|
|
9042
|
-
"ret": "~0.
|
|
9585
|
+
"ret": "~0.5.0"
|
|
9586
|
+
},
|
|
9587
|
+
"bin": {
|
|
9588
|
+
"safe-regex2": "bin/safe-regex2.js"
|
|
9043
9589
|
}
|
|
9044
9590
|
},
|
|
9045
9591
|
"node_modules/safe-stable-stringify": {
|
|
@@ -9058,9 +9604,9 @@
|
|
|
9058
9604
|
"license": "MIT"
|
|
9059
9605
|
},
|
|
9060
9606
|
"node_modules/sax": {
|
|
9061
|
-
"version": "1.
|
|
9062
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
9063
|
-
"integrity": "sha512-
|
|
9607
|
+
"version": "1.6.0",
|
|
9608
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
|
9609
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
9064
9610
|
"license": "BlueOak-1.0.0",
|
|
9065
9611
|
"engines": {
|
|
9066
9612
|
"node": ">=11.0.0"
|
|
@@ -9079,9 +9625,19 @@
|
|
|
9079
9625
|
}
|
|
9080
9626
|
},
|
|
9081
9627
|
"node_modules/secure-json-parse": {
|
|
9082
|
-
"version": "
|
|
9083
|
-
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-
|
|
9084
|
-
"integrity": "sha512-
|
|
9628
|
+
"version": "4.1.0",
|
|
9629
|
+
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.1.0.tgz",
|
|
9630
|
+
"integrity": "sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==",
|
|
9631
|
+
"funding": [
|
|
9632
|
+
{
|
|
9633
|
+
"type": "github",
|
|
9634
|
+
"url": "https://github.com/sponsors/fastify"
|
|
9635
|
+
},
|
|
9636
|
+
{
|
|
9637
|
+
"type": "opencollective",
|
|
9638
|
+
"url": "https://opencollective.com/fastify"
|
|
9639
|
+
}
|
|
9640
|
+
],
|
|
9085
9641
|
"license": "BSD-3-Clause"
|
|
9086
9642
|
},
|
|
9087
9643
|
"node_modules/semver": {
|
|
@@ -9099,12 +9655,6 @@
|
|
|
9099
9655
|
"node": ">=10"
|
|
9100
9656
|
}
|
|
9101
9657
|
},
|
|
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
9658
|
"node_modules/semver/node_modules/lru-cache": {
|
|
9109
9659
|
"version": "6.0.0",
|
|
9110
9660
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
@@ -9396,9 +9946,9 @@
|
|
|
9396
9946
|
}
|
|
9397
9947
|
},
|
|
9398
9948
|
"node_modules/socket.io-parser": {
|
|
9399
|
-
"version": "4.2.
|
|
9400
|
-
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.
|
|
9401
|
-
"integrity": "sha512-
|
|
9949
|
+
"version": "4.2.6",
|
|
9950
|
+
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.6.tgz",
|
|
9951
|
+
"integrity": "sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==",
|
|
9402
9952
|
"license": "MIT",
|
|
9403
9953
|
"dependencies": {
|
|
9404
9954
|
"@socket.io/component-emitter": "~3.1.0",
|
|
@@ -9492,13 +10042,12 @@
|
|
|
9492
10042
|
"license": "MIT"
|
|
9493
10043
|
},
|
|
9494
10044
|
"node_modules/sonic-boom": {
|
|
9495
|
-
"version": "
|
|
9496
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-
|
|
9497
|
-
"integrity": "sha512-
|
|
10045
|
+
"version": "4.2.1",
|
|
10046
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.1.tgz",
|
|
10047
|
+
"integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==",
|
|
9498
10048
|
"license": "MIT",
|
|
9499
10049
|
"dependencies": {
|
|
9500
|
-
"atomic-sleep": "^1.0.0"
|
|
9501
|
-
"flatstr": "^1.0.12"
|
|
10050
|
+
"atomic-sleep": "^1.0.0"
|
|
9502
10051
|
}
|
|
9503
10052
|
},
|
|
9504
10053
|
"node_modules/source-map": {
|
|
@@ -9590,16 +10139,16 @@
|
|
|
9590
10139
|
}
|
|
9591
10140
|
},
|
|
9592
10141
|
"node_modules/std-env": {
|
|
9593
|
-
"version": "
|
|
9594
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-
|
|
9595
|
-
"integrity": "sha512-
|
|
10142
|
+
"version": "4.0.0",
|
|
10143
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
|
|
10144
|
+
"integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
|
|
9596
10145
|
"license": "MIT",
|
|
9597
10146
|
"peer": true
|
|
9598
10147
|
},
|
|
9599
10148
|
"node_modules/streamx": {
|
|
9600
|
-
"version": "2.
|
|
9601
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
9602
|
-
"integrity": "sha512-
|
|
10149
|
+
"version": "2.25.0",
|
|
10150
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
|
|
10151
|
+
"integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
|
|
9603
10152
|
"license": "MIT",
|
|
9604
10153
|
"dependencies": {
|
|
9605
10154
|
"events-universal": "^1.0.0",
|
|
@@ -9622,13 +10171,6 @@
|
|
|
9622
10171
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
9623
10172
|
"license": "MIT"
|
|
9624
10173
|
},
|
|
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
10174
|
"node_modules/string-width": {
|
|
9633
10175
|
"version": "4.2.3",
|
|
9634
10176
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -9703,9 +10245,9 @@
|
|
|
9703
10245
|
}
|
|
9704
10246
|
},
|
|
9705
10247
|
"node_modules/strnum": {
|
|
9706
|
-
"version": "2.2.
|
|
9707
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
9708
|
-
"integrity": "sha512-
|
|
10248
|
+
"version": "2.2.2",
|
|
10249
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz",
|
|
10250
|
+
"integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==",
|
|
9709
10251
|
"funding": [
|
|
9710
10252
|
{
|
|
9711
10253
|
"type": "github",
|
|
@@ -9943,9 +10485,9 @@
|
|
|
9943
10485
|
"license": "MIT"
|
|
9944
10486
|
},
|
|
9945
10487
|
"node_modules/tar-fs": {
|
|
9946
|
-
"version": "3.1.
|
|
9947
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.
|
|
9948
|
-
"integrity": "sha512-
|
|
10488
|
+
"version": "3.1.2",
|
|
10489
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
|
|
10490
|
+
"integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
|
|
9949
10491
|
"license": "MIT",
|
|
9950
10492
|
"dependencies": {
|
|
9951
10493
|
"pump": "^3.0.0",
|
|
@@ -10114,9 +10656,9 @@
|
|
|
10114
10656
|
"license": "MIT"
|
|
10115
10657
|
},
|
|
10116
10658
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
10117
|
-
"version": "2.0.
|
|
10118
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
10119
|
-
"integrity": "sha512-
|
|
10659
|
+
"version": "2.0.3",
|
|
10660
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
10661
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
10120
10662
|
"license": "MIT",
|
|
10121
10663
|
"dependencies": {
|
|
10122
10664
|
"balanced-match": "^1.0.0"
|
|
@@ -10265,21 +10807,24 @@
|
|
|
10265
10807
|
"integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
|
|
10266
10808
|
"license": "MIT"
|
|
10267
10809
|
},
|
|
10810
|
+
"node_modules/thread-stream": {
|
|
10811
|
+
"version": "4.0.0",
|
|
10812
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.0.0.tgz",
|
|
10813
|
+
"integrity": "sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==",
|
|
10814
|
+
"license": "MIT",
|
|
10815
|
+
"dependencies": {
|
|
10816
|
+
"real-require": "^0.2.0"
|
|
10817
|
+
},
|
|
10818
|
+
"engines": {
|
|
10819
|
+
"node": ">=20"
|
|
10820
|
+
}
|
|
10821
|
+
},
|
|
10268
10822
|
"node_modules/throat": {
|
|
10269
10823
|
"version": "6.0.2",
|
|
10270
10824
|
"resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
|
|
10271
10825
|
"integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
|
|
10272
10826
|
"license": "MIT"
|
|
10273
10827
|
},
|
|
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
10828
|
"node_modules/tinybench": {
|
|
10284
10829
|
"version": "2.9.0",
|
|
10285
10830
|
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
@@ -10288,9 +10833,9 @@
|
|
|
10288
10833
|
"peer": true
|
|
10289
10834
|
},
|
|
10290
10835
|
"node_modules/tinyexec": {
|
|
10291
|
-
"version": "1.0.
|
|
10292
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.
|
|
10293
|
-
"integrity": "sha512-
|
|
10836
|
+
"version": "1.0.4",
|
|
10837
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz",
|
|
10838
|
+
"integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==",
|
|
10294
10839
|
"license": "MIT",
|
|
10295
10840
|
"peer": true,
|
|
10296
10841
|
"engines": {
|
|
@@ -10315,15 +10860,24 @@
|
|
|
10315
10860
|
}
|
|
10316
10861
|
},
|
|
10317
10862
|
"node_modules/tinyrainbow": {
|
|
10318
|
-
"version": "3.0
|
|
10319
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.0.
|
|
10320
|
-
"integrity": "sha512-
|
|
10863
|
+
"version": "3.1.0",
|
|
10864
|
+
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz",
|
|
10865
|
+
"integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==",
|
|
10321
10866
|
"license": "MIT",
|
|
10322
10867
|
"peer": true,
|
|
10323
10868
|
"engines": {
|
|
10324
10869
|
"node": ">=14.0.0"
|
|
10325
10870
|
}
|
|
10326
10871
|
},
|
|
10872
|
+
"node_modules/toad-cache": {
|
|
10873
|
+
"version": "3.7.0",
|
|
10874
|
+
"resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz",
|
|
10875
|
+
"integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==",
|
|
10876
|
+
"license": "MIT",
|
|
10877
|
+
"engines": {
|
|
10878
|
+
"node": ">=12"
|
|
10879
|
+
}
|
|
10880
|
+
},
|
|
10327
10881
|
"node_modules/toidentifier": {
|
|
10328
10882
|
"version": "1.0.1",
|
|
10329
10883
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
@@ -10547,18 +11101,18 @@
|
|
|
10547
11101
|
"license": "ISC"
|
|
10548
11102
|
},
|
|
10549
11103
|
"node_modules/undici": {
|
|
10550
|
-
"version": "7.
|
|
10551
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
10552
|
-
"integrity": "sha512-
|
|
11104
|
+
"version": "7.24.7",
|
|
11105
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz",
|
|
11106
|
+
"integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==",
|
|
10553
11107
|
"license": "MIT",
|
|
10554
11108
|
"engines": {
|
|
10555
11109
|
"node": ">=20.18.1"
|
|
10556
11110
|
}
|
|
10557
11111
|
},
|
|
10558
11112
|
"node_modules/undici-types": {
|
|
10559
|
-
"version": "6.
|
|
10560
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
10561
|
-
"integrity": "sha512-
|
|
11113
|
+
"version": "6.21.0",
|
|
11114
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
11115
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
10562
11116
|
"license": "MIT"
|
|
10563
11117
|
},
|
|
10564
11118
|
"node_modules/universalify": {
|
|
@@ -10703,31 +11257,31 @@
|
|
|
10703
11257
|
}
|
|
10704
11258
|
},
|
|
10705
11259
|
"node_modules/vitest": {
|
|
10706
|
-
"version": "4.
|
|
10707
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.
|
|
10708
|
-
"integrity": "sha512-
|
|
11260
|
+
"version": "4.1.2",
|
|
11261
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.2.tgz",
|
|
11262
|
+
"integrity": "sha512-xjR1dMTVHlFLh98JE3i/f/WePqJsah4A0FK9cc8Ehp9Udk0AZk6ccpIZhh1qJ/yxVWRZ+Q54ocnD8TXmkhspGg==",
|
|
10709
11263
|
"license": "MIT",
|
|
10710
11264
|
"peer": true,
|
|
10711
11265
|
"dependencies": {
|
|
10712
|
-
"@vitest/expect": "4.
|
|
10713
|
-
"@vitest/mocker": "4.
|
|
10714
|
-
"@vitest/pretty-format": "4.
|
|
10715
|
-
"@vitest/runner": "4.
|
|
10716
|
-
"@vitest/snapshot": "4.
|
|
10717
|
-
"@vitest/spy": "4.
|
|
10718
|
-
"@vitest/utils": "4.
|
|
10719
|
-
"es-module-lexer": "^
|
|
10720
|
-
"expect-type": "^1.
|
|
11266
|
+
"@vitest/expect": "4.1.2",
|
|
11267
|
+
"@vitest/mocker": "4.1.2",
|
|
11268
|
+
"@vitest/pretty-format": "4.1.2",
|
|
11269
|
+
"@vitest/runner": "4.1.2",
|
|
11270
|
+
"@vitest/snapshot": "4.1.2",
|
|
11271
|
+
"@vitest/spy": "4.1.2",
|
|
11272
|
+
"@vitest/utils": "4.1.2",
|
|
11273
|
+
"es-module-lexer": "^2.0.0",
|
|
11274
|
+
"expect-type": "^1.3.0",
|
|
10721
11275
|
"magic-string": "^0.30.21",
|
|
10722
11276
|
"obug": "^2.1.1",
|
|
10723
11277
|
"pathe": "^2.0.3",
|
|
10724
11278
|
"picomatch": "^4.0.3",
|
|
10725
|
-
"std-env": "^
|
|
11279
|
+
"std-env": "^4.0.0-rc.1",
|
|
10726
11280
|
"tinybench": "^2.9.0",
|
|
10727
11281
|
"tinyexec": "^1.0.2",
|
|
10728
11282
|
"tinyglobby": "^0.2.15",
|
|
10729
|
-
"tinyrainbow": "^3.0
|
|
10730
|
-
"vite": "^6.0.0 || ^7.0.0",
|
|
11283
|
+
"tinyrainbow": "^3.1.0",
|
|
11284
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
10731
11285
|
"why-is-node-running": "^2.3.0"
|
|
10732
11286
|
},
|
|
10733
11287
|
"bin": {
|
|
@@ -10743,12 +11297,13 @@
|
|
|
10743
11297
|
"@edge-runtime/vm": "*",
|
|
10744
11298
|
"@opentelemetry/api": "^1.9.0",
|
|
10745
11299
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
10746
|
-
"@vitest/browser-playwright": "4.
|
|
10747
|
-
"@vitest/browser-preview": "4.
|
|
10748
|
-
"@vitest/browser-webdriverio": "4.
|
|
10749
|
-
"@vitest/ui": "4.
|
|
11300
|
+
"@vitest/browser-playwright": "4.1.2",
|
|
11301
|
+
"@vitest/browser-preview": "4.1.2",
|
|
11302
|
+
"@vitest/browser-webdriverio": "4.1.2",
|
|
11303
|
+
"@vitest/ui": "4.1.2",
|
|
10750
11304
|
"happy-dom": "*",
|
|
10751
|
-
"jsdom": "*"
|
|
11305
|
+
"jsdom": "*",
|
|
11306
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
10752
11307
|
},
|
|
10753
11308
|
"peerDependenciesMeta": {
|
|
10754
11309
|
"@edge-runtime/vm": {
|
|
@@ -10777,17 +11332,20 @@
|
|
|
10777
11332
|
},
|
|
10778
11333
|
"jsdom": {
|
|
10779
11334
|
"optional": true
|
|
11335
|
+
},
|
|
11336
|
+
"vite": {
|
|
11337
|
+
"optional": false
|
|
10780
11338
|
}
|
|
10781
11339
|
}
|
|
10782
11340
|
},
|
|
10783
11341
|
"node_modules/vitest/node_modules/@vitest/mocker": {
|
|
10784
|
-
"version": "4.
|
|
10785
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.
|
|
10786
|
-
"integrity": "sha512-
|
|
11342
|
+
"version": "4.1.2",
|
|
11343
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.2.tgz",
|
|
11344
|
+
"integrity": "sha512-Ize4iQtEALHDttPRCmN+FKqOl2vxTiNUhzobQFFt/BM1lRUTG7zRCLOykG/6Vo4E4hnUdfVLo5/eqKPukcWW7Q==",
|
|
10787
11345
|
"license": "MIT",
|
|
10788
11346
|
"peer": true,
|
|
10789
11347
|
"dependencies": {
|
|
10790
|
-
"@vitest/spy": "4.
|
|
11348
|
+
"@vitest/spy": "4.1.2",
|
|
10791
11349
|
"estree-walker": "^3.0.3",
|
|
10792
11350
|
"magic-string": "^0.30.21"
|
|
10793
11351
|
},
|
|
@@ -10796,7 +11354,7 @@
|
|
|
10796
11354
|
},
|
|
10797
11355
|
"peerDependencies": {
|
|
10798
11356
|
"msw": "^2.4.9",
|
|
10799
|
-
"vite": "^6.0.0 || ^7.0.0
|
|
11357
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
10800
11358
|
},
|
|
10801
11359
|
"peerDependenciesMeta": {
|
|
10802
11360
|
"msw": {
|
|
@@ -10808,17 +11366,16 @@
|
|
|
10808
11366
|
}
|
|
10809
11367
|
},
|
|
10810
11368
|
"node_modules/vitest/node_modules/vite": {
|
|
10811
|
-
"version": "
|
|
10812
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-
|
|
10813
|
-
"integrity": "sha512-
|
|
11369
|
+
"version": "8.0.3",
|
|
11370
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.3.tgz",
|
|
11371
|
+
"integrity": "sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==",
|
|
10814
11372
|
"license": "MIT",
|
|
10815
11373
|
"peer": true,
|
|
10816
11374
|
"dependencies": {
|
|
10817
|
-
"
|
|
10818
|
-
"
|
|
10819
|
-
"
|
|
10820
|
-
"
|
|
10821
|
-
"rollup": "^4.43.0",
|
|
11375
|
+
"lightningcss": "^1.32.0",
|
|
11376
|
+
"picomatch": "^4.0.4",
|
|
11377
|
+
"postcss": "^8.5.8",
|
|
11378
|
+
"rolldown": "1.0.0-rc.12",
|
|
10822
11379
|
"tinyglobby": "^0.2.15"
|
|
10823
11380
|
},
|
|
10824
11381
|
"bin": {
|
|
@@ -10835,9 +11392,10 @@
|
|
|
10835
11392
|
},
|
|
10836
11393
|
"peerDependencies": {
|
|
10837
11394
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
11395
|
+
"@vitejs/devtools": "^0.1.0",
|
|
11396
|
+
"esbuild": "^0.27.0",
|
|
10838
11397
|
"jiti": ">=1.21.0",
|
|
10839
11398
|
"less": "^4.0.0",
|
|
10840
|
-
"lightningcss": "^1.21.0",
|
|
10841
11399
|
"sass": "^1.70.0",
|
|
10842
11400
|
"sass-embedded": "^1.70.0",
|
|
10843
11401
|
"stylus": ">=0.54.8",
|
|
@@ -10850,13 +11408,16 @@
|
|
|
10850
11408
|
"@types/node": {
|
|
10851
11409
|
"optional": true
|
|
10852
11410
|
},
|
|
10853
|
-
"
|
|
11411
|
+
"@vitejs/devtools": {
|
|
10854
11412
|
"optional": true
|
|
10855
11413
|
},
|
|
10856
|
-
"
|
|
11414
|
+
"esbuild": {
|
|
11415
|
+
"optional": true
|
|
11416
|
+
},
|
|
11417
|
+
"jiti": {
|
|
10857
11418
|
"optional": true
|
|
10858
11419
|
},
|
|
10859
|
-
"
|
|
11420
|
+
"less": {
|
|
10860
11421
|
"optional": true
|
|
10861
11422
|
},
|
|
10862
11423
|
"sass": {
|
|
@@ -10883,9 +11444,9 @@
|
|
|
10883
11444
|
}
|
|
10884
11445
|
},
|
|
10885
11446
|
"node_modules/vitest/node_modules/yaml": {
|
|
10886
|
-
"version": "2.8.
|
|
10887
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
10888
|
-
"integrity": "sha512-
|
|
11447
|
+
"version": "2.8.3",
|
|
11448
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
|
|
11449
|
+
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
10889
11450
|
"license": "ISC",
|
|
10890
11451
|
"optional": true,
|
|
10891
11452
|
"peer": true,
|
|
@@ -11105,6 +11666,15 @@
|
|
|
11105
11666
|
"node": ">=12"
|
|
11106
11667
|
}
|
|
11107
11668
|
},
|
|
11669
|
+
"node_modules/webdriverio/node_modules/@types/node": {
|
|
11670
|
+
"version": "20.19.39",
|
|
11671
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.39.tgz",
|
|
11672
|
+
"integrity": "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==",
|
|
11673
|
+
"license": "MIT",
|
|
11674
|
+
"dependencies": {
|
|
11675
|
+
"undici-types": "~6.21.0"
|
|
11676
|
+
}
|
|
11677
|
+
},
|
|
11108
11678
|
"node_modules/webdriverio/node_modules/@types/sinonjs__fake-timers": {
|
|
11109
11679
|
"version": "8.1.5",
|
|
11110
11680
|
"resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz",
|
|
@@ -11215,9 +11785,9 @@
|
|
|
11215
11785
|
"license": "MIT"
|
|
11216
11786
|
},
|
|
11217
11787
|
"node_modules/webdriverio/node_modules/brace-expansion": {
|
|
11218
|
-
"version": "2.0.
|
|
11219
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
11220
|
-
"integrity": "sha512-
|
|
11788
|
+
"version": "2.0.3",
|
|
11789
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
11790
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
11221
11791
|
"license": "MIT",
|
|
11222
11792
|
"dependencies": {
|
|
11223
11793
|
"balanced-match": "^1.0.0"
|
|
@@ -11327,34 +11897,6 @@
|
|
|
11327
11897
|
"url": "https://github.com/sponsors/isaacs"
|
|
11328
11898
|
}
|
|
11329
11899
|
},
|
|
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
11900
|
"node_modules/webdriverio/node_modules/serialize-error": {
|
|
11359
11901
|
"version": "12.0.0",
|
|
11360
11902
|
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-12.0.0.tgz",
|
|
@@ -11415,9 +11957,9 @@
|
|
|
11415
11957
|
}
|
|
11416
11958
|
},
|
|
11417
11959
|
"node_modules/webdriverio/node_modules/undici": {
|
|
11418
|
-
"version": "6.
|
|
11419
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
11420
|
-
"integrity": "sha512-
|
|
11960
|
+
"version": "6.24.1",
|
|
11961
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz",
|
|
11962
|
+
"integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==",
|
|
11421
11963
|
"license": "MIT",
|
|
11422
11964
|
"engines": {
|
|
11423
11965
|
"node": ">=18.17"
|