appium-uiautomator2-driver 2.10.2 → 2.11.1
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/CHANGELOG.md +14 -0
- package/README.md +10 -2
- package/build/lib/commands/alert.js +1 -3
- package/build/lib/commands/alert.js.map +1 -1
- package/build/lib/commands/battery.js +1 -3
- package/build/lib/commands/battery.js.map +1 -1
- package/build/lib/commands/find.js +1 -3
- package/build/lib/commands/find.js.map +1 -1
- package/build/lib/commands/general.js +1 -14
- package/build/lib/commands/general.js.map +1 -1
- package/build/lib/commands/gestures.js +1 -12
- package/build/lib/commands/gestures.js.map +1 -1
- package/build/lib/commands/index.js +2 -3
- package/build/lib/commands/index.js.map +1 -1
- package/build/lib/commands/viewport.js +1 -3
- package/build/lib/commands/viewport.js.map +1 -1
- package/build/lib/css-converter.js +1 -17
- package/build/lib/css-converter.js.map +1 -1
- package/build/lib/driver.js +4 -43
- package/build/lib/driver.js.map +1 -1
- package/build/lib/uiautomator2.js +1 -3
- package/build/lib/uiautomator2.js.map +1 -1
- package/npm-shrinkwrap.json +148 -279
- package/package.json +4 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.11.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.10.14",
|
|
14
|
-
"appium-android-driver": "^5.
|
|
14
|
+
"appium-android-driver": "^5.8.0",
|
|
15
15
|
"appium-chromedriver": "^5.2.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"babel-plugin-source-map-support": "^2.2.0",
|
|
40
40
|
"chai": "^4.1.0",
|
|
41
41
|
"chai-as-promised": "^7.1.1",
|
|
42
|
+
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
42
43
|
"eslint-config-prettier": "^8.5.0",
|
|
43
44
|
"fancy-log": "^2.0.0",
|
|
44
45
|
"lint-staged": "^13.0.3",
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
"pre-commit": "^1.2.2",
|
|
48
49
|
"rimraf": "^3.0.0",
|
|
49
50
|
"semantic-release": "^19.0.2",
|
|
50
|
-
"sinon": "^
|
|
51
|
+
"sinon": "^15.0.0",
|
|
51
52
|
"unzipper": "^0.x",
|
|
52
53
|
"webdriverio": "^7.0.0",
|
|
53
54
|
"xpath": "^0.x"
|
|
@@ -62,7 +63,6 @@
|
|
|
62
63
|
},
|
|
63
64
|
"node_modules/@appium/base-driver": {
|
|
64
65
|
"version": "8.7.3",
|
|
65
|
-
"extraneous": true,
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@appium/support": "^2.61.1",
|
|
@@ -94,9 +94,22 @@
|
|
|
94
94
|
"npm": ">=8"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
|
+
"node_modules/@appium/base-driver/node_modules/asyncbox": {
|
|
98
|
+
"version": "2.9.2",
|
|
99
|
+
"engines": [
|
|
100
|
+
"node"
|
|
101
|
+
],
|
|
102
|
+
"license": "Apache-2.0",
|
|
103
|
+
"dependencies": {
|
|
104
|
+
"@babel/runtime": "^7.0.0",
|
|
105
|
+
"bluebird": "^3.5.1",
|
|
106
|
+
"es6-mapify": "^1.1.0",
|
|
107
|
+
"lodash": "^4.17.4",
|
|
108
|
+
"source-map-support": "^0.5.5"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
97
111
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
98
112
|
"version": "0.27.2",
|
|
99
|
-
"extraneous": true,
|
|
100
113
|
"license": "MIT",
|
|
101
114
|
"dependencies": {
|
|
102
115
|
"follow-redirects": "^1.14.9",
|
|
@@ -266,7 +279,7 @@
|
|
|
266
279
|
}
|
|
267
280
|
},
|
|
268
281
|
"node_modules/@babel/parser": {
|
|
269
|
-
"version": "7.20.
|
|
282
|
+
"version": "7.20.5",
|
|
270
283
|
"extraneous": true,
|
|
271
284
|
"license": "MIT",
|
|
272
285
|
"bin": {
|
|
@@ -277,10 +290,10 @@
|
|
|
277
290
|
}
|
|
278
291
|
},
|
|
279
292
|
"node_modules/@babel/runtime": {
|
|
280
|
-
"version": "7.20.
|
|
293
|
+
"version": "7.20.6",
|
|
281
294
|
"license": "MIT",
|
|
282
295
|
"dependencies": {
|
|
283
|
-
"regenerator-runtime": "^0.13.
|
|
296
|
+
"regenerator-runtime": "^0.13.11"
|
|
284
297
|
},
|
|
285
298
|
"engines": {
|
|
286
299
|
"node": ">=6.9.0"
|
|
@@ -805,7 +818,6 @@
|
|
|
805
818
|
},
|
|
806
819
|
"node_modules/@types/async-lock": {
|
|
807
820
|
"version": "1.3.0",
|
|
808
|
-
"extraneous": true,
|
|
809
821
|
"license": "MIT"
|
|
810
822
|
},
|
|
811
823
|
"node_modules/@types/base64-stream": {
|
|
@@ -817,7 +829,6 @@
|
|
|
817
829
|
},
|
|
818
830
|
"node_modules/@types/bluebird": {
|
|
819
831
|
"version": "3.5.37",
|
|
820
|
-
"extraneous": true,
|
|
821
832
|
"license": "MIT"
|
|
822
833
|
},
|
|
823
834
|
"node_modules/@types/body-parser": {
|
|
@@ -829,13 +840,13 @@
|
|
|
829
840
|
}
|
|
830
841
|
},
|
|
831
842
|
"node_modules/@types/cacheable-request": {
|
|
832
|
-
"version": "6.0.
|
|
843
|
+
"version": "6.0.3",
|
|
833
844
|
"license": "MIT",
|
|
834
845
|
"dependencies": {
|
|
835
846
|
"@types/http-cache-semantics": "*",
|
|
836
|
-
"@types/keyv": "
|
|
847
|
+
"@types/keyv": "^3.1.4",
|
|
837
848
|
"@types/node": "*",
|
|
838
|
-
"@types/responselike": "
|
|
849
|
+
"@types/responselike": "^1.0.0"
|
|
839
850
|
}
|
|
840
851
|
},
|
|
841
852
|
"node_modules/@types/connect": {
|
|
@@ -897,11 +908,10 @@
|
|
|
897
908
|
"license": "MIT"
|
|
898
909
|
},
|
|
899
910
|
"node_modules/@types/keyv": {
|
|
900
|
-
"version": "
|
|
901
|
-
"deprecated": "This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.",
|
|
911
|
+
"version": "3.1.4",
|
|
902
912
|
"license": "MIT",
|
|
903
913
|
"dependencies": {
|
|
904
|
-
"
|
|
914
|
+
"@types/node": "*"
|
|
905
915
|
}
|
|
906
916
|
},
|
|
907
917
|
"node_modules/@types/klaw": {
|
|
@@ -936,7 +946,6 @@
|
|
|
936
946
|
},
|
|
937
947
|
"node_modules/@types/method-override": {
|
|
938
948
|
"version": "0.0.32",
|
|
939
|
-
"extraneous": true,
|
|
940
949
|
"license": "MIT",
|
|
941
950
|
"dependencies": {
|
|
942
951
|
"@types/express": "*"
|
|
@@ -962,7 +971,7 @@
|
|
|
962
971
|
}
|
|
963
972
|
},
|
|
964
973
|
"node_modules/@types/node": {
|
|
965
|
-
"version": "18.11.
|
|
974
|
+
"version": "18.11.10",
|
|
966
975
|
"license": "MIT"
|
|
967
976
|
},
|
|
968
977
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1013,7 +1022,6 @@
|
|
|
1013
1022
|
},
|
|
1014
1023
|
"node_modules/@types/serve-favicon": {
|
|
1015
1024
|
"version": "2.5.3",
|
|
1016
|
-
"extraneous": true,
|
|
1017
1025
|
"license": "MIT",
|
|
1018
1026
|
"dependencies": {
|
|
1019
1027
|
"@types/express": "*"
|
|
@@ -1086,7 +1094,6 @@
|
|
|
1086
1094
|
},
|
|
1087
1095
|
"node_modules/accepts": {
|
|
1088
1096
|
"version": "1.3.8",
|
|
1089
|
-
"extraneous": true,
|
|
1090
1097
|
"license": "MIT",
|
|
1091
1098
|
"dependencies": {
|
|
1092
1099
|
"mime-types": "~2.1.34",
|
|
@@ -1168,7 +1175,7 @@
|
|
|
1168
1175
|
"license": "MIT"
|
|
1169
1176
|
},
|
|
1170
1177
|
"node_modules/appium-adb": {
|
|
1171
|
-
"version": "9.10.
|
|
1178
|
+
"version": "9.10.18",
|
|
1172
1179
|
"license": "Apache-2.0",
|
|
1173
1180
|
"dependencies": {
|
|
1174
1181
|
"@appium/support": "^2.60.0",
|
|
@@ -1191,7 +1198,7 @@
|
|
|
1191
1198
|
}
|
|
1192
1199
|
},
|
|
1193
1200
|
"node_modules/appium-android-driver": {
|
|
1194
|
-
"version": "5.
|
|
1201
|
+
"version": "5.8.0",
|
|
1195
1202
|
"license": "Apache-2.0",
|
|
1196
1203
|
"dependencies": {
|
|
1197
1204
|
"@babel/runtime": "^7.0.0",
|
|
@@ -1223,10 +1230,12 @@
|
|
|
1223
1230
|
}
|
|
1224
1231
|
},
|
|
1225
1232
|
"node_modules/appium-chromedriver": {
|
|
1226
|
-
"version": "5.2.
|
|
1233
|
+
"version": "5.2.10",
|
|
1227
1234
|
"hasInstallScript": true,
|
|
1228
1235
|
"license": "Apache-2.0",
|
|
1229
1236
|
"dependencies": {
|
|
1237
|
+
"@appium/base-driver": "^8.7.3",
|
|
1238
|
+
"@appium/support": "^2.61.0",
|
|
1230
1239
|
"@babel/runtime": "^7.0.0",
|
|
1231
1240
|
"@xmldom/xmldom": "^0.x",
|
|
1232
1241
|
"asyncbox": "^2.0.2",
|
|
@@ -1243,9 +1252,6 @@
|
|
|
1243
1252
|
"engines": {
|
|
1244
1253
|
"node": ">=14",
|
|
1245
1254
|
"npm": ">=8"
|
|
1246
|
-
},
|
|
1247
|
-
"peerDependencies": {
|
|
1248
|
-
"appium": "^2.0.0-beta.44"
|
|
1249
1255
|
}
|
|
1250
1256
|
},
|
|
1251
1257
|
"node_modules/appium-uiautomator2-server": {
|
|
@@ -1359,7 +1365,6 @@
|
|
|
1359
1365
|
},
|
|
1360
1366
|
"node_modules/array-flatten": {
|
|
1361
1367
|
"version": "1.1.1",
|
|
1362
|
-
"extraneous": true,
|
|
1363
1368
|
"license": "MIT"
|
|
1364
1369
|
},
|
|
1365
1370
|
"node_modules/async": {
|
|
@@ -1371,17 +1376,17 @@
|
|
|
1371
1376
|
"license": "MIT"
|
|
1372
1377
|
},
|
|
1373
1378
|
"node_modules/asyncbox": {
|
|
1374
|
-
"version": "2.9.
|
|
1375
|
-
"engines": [
|
|
1376
|
-
"node"
|
|
1377
|
-
],
|
|
1379
|
+
"version": "2.9.4",
|
|
1378
1380
|
"license": "Apache-2.0",
|
|
1379
1381
|
"dependencies": {
|
|
1380
1382
|
"@babel/runtime": "^7.0.0",
|
|
1383
|
+
"@types/bluebird": "^3.5.37",
|
|
1381
1384
|
"bluebird": "^3.5.1",
|
|
1382
|
-
"es6-mapify": "^1.1.0",
|
|
1383
1385
|
"lodash": "^4.17.4",
|
|
1384
1386
|
"source-map-support": "^0.5.5"
|
|
1387
|
+
},
|
|
1388
|
+
"engines": {
|
|
1389
|
+
"node": ">=10"
|
|
1385
1390
|
}
|
|
1386
1391
|
},
|
|
1387
1392
|
"node_modules/asynckit": {
|
|
@@ -1389,7 +1394,7 @@
|
|
|
1389
1394
|
"license": "MIT"
|
|
1390
1395
|
},
|
|
1391
1396
|
"node_modules/axios": {
|
|
1392
|
-
"version": "1.
|
|
1397
|
+
"version": "1.2.0",
|
|
1393
1398
|
"license": "MIT",
|
|
1394
1399
|
"dependencies": {
|
|
1395
1400
|
"follow-redirects": "^1.15.0",
|
|
@@ -1425,7 +1430,6 @@
|
|
|
1425
1430
|
},
|
|
1426
1431
|
"node_modules/basic-auth": {
|
|
1427
1432
|
"version": "2.0.1",
|
|
1428
|
-
"extraneous": true,
|
|
1429
1433
|
"license": "MIT",
|
|
1430
1434
|
"dependencies": {
|
|
1431
1435
|
"safe-buffer": "5.1.2"
|
|
@@ -1436,7 +1440,6 @@
|
|
|
1436
1440
|
},
|
|
1437
1441
|
"node_modules/basic-auth/node_modules/safe-buffer": {
|
|
1438
1442
|
"version": "5.1.2",
|
|
1439
|
-
"extraneous": true,
|
|
1440
1443
|
"license": "MIT"
|
|
1441
1444
|
},
|
|
1442
1445
|
"node_modules/big-integer": {
|
|
@@ -1465,7 +1468,6 @@
|
|
|
1465
1468
|
},
|
|
1466
1469
|
"node_modules/body-parser": {
|
|
1467
1470
|
"version": "1.20.1",
|
|
1468
|
-
"extraneous": true,
|
|
1469
1471
|
"license": "MIT",
|
|
1470
1472
|
"dependencies": {
|
|
1471
1473
|
"bytes": "3.1.2",
|
|
@@ -1488,7 +1490,6 @@
|
|
|
1488
1490
|
},
|
|
1489
1491
|
"node_modules/body-parser/node_modules/debug": {
|
|
1490
1492
|
"version": "2.6.9",
|
|
1491
|
-
"extraneous": true,
|
|
1492
1493
|
"license": "MIT",
|
|
1493
1494
|
"dependencies": {
|
|
1494
1495
|
"ms": "2.0.0"
|
|
@@ -1496,7 +1497,6 @@
|
|
|
1496
1497
|
},
|
|
1497
1498
|
"node_modules/body-parser/node_modules/ms": {
|
|
1498
1499
|
"version": "2.0.0",
|
|
1499
|
-
"extraneous": true,
|
|
1500
1500
|
"license": "MIT"
|
|
1501
1501
|
},
|
|
1502
1502
|
"node_modules/bplist-creator": {
|
|
@@ -1566,7 +1566,6 @@
|
|
|
1566
1566
|
},
|
|
1567
1567
|
"node_modules/bytes": {
|
|
1568
1568
|
"version": "3.1.2",
|
|
1569
|
-
"extraneous": true,
|
|
1570
1569
|
"license": "MIT",
|
|
1571
1570
|
"engines": {
|
|
1572
1571
|
"node": ">= 0.8"
|
|
@@ -1610,7 +1609,6 @@
|
|
|
1610
1609
|
},
|
|
1611
1610
|
"node_modules/call-bind": {
|
|
1612
1611
|
"version": "1.0.2",
|
|
1613
|
-
"extraneous": true,
|
|
1614
1612
|
"license": "MIT",
|
|
1615
1613
|
"dependencies": {
|
|
1616
1614
|
"function-bind": "^1.1.1",
|
|
@@ -1782,7 +1780,6 @@
|
|
|
1782
1780
|
},
|
|
1783
1781
|
"node_modules/content-disposition": {
|
|
1784
1782
|
"version": "0.5.4",
|
|
1785
|
-
"extraneous": true,
|
|
1786
1783
|
"license": "MIT",
|
|
1787
1784
|
"dependencies": {
|
|
1788
1785
|
"safe-buffer": "5.2.1"
|
|
@@ -1793,7 +1790,6 @@
|
|
|
1793
1790
|
},
|
|
1794
1791
|
"node_modules/content-type": {
|
|
1795
1792
|
"version": "1.0.4",
|
|
1796
|
-
"extraneous": true,
|
|
1797
1793
|
"license": "MIT",
|
|
1798
1794
|
"engines": {
|
|
1799
1795
|
"node": ">= 0.6"
|
|
@@ -1801,7 +1797,6 @@
|
|
|
1801
1797
|
},
|
|
1802
1798
|
"node_modules/cookie": {
|
|
1803
1799
|
"version": "0.5.0",
|
|
1804
|
-
"extraneous": true,
|
|
1805
1800
|
"license": "MIT",
|
|
1806
1801
|
"engines": {
|
|
1807
1802
|
"node": ">= 0.6"
|
|
@@ -1809,7 +1804,6 @@
|
|
|
1809
1804
|
},
|
|
1810
1805
|
"node_modules/cookie-signature": {
|
|
1811
1806
|
"version": "1.0.6",
|
|
1812
|
-
"extraneous": true,
|
|
1813
1807
|
"license": "MIT"
|
|
1814
1808
|
},
|
|
1815
1809
|
"node_modules/core-util-is": {
|
|
@@ -1940,7 +1934,6 @@
|
|
|
1940
1934
|
},
|
|
1941
1935
|
"node_modules/depd": {
|
|
1942
1936
|
"version": "2.0.0",
|
|
1943
|
-
"extraneous": true,
|
|
1944
1937
|
"license": "MIT",
|
|
1945
1938
|
"engines": {
|
|
1946
1939
|
"node": ">= 0.8"
|
|
@@ -1948,7 +1941,6 @@
|
|
|
1948
1941
|
},
|
|
1949
1942
|
"node_modules/destroy": {
|
|
1950
1943
|
"version": "1.2.0",
|
|
1951
|
-
"extraneous": true,
|
|
1952
1944
|
"license": "MIT",
|
|
1953
1945
|
"engines": {
|
|
1954
1946
|
"node": ">= 0.8",
|
|
@@ -1969,7 +1961,6 @@
|
|
|
1969
1961
|
},
|
|
1970
1962
|
"node_modules/ee-first": {
|
|
1971
1963
|
"version": "1.1.1",
|
|
1972
|
-
"extraneous": true,
|
|
1973
1964
|
"license": "MIT"
|
|
1974
1965
|
},
|
|
1975
1966
|
"node_modules/enabled": {
|
|
@@ -1979,7 +1970,6 @@
|
|
|
1979
1970
|
},
|
|
1980
1971
|
"node_modules/encodeurl": {
|
|
1981
1972
|
"version": "1.0.2",
|
|
1982
|
-
"extraneous": true,
|
|
1983
1973
|
"license": "MIT",
|
|
1984
1974
|
"engines": {
|
|
1985
1975
|
"node": ">= 0.8"
|
|
@@ -2062,7 +2052,6 @@
|
|
|
2062
2052
|
},
|
|
2063
2053
|
"node_modules/es6-error": {
|
|
2064
2054
|
"version": "4.1.1",
|
|
2065
|
-
"extraneous": true,
|
|
2066
2055
|
"license": "MIT"
|
|
2067
2056
|
},
|
|
2068
2057
|
"node_modules/es6-mapify": {
|
|
@@ -2077,7 +2066,6 @@
|
|
|
2077
2066
|
},
|
|
2078
2067
|
"node_modules/escape-html": {
|
|
2079
2068
|
"version": "1.0.3",
|
|
2080
|
-
"extraneous": true,
|
|
2081
2069
|
"license": "MIT"
|
|
2082
2070
|
},
|
|
2083
2071
|
"node_modules/escape-string-regexp": {
|
|
@@ -2089,7 +2077,6 @@
|
|
|
2089
2077
|
},
|
|
2090
2078
|
"node_modules/etag": {
|
|
2091
2079
|
"version": "1.8.1",
|
|
2092
|
-
"extraneous": true,
|
|
2093
2080
|
"license": "MIT",
|
|
2094
2081
|
"engines": {
|
|
2095
2082
|
"node": ">= 0.6"
|
|
@@ -2100,7 +2087,6 @@
|
|
|
2100
2087
|
},
|
|
2101
2088
|
"node_modules/express": {
|
|
2102
2089
|
"version": "4.18.2",
|
|
2103
|
-
"extraneous": true,
|
|
2104
2090
|
"license": "MIT",
|
|
2105
2091
|
"dependencies": {
|
|
2106
2092
|
"accepts": "~1.3.8",
|
|
@@ -2141,7 +2127,6 @@
|
|
|
2141
2127
|
},
|
|
2142
2128
|
"node_modules/express/node_modules/debug": {
|
|
2143
2129
|
"version": "2.6.9",
|
|
2144
|
-
"extraneous": true,
|
|
2145
2130
|
"license": "MIT",
|
|
2146
2131
|
"dependencies": {
|
|
2147
2132
|
"ms": "2.0.0"
|
|
@@ -2149,7 +2134,6 @@
|
|
|
2149
2134
|
},
|
|
2150
2135
|
"node_modules/express/node_modules/ms": {
|
|
2151
2136
|
"version": "2.0.0",
|
|
2152
|
-
"extraneous": true,
|
|
2153
2137
|
"license": "MIT"
|
|
2154
2138
|
},
|
|
2155
2139
|
"node_modules/fancy-log": {
|
|
@@ -2188,7 +2172,6 @@
|
|
|
2188
2172
|
},
|
|
2189
2173
|
"node_modules/finalhandler": {
|
|
2190
2174
|
"version": "1.2.0",
|
|
2191
|
-
"extraneous": true,
|
|
2192
2175
|
"license": "MIT",
|
|
2193
2176
|
"dependencies": {
|
|
2194
2177
|
"debug": "2.6.9",
|
|
@@ -2205,7 +2188,6 @@
|
|
|
2205
2188
|
},
|
|
2206
2189
|
"node_modules/finalhandler/node_modules/debug": {
|
|
2207
2190
|
"version": "2.6.9",
|
|
2208
|
-
"extraneous": true,
|
|
2209
2191
|
"license": "MIT",
|
|
2210
2192
|
"dependencies": {
|
|
2211
2193
|
"ms": "2.0.0"
|
|
@@ -2213,7 +2195,6 @@
|
|
|
2213
2195
|
},
|
|
2214
2196
|
"node_modules/finalhandler/node_modules/ms": {
|
|
2215
2197
|
"version": "2.0.0",
|
|
2216
|
-
"extraneous": true,
|
|
2217
2198
|
"license": "MIT"
|
|
2218
2199
|
},
|
|
2219
2200
|
"node_modules/find-up": {
|
|
@@ -2267,7 +2248,6 @@
|
|
|
2267
2248
|
},
|
|
2268
2249
|
"node_modules/forwarded": {
|
|
2269
2250
|
"version": "0.2.0",
|
|
2270
|
-
"extraneous": true,
|
|
2271
2251
|
"license": "MIT",
|
|
2272
2252
|
"engines": {
|
|
2273
2253
|
"node": ">= 0.6"
|
|
@@ -2275,7 +2255,6 @@
|
|
|
2275
2255
|
},
|
|
2276
2256
|
"node_modules/fresh": {
|
|
2277
2257
|
"version": "0.5.2",
|
|
2278
|
-
"extraneous": true,
|
|
2279
2258
|
"license": "MIT",
|
|
2280
2259
|
"engines": {
|
|
2281
2260
|
"node": ">= 0.6"
|
|
@@ -2387,7 +2366,6 @@
|
|
|
2387
2366
|
},
|
|
2388
2367
|
"node_modules/get-intrinsic": {
|
|
2389
2368
|
"version": "1.1.3",
|
|
2390
|
-
"extraneous": true,
|
|
2391
2369
|
"license": "MIT",
|
|
2392
2370
|
"dependencies": {
|
|
2393
2371
|
"function-bind": "^1.1.1",
|
|
@@ -2456,7 +2434,7 @@
|
|
|
2456
2434
|
}
|
|
2457
2435
|
},
|
|
2458
2436
|
"node_modules/glob/node_modules/minimatch": {
|
|
2459
|
-
"version": "5.1.
|
|
2437
|
+
"version": "5.1.1",
|
|
2460
2438
|
"license": "ISC",
|
|
2461
2439
|
"dependencies": {
|
|
2462
2440
|
"brace-expansion": "^2.0.1"
|
|
@@ -2538,7 +2516,6 @@
|
|
|
2538
2516
|
},
|
|
2539
2517
|
"node_modules/has-symbols": {
|
|
2540
2518
|
"version": "1.0.3",
|
|
2541
|
-
"extraneous": true,
|
|
2542
2519
|
"license": "MIT",
|
|
2543
2520
|
"engines": {
|
|
2544
2521
|
"node": ">= 0.4"
|
|
@@ -2575,7 +2552,6 @@
|
|
|
2575
2552
|
},
|
|
2576
2553
|
"node_modules/http-errors": {
|
|
2577
2554
|
"version": "2.0.0",
|
|
2578
|
-
"extraneous": true,
|
|
2579
2555
|
"license": "MIT",
|
|
2580
2556
|
"dependencies": {
|
|
2581
2557
|
"depd": "2.0.0",
|
|
@@ -2590,7 +2566,6 @@
|
|
|
2590
2566
|
},
|
|
2591
2567
|
"node_modules/http-status-codes": {
|
|
2592
2568
|
"version": "2.2.0",
|
|
2593
|
-
"extraneous": true,
|
|
2594
2569
|
"license": "MIT"
|
|
2595
2570
|
},
|
|
2596
2571
|
"node_modules/http2-wrapper": {
|
|
@@ -2606,7 +2581,6 @@
|
|
|
2606
2581
|
},
|
|
2607
2582
|
"node_modules/iconv-lite": {
|
|
2608
2583
|
"version": "0.4.24",
|
|
2609
|
-
"extraneous": true,
|
|
2610
2584
|
"license": "MIT",
|
|
2611
2585
|
"dependencies": {
|
|
2612
2586
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
@@ -2686,7 +2660,6 @@
|
|
|
2686
2660
|
},
|
|
2687
2661
|
"node_modules/ipaddr.js": {
|
|
2688
2662
|
"version": "1.9.1",
|
|
2689
|
-
"extraneous": true,
|
|
2690
2663
|
"license": "MIT",
|
|
2691
2664
|
"engines": {
|
|
2692
2665
|
"node": ">= 0.10"
|
|
@@ -3013,7 +2986,7 @@
|
|
|
3013
2986
|
"license": "MIT"
|
|
3014
2987
|
},
|
|
3015
2988
|
"node_modules/keyv": {
|
|
3016
|
-
"version": "4.5.
|
|
2989
|
+
"version": "4.5.2",
|
|
3017
2990
|
"license": "MIT",
|
|
3018
2991
|
"dependencies": {
|
|
3019
2992
|
"json-buffer": "3.0.1"
|
|
@@ -3278,7 +3251,7 @@
|
|
|
3278
3251
|
}
|
|
3279
3252
|
},
|
|
3280
3253
|
"node_modules/marked": {
|
|
3281
|
-
"version": "4.2.
|
|
3254
|
+
"version": "4.2.3",
|
|
3282
3255
|
"extraneous": true,
|
|
3283
3256
|
"license": "MIT",
|
|
3284
3257
|
"bin": {
|
|
@@ -3295,7 +3268,6 @@
|
|
|
3295
3268
|
},
|
|
3296
3269
|
"node_modules/media-typer": {
|
|
3297
3270
|
"version": "0.3.0",
|
|
3298
|
-
"extraneous": true,
|
|
3299
3271
|
"license": "MIT",
|
|
3300
3272
|
"engines": {
|
|
3301
3273
|
"node": ">= 0.6"
|
|
@@ -3303,12 +3275,10 @@
|
|
|
3303
3275
|
},
|
|
3304
3276
|
"node_modules/merge-descriptors": {
|
|
3305
3277
|
"version": "1.0.1",
|
|
3306
|
-
"extraneous": true,
|
|
3307
3278
|
"license": "MIT"
|
|
3308
3279
|
},
|
|
3309
3280
|
"node_modules/method-override": {
|
|
3310
3281
|
"version": "3.0.0",
|
|
3311
|
-
"extraneous": true,
|
|
3312
3282
|
"license": "MIT",
|
|
3313
3283
|
"dependencies": {
|
|
3314
3284
|
"debug": "3.1.0",
|
|
@@ -3322,7 +3292,6 @@
|
|
|
3322
3292
|
},
|
|
3323
3293
|
"node_modules/method-override/node_modules/debug": {
|
|
3324
3294
|
"version": "3.1.0",
|
|
3325
|
-
"extraneous": true,
|
|
3326
3295
|
"license": "MIT",
|
|
3327
3296
|
"dependencies": {
|
|
3328
3297
|
"ms": "2.0.0"
|
|
@@ -3330,12 +3299,10 @@
|
|
|
3330
3299
|
},
|
|
3331
3300
|
"node_modules/method-override/node_modules/ms": {
|
|
3332
3301
|
"version": "2.0.0",
|
|
3333
|
-
"extraneous": true,
|
|
3334
3302
|
"license": "MIT"
|
|
3335
3303
|
},
|
|
3336
3304
|
"node_modules/methods": {
|
|
3337
3305
|
"version": "1.1.2",
|
|
3338
|
-
"extraneous": true,
|
|
3339
3306
|
"license": "MIT",
|
|
3340
3307
|
"engines": {
|
|
3341
3308
|
"node": ">= 0.6"
|
|
@@ -3424,7 +3391,7 @@
|
|
|
3424
3391
|
}
|
|
3425
3392
|
},
|
|
3426
3393
|
"node_modules/moment-timezone": {
|
|
3427
|
-
"version": "0.5.
|
|
3394
|
+
"version": "0.5.39",
|
|
3428
3395
|
"license": "MIT",
|
|
3429
3396
|
"dependencies": {
|
|
3430
3397
|
"moment": ">= 2.9.0"
|
|
@@ -3435,7 +3402,6 @@
|
|
|
3435
3402
|
},
|
|
3436
3403
|
"node_modules/morgan": {
|
|
3437
3404
|
"version": "1.10.0",
|
|
3438
|
-
"extraneous": true,
|
|
3439
3405
|
"license": "MIT",
|
|
3440
3406
|
"dependencies": {
|
|
3441
3407
|
"basic-auth": "~2.0.1",
|
|
@@ -3450,7 +3416,6 @@
|
|
|
3450
3416
|
},
|
|
3451
3417
|
"node_modules/morgan/node_modules/debug": {
|
|
3452
3418
|
"version": "2.6.9",
|
|
3453
|
-
"extraneous": true,
|
|
3454
3419
|
"license": "MIT",
|
|
3455
3420
|
"dependencies": {
|
|
3456
3421
|
"ms": "2.0.0"
|
|
@@ -3458,12 +3423,10 @@
|
|
|
3458
3423
|
},
|
|
3459
3424
|
"node_modules/morgan/node_modules/ms": {
|
|
3460
3425
|
"version": "2.0.0",
|
|
3461
|
-
"extraneous": true,
|
|
3462
3426
|
"license": "MIT"
|
|
3463
3427
|
},
|
|
3464
3428
|
"node_modules/morgan/node_modules/on-finished": {
|
|
3465
3429
|
"version": "2.3.0",
|
|
3466
|
-
"extraneous": true,
|
|
3467
3430
|
"license": "MIT",
|
|
3468
3431
|
"dependencies": {
|
|
3469
3432
|
"ee-first": "1.1.1"
|
|
@@ -3521,7 +3484,6 @@
|
|
|
3521
3484
|
},
|
|
3522
3485
|
"node_modules/negotiator": {
|
|
3523
3486
|
"version": "0.6.3",
|
|
3524
|
-
"extraneous": true,
|
|
3525
3487
|
"license": "MIT",
|
|
3526
3488
|
"engines": {
|
|
3527
3489
|
"node": ">= 0.6"
|
|
@@ -3576,7 +3538,6 @@
|
|
|
3576
3538
|
},
|
|
3577
3539
|
"node_modules/object-inspect": {
|
|
3578
3540
|
"version": "1.12.2",
|
|
3579
|
-
"extraneous": true,
|
|
3580
3541
|
"license": "MIT",
|
|
3581
3542
|
"funding": {
|
|
3582
3543
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -3613,7 +3574,6 @@
|
|
|
3613
3574
|
},
|
|
3614
3575
|
"node_modules/on-finished": {
|
|
3615
3576
|
"version": "2.4.1",
|
|
3616
|
-
"extraneous": true,
|
|
3617
3577
|
"license": "MIT",
|
|
3618
3578
|
"dependencies": {
|
|
3619
3579
|
"ee-first": "1.1.1"
|
|
@@ -3624,7 +3584,6 @@
|
|
|
3624
3584
|
},
|
|
3625
3585
|
"node_modules/on-headers": {
|
|
3626
3586
|
"version": "1.0.2",
|
|
3627
|
-
"extraneous": true,
|
|
3628
3587
|
"license": "MIT",
|
|
3629
3588
|
"engines": {
|
|
3630
3589
|
"node": ">= 0.8"
|
|
@@ -3841,7 +3800,6 @@
|
|
|
3841
3800
|
},
|
|
3842
3801
|
"node_modules/parseurl": {
|
|
3843
3802
|
"version": "1.3.3",
|
|
3844
|
-
"extraneous": true,
|
|
3845
3803
|
"license": "MIT",
|
|
3846
3804
|
"engines": {
|
|
3847
3805
|
"node": ">= 0.8"
|
|
@@ -3875,7 +3833,6 @@
|
|
|
3875
3833
|
},
|
|
3876
3834
|
"node_modules/path-to-regexp": {
|
|
3877
3835
|
"version": "0.1.7",
|
|
3878
|
-
"extraneous": true,
|
|
3879
3836
|
"license": "MIT"
|
|
3880
3837
|
},
|
|
3881
3838
|
"node_modules/pend": {
|
|
@@ -3996,7 +3953,6 @@
|
|
|
3996
3953
|
},
|
|
3997
3954
|
"node_modules/proxy-addr": {
|
|
3998
3955
|
"version": "2.0.7",
|
|
3999
|
-
"extraneous": true,
|
|
4000
3956
|
"license": "MIT",
|
|
4001
3957
|
"dependencies": {
|
|
4002
3958
|
"forwarded": "0.2.0",
|
|
@@ -4028,7 +3984,6 @@
|
|
|
4028
3984
|
},
|
|
4029
3985
|
"node_modules/qs": {
|
|
4030
3986
|
"version": "6.11.0",
|
|
4031
|
-
"extraneous": true,
|
|
4032
3987
|
"license": "BSD-3-Clause",
|
|
4033
3988
|
"dependencies": {
|
|
4034
3989
|
"side-channel": "^1.0.4"
|
|
@@ -4052,7 +4007,6 @@
|
|
|
4052
4007
|
},
|
|
4053
4008
|
"node_modules/range-parser": {
|
|
4054
4009
|
"version": "1.2.1",
|
|
4055
|
-
"extraneous": true,
|
|
4056
4010
|
"license": "MIT",
|
|
4057
4011
|
"engines": {
|
|
4058
4012
|
"node": ">= 0.6"
|
|
@@ -4060,7 +4014,6 @@
|
|
|
4060
4014
|
},
|
|
4061
4015
|
"node_modules/raw-body": {
|
|
4062
4016
|
"version": "2.5.1",
|
|
4063
|
-
"extraneous": true,
|
|
4064
4017
|
"license": "MIT",
|
|
4065
4018
|
"dependencies": {
|
|
4066
4019
|
"bytes": "3.1.2",
|
|
@@ -4119,7 +4072,7 @@
|
|
|
4119
4072
|
}
|
|
4120
4073
|
},
|
|
4121
4074
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
4122
|
-
"version": "5.1.
|
|
4075
|
+
"version": "5.1.1",
|
|
4123
4076
|
"license": "ISC",
|
|
4124
4077
|
"dependencies": {
|
|
4125
4078
|
"brace-expansion": "^2.0.1"
|
|
@@ -4129,7 +4082,7 @@
|
|
|
4129
4082
|
}
|
|
4130
4083
|
},
|
|
4131
4084
|
"node_modules/regenerator-runtime": {
|
|
4132
|
-
"version": "0.13.
|
|
4085
|
+
"version": "0.13.11",
|
|
4133
4086
|
"license": "MIT"
|
|
4134
4087
|
},
|
|
4135
4088
|
"node_modules/regexp.prototype.flags": {
|
|
@@ -4157,11 +4110,11 @@
|
|
|
4157
4110
|
}
|
|
4158
4111
|
},
|
|
4159
4112
|
"node_modules/requizzle": {
|
|
4160
|
-
"version": "0.2.
|
|
4113
|
+
"version": "0.2.4",
|
|
4161
4114
|
"extraneous": true,
|
|
4162
4115
|
"license": "MIT",
|
|
4163
4116
|
"dependencies": {
|
|
4164
|
-
"lodash": "^4.17.
|
|
4117
|
+
"lodash": "^4.17.21"
|
|
4165
4118
|
}
|
|
4166
4119
|
},
|
|
4167
4120
|
"node_modules/resolve": {
|
|
@@ -4284,7 +4237,6 @@
|
|
|
4284
4237
|
},
|
|
4285
4238
|
"node_modules/safer-buffer": {
|
|
4286
4239
|
"version": "2.1.2",
|
|
4287
|
-
"extraneous": true,
|
|
4288
4240
|
"license": "MIT"
|
|
4289
4241
|
},
|
|
4290
4242
|
"node_modules/sanitize-filename": {
|
|
@@ -4323,7 +4275,6 @@
|
|
|
4323
4275
|
},
|
|
4324
4276
|
"node_modules/send": {
|
|
4325
4277
|
"version": "0.18.0",
|
|
4326
|
-
"extraneous": true,
|
|
4327
4278
|
"license": "MIT",
|
|
4328
4279
|
"dependencies": {
|
|
4329
4280
|
"debug": "2.6.9",
|
|
@@ -4346,7 +4297,6 @@
|
|
|
4346
4297
|
},
|
|
4347
4298
|
"node_modules/send/node_modules/debug": {
|
|
4348
4299
|
"version": "2.6.9",
|
|
4349
|
-
"extraneous": true,
|
|
4350
4300
|
"license": "MIT",
|
|
4351
4301
|
"dependencies": {
|
|
4352
4302
|
"ms": "2.0.0"
|
|
@@ -4354,17 +4304,14 @@
|
|
|
4354
4304
|
},
|
|
4355
4305
|
"node_modules/send/node_modules/debug/node_modules/ms": {
|
|
4356
4306
|
"version": "2.0.0",
|
|
4357
|
-
"extraneous": true,
|
|
4358
4307
|
"license": "MIT"
|
|
4359
4308
|
},
|
|
4360
4309
|
"node_modules/send/node_modules/ms": {
|
|
4361
4310
|
"version": "2.1.3",
|
|
4362
|
-
"extraneous": true,
|
|
4363
4311
|
"license": "MIT"
|
|
4364
4312
|
},
|
|
4365
4313
|
"node_modules/serve-favicon": {
|
|
4366
4314
|
"version": "2.5.0",
|
|
4367
|
-
"extraneous": true,
|
|
4368
4315
|
"license": "MIT",
|
|
4369
4316
|
"dependencies": {
|
|
4370
4317
|
"etag": "~1.8.1",
|
|
@@ -4379,17 +4326,14 @@
|
|
|
4379
4326
|
},
|
|
4380
4327
|
"node_modules/serve-favicon/node_modules/ms": {
|
|
4381
4328
|
"version": "2.1.1",
|
|
4382
|
-
"extraneous": true,
|
|
4383
4329
|
"license": "MIT"
|
|
4384
4330
|
},
|
|
4385
4331
|
"node_modules/serve-favicon/node_modules/safe-buffer": {
|
|
4386
4332
|
"version": "5.1.1",
|
|
4387
|
-
"extraneous": true,
|
|
4388
4333
|
"license": "MIT"
|
|
4389
4334
|
},
|
|
4390
4335
|
"node_modules/serve-static": {
|
|
4391
4336
|
"version": "1.15.0",
|
|
4392
|
-
"extraneous": true,
|
|
4393
4337
|
"license": "MIT",
|
|
4394
4338
|
"dependencies": {
|
|
4395
4339
|
"encodeurl": "~1.0.2",
|
|
@@ -4407,7 +4351,6 @@
|
|
|
4407
4351
|
},
|
|
4408
4352
|
"node_modules/setprototypeof": {
|
|
4409
4353
|
"version": "1.2.0",
|
|
4410
|
-
"extraneous": true,
|
|
4411
4354
|
"license": "ISC"
|
|
4412
4355
|
},
|
|
4413
4356
|
"node_modules/shared-preferences-builder": {
|
|
@@ -4453,7 +4396,6 @@
|
|
|
4453
4396
|
},
|
|
4454
4397
|
"node_modules/side-channel": {
|
|
4455
4398
|
"version": "1.0.4",
|
|
4456
|
-
"extraneous": true,
|
|
4457
4399
|
"license": "MIT",
|
|
4458
4400
|
"dependencies": {
|
|
4459
4401
|
"call-bind": "^1.0.0",
|
|
@@ -4530,7 +4472,6 @@
|
|
|
4530
4472
|
},
|
|
4531
4473
|
"node_modules/statuses": {
|
|
4532
4474
|
"version": "2.0.1",
|
|
4533
|
-
"extraneous": true,
|
|
4534
4475
|
"license": "MIT",
|
|
4535
4476
|
"engines": {
|
|
4536
4477
|
"node": ">= 0.8"
|
|
@@ -4559,17 +4500,17 @@
|
|
|
4559
4500
|
}
|
|
4560
4501
|
},
|
|
4561
4502
|
"node_modules/string.prototype.matchall": {
|
|
4562
|
-
"version": "4.0.
|
|
4503
|
+
"version": "4.0.8",
|
|
4563
4504
|
"extraneous": true,
|
|
4564
4505
|
"license": "MIT",
|
|
4565
4506
|
"dependencies": {
|
|
4566
4507
|
"call-bind": "^1.0.2",
|
|
4567
|
-
"define-properties": "^1.1.
|
|
4568
|
-
"es-abstract": "^1.
|
|
4569
|
-
"get-intrinsic": "^1.1.
|
|
4508
|
+
"define-properties": "^1.1.4",
|
|
4509
|
+
"es-abstract": "^1.20.4",
|
|
4510
|
+
"get-intrinsic": "^1.1.3",
|
|
4570
4511
|
"has-symbols": "^1.0.3",
|
|
4571
4512
|
"internal-slot": "^1.0.3",
|
|
4572
|
-
"regexp.prototype.flags": "^1.4.
|
|
4513
|
+
"regexp.prototype.flags": "^1.4.3",
|
|
4573
4514
|
"side-channel": "^1.0.4"
|
|
4574
4515
|
},
|
|
4575
4516
|
"funding": {
|
|
@@ -4577,26 +4518,26 @@
|
|
|
4577
4518
|
}
|
|
4578
4519
|
},
|
|
4579
4520
|
"node_modules/string.prototype.trimend": {
|
|
4580
|
-
"version": "1.0.
|
|
4521
|
+
"version": "1.0.6",
|
|
4581
4522
|
"extraneous": true,
|
|
4582
4523
|
"license": "MIT",
|
|
4583
4524
|
"dependencies": {
|
|
4584
4525
|
"call-bind": "^1.0.2",
|
|
4585
4526
|
"define-properties": "^1.1.4",
|
|
4586
|
-
"es-abstract": "^1.
|
|
4527
|
+
"es-abstract": "^1.20.4"
|
|
4587
4528
|
},
|
|
4588
4529
|
"funding": {
|
|
4589
4530
|
"url": "https://github.com/sponsors/ljharb"
|
|
4590
4531
|
}
|
|
4591
4532
|
},
|
|
4592
4533
|
"node_modules/string.prototype.trimstart": {
|
|
4593
|
-
"version": "1.0.
|
|
4534
|
+
"version": "1.0.6",
|
|
4594
4535
|
"extraneous": true,
|
|
4595
4536
|
"license": "MIT",
|
|
4596
4537
|
"dependencies": {
|
|
4597
4538
|
"call-bind": "^1.0.2",
|
|
4598
4539
|
"define-properties": "^1.1.4",
|
|
4599
|
-
"es-abstract": "^1.
|
|
4540
|
+
"es-abstract": "^1.20.4"
|
|
4600
4541
|
},
|
|
4601
4542
|
"funding": {
|
|
4602
4543
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -4716,7 +4657,6 @@
|
|
|
4716
4657
|
},
|
|
4717
4658
|
"node_modules/toidentifier": {
|
|
4718
4659
|
"version": "1.0.1",
|
|
4719
|
-
"extraneous": true,
|
|
4720
4660
|
"license": "MIT",
|
|
4721
4661
|
"engines": {
|
|
4722
4662
|
"node": ">=0.6"
|
|
@@ -4746,7 +4686,6 @@
|
|
|
4746
4686
|
},
|
|
4747
4687
|
"node_modules/type-is": {
|
|
4748
4688
|
"version": "1.6.18",
|
|
4749
|
-
"extraneous": true,
|
|
4750
4689
|
"license": "MIT",
|
|
4751
4690
|
"dependencies": {
|
|
4752
4691
|
"media-typer": "0.3.0",
|
|
@@ -4789,7 +4728,6 @@
|
|
|
4789
4728
|
},
|
|
4790
4729
|
"node_modules/unpipe": {
|
|
4791
4730
|
"version": "1.0.0",
|
|
4792
|
-
"extraneous": true,
|
|
4793
4731
|
"license": "MIT",
|
|
4794
4732
|
"engines": {
|
|
4795
4733
|
"node": ">= 0.8"
|
|
@@ -4833,7 +4771,6 @@
|
|
|
4833
4771
|
},
|
|
4834
4772
|
"node_modules/utils-merge": {
|
|
4835
4773
|
"version": "1.0.1",
|
|
4836
|
-
"extraneous": true,
|
|
4837
4774
|
"license": "MIT",
|
|
4838
4775
|
"engines": {
|
|
4839
4776
|
"node": ">= 0.4.0"
|
|
@@ -4856,12 +4793,10 @@
|
|
|
4856
4793
|
},
|
|
4857
4794
|
"node_modules/validate.js": {
|
|
4858
4795
|
"version": "0.13.1",
|
|
4859
|
-
"extraneous": true,
|
|
4860
4796
|
"license": "MIT"
|
|
4861
4797
|
},
|
|
4862
4798
|
"node_modules/vary": {
|
|
4863
4799
|
"version": "1.1.2",
|
|
4864
|
-
"extraneous": true,
|
|
4865
4800
|
"license": "MIT",
|
|
4866
4801
|
"engines": {
|
|
4867
4802
|
"node": ">= 0.8"
|
|
@@ -5044,7 +4979,7 @@
|
|
|
5044
4979
|
"license": "ISC"
|
|
5045
4980
|
},
|
|
5046
4981
|
"node_modules/ws": {
|
|
5047
|
-
"version": "8.
|
|
4982
|
+
"version": "8.11.0",
|
|
5048
4983
|
"license": "MIT",
|
|
5049
4984
|
"engines": {
|
|
5050
4985
|
"node": ">=10.0.0"
|
|
@@ -5166,7 +5101,6 @@
|
|
|
5166
5101
|
"dependencies": {
|
|
5167
5102
|
"@appium/base-driver": {
|
|
5168
5103
|
"version": "8.7.3",
|
|
5169
|
-
"extraneous": true,
|
|
5170
5104
|
"requires": {
|
|
5171
5105
|
"@appium/support": "^2.61.1",
|
|
5172
5106
|
"@colors/colors": "1.5.0",
|
|
@@ -5193,9 +5127,18 @@
|
|
|
5193
5127
|
"validate.js": "0.13.1"
|
|
5194
5128
|
},
|
|
5195
5129
|
"dependencies": {
|
|
5130
|
+
"asyncbox": {
|
|
5131
|
+
"version": "2.9.2",
|
|
5132
|
+
"requires": {
|
|
5133
|
+
"@babel/runtime": "^7.0.0",
|
|
5134
|
+
"bluebird": "^3.5.1",
|
|
5135
|
+
"es6-mapify": "^1.1.0",
|
|
5136
|
+
"lodash": "^4.17.4",
|
|
5137
|
+
"source-map-support": "^0.5.5"
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5196
5140
|
"axios": {
|
|
5197
5141
|
"version": "0.27.2",
|
|
5198
|
-
"extraneous": true,
|
|
5199
5142
|
"requires": {
|
|
5200
5143
|
"follow-redirects": "^1.14.9",
|
|
5201
5144
|
"form-data": "^4.0.0"
|
|
@@ -5330,13 +5273,13 @@
|
|
|
5330
5273
|
}
|
|
5331
5274
|
},
|
|
5332
5275
|
"@babel/parser": {
|
|
5333
|
-
"version": "7.20.
|
|
5276
|
+
"version": "7.20.5",
|
|
5334
5277
|
"extraneous": true
|
|
5335
5278
|
},
|
|
5336
5279
|
"@babel/runtime": {
|
|
5337
|
-
"version": "7.20.
|
|
5280
|
+
"version": "7.20.6",
|
|
5338
5281
|
"requires": {
|
|
5339
|
-
"regenerator-runtime": "^0.13.
|
|
5282
|
+
"regenerator-runtime": "^0.13.11"
|
|
5340
5283
|
}
|
|
5341
5284
|
},
|
|
5342
5285
|
"@colors/colors": {
|
|
@@ -5678,8 +5621,7 @@
|
|
|
5678
5621
|
"extraneous": true
|
|
5679
5622
|
},
|
|
5680
5623
|
"@types/async-lock": {
|
|
5681
|
-
"version": "1.3.0"
|
|
5682
|
-
"extraneous": true
|
|
5624
|
+
"version": "1.3.0"
|
|
5683
5625
|
},
|
|
5684
5626
|
"@types/base64-stream": {
|
|
5685
5627
|
"version": "1.0.2",
|
|
@@ -5688,8 +5630,7 @@
|
|
|
5688
5630
|
}
|
|
5689
5631
|
},
|
|
5690
5632
|
"@types/bluebird": {
|
|
5691
|
-
"version": "3.5.37"
|
|
5692
|
-
"extraneous": true
|
|
5633
|
+
"version": "3.5.37"
|
|
5693
5634
|
},
|
|
5694
5635
|
"@types/body-parser": {
|
|
5695
5636
|
"version": "1.19.2",
|
|
@@ -5699,12 +5640,12 @@
|
|
|
5699
5640
|
}
|
|
5700
5641
|
},
|
|
5701
5642
|
"@types/cacheable-request": {
|
|
5702
|
-
"version": "6.0.
|
|
5643
|
+
"version": "6.0.3",
|
|
5703
5644
|
"requires": {
|
|
5704
5645
|
"@types/http-cache-semantics": "*",
|
|
5705
|
-
"@types/keyv": "
|
|
5646
|
+
"@types/keyv": "^3.1.4",
|
|
5706
5647
|
"@types/node": "*",
|
|
5707
|
-
"@types/responselike": "
|
|
5648
|
+
"@types/responselike": "^1.0.0"
|
|
5708
5649
|
}
|
|
5709
5650
|
},
|
|
5710
5651
|
"@types/connect": {
|
|
@@ -5757,9 +5698,9 @@
|
|
|
5757
5698
|
"version": "7.0.11"
|
|
5758
5699
|
},
|
|
5759
5700
|
"@types/keyv": {
|
|
5760
|
-
"version": "
|
|
5701
|
+
"version": "3.1.4",
|
|
5761
5702
|
"requires": {
|
|
5762
|
-
"
|
|
5703
|
+
"@types/node": "*"
|
|
5763
5704
|
}
|
|
5764
5705
|
},
|
|
5765
5706
|
"@types/klaw": {
|
|
@@ -5789,7 +5730,6 @@
|
|
|
5789
5730
|
},
|
|
5790
5731
|
"@types/method-override": {
|
|
5791
5732
|
"version": "0.0.32",
|
|
5792
|
-
"extraneous": true,
|
|
5793
5733
|
"requires": {
|
|
5794
5734
|
"@types/express": "*"
|
|
5795
5735
|
}
|
|
@@ -5810,7 +5750,7 @@
|
|
|
5810
5750
|
}
|
|
5811
5751
|
},
|
|
5812
5752
|
"@types/node": {
|
|
5813
|
-
"version": "18.11.
|
|
5753
|
+
"version": "18.11.10"
|
|
5814
5754
|
},
|
|
5815
5755
|
"@types/normalize-package-data": {
|
|
5816
5756
|
"version": "2.4.1"
|
|
@@ -5851,7 +5791,6 @@
|
|
|
5851
5791
|
},
|
|
5852
5792
|
"@types/serve-favicon": {
|
|
5853
5793
|
"version": "2.5.3",
|
|
5854
|
-
"extraneous": true,
|
|
5855
5794
|
"requires": {
|
|
5856
5795
|
"@types/express": "*"
|
|
5857
5796
|
}
|
|
@@ -5900,7 +5839,6 @@
|
|
|
5900
5839
|
},
|
|
5901
5840
|
"accepts": {
|
|
5902
5841
|
"version": "1.3.8",
|
|
5903
|
-
"extraneous": true,
|
|
5904
5842
|
"requires": {
|
|
5905
5843
|
"mime-types": "~2.1.34",
|
|
5906
5844
|
"negotiator": "0.6.3"
|
|
@@ -5952,7 +5890,7 @@
|
|
|
5952
5890
|
"version": "1.1.0"
|
|
5953
5891
|
},
|
|
5954
5892
|
"appium-adb": {
|
|
5955
|
-
"version": "9.10.
|
|
5893
|
+
"version": "9.10.18",
|
|
5956
5894
|
"requires": {
|
|
5957
5895
|
"@appium/support": "^2.60.0",
|
|
5958
5896
|
"@babel/runtime": "^7.0.0",
|
|
@@ -5970,7 +5908,7 @@
|
|
|
5970
5908
|
}
|
|
5971
5909
|
},
|
|
5972
5910
|
"appium-android-driver": {
|
|
5973
|
-
"version": "5.
|
|
5911
|
+
"version": "5.8.0",
|
|
5974
5912
|
"requires": {
|
|
5975
5913
|
"@babel/runtime": "^7.0.0",
|
|
5976
5914
|
"appium-adb": "^9.10.9",
|
|
@@ -5994,8 +5932,10 @@
|
|
|
5994
5932
|
}
|
|
5995
5933
|
},
|
|
5996
5934
|
"appium-chromedriver": {
|
|
5997
|
-
"version": "5.2.
|
|
5935
|
+
"version": "5.2.10",
|
|
5998
5936
|
"requires": {
|
|
5937
|
+
"@appium/base-driver": "^8.7.3",
|
|
5938
|
+
"@appium/support": "^2.61.0",
|
|
5999
5939
|
"@babel/runtime": "^7.0.0",
|
|
6000
5940
|
"@xmldom/xmldom": "^0.x",
|
|
6001
5941
|
"asyncbox": "^2.0.2",
|
|
@@ -6092,8 +6032,7 @@
|
|
|
6092
6032
|
"extraneous": true
|
|
6093
6033
|
},
|
|
6094
6034
|
"array-flatten": {
|
|
6095
|
-
"version": "1.1.1"
|
|
6096
|
-
"extraneous": true
|
|
6035
|
+
"version": "1.1.1"
|
|
6097
6036
|
},
|
|
6098
6037
|
"async": {
|
|
6099
6038
|
"version": "3.2.4"
|
|
@@ -6102,11 +6041,11 @@
|
|
|
6102
6041
|
"version": "1.3.2"
|
|
6103
6042
|
},
|
|
6104
6043
|
"asyncbox": {
|
|
6105
|
-
"version": "2.9.
|
|
6044
|
+
"version": "2.9.4",
|
|
6106
6045
|
"requires": {
|
|
6107
6046
|
"@babel/runtime": "^7.0.0",
|
|
6047
|
+
"@types/bluebird": "^3.5.37",
|
|
6108
6048
|
"bluebird": "^3.5.1",
|
|
6109
|
-
"es6-mapify": "^1.1.0",
|
|
6110
6049
|
"lodash": "^4.17.4",
|
|
6111
6050
|
"source-map-support": "^0.5.5"
|
|
6112
6051
|
}
|
|
@@ -6115,7 +6054,7 @@
|
|
|
6115
6054
|
"version": "0.4.0"
|
|
6116
6055
|
},
|
|
6117
6056
|
"axios": {
|
|
6118
|
-
"version": "1.
|
|
6057
|
+
"version": "1.2.0",
|
|
6119
6058
|
"requires": {
|
|
6120
6059
|
"follow-redirects": "^1.15.0",
|
|
6121
6060
|
"form-data": "^4.0.0",
|
|
@@ -6133,14 +6072,12 @@
|
|
|
6133
6072
|
},
|
|
6134
6073
|
"basic-auth": {
|
|
6135
6074
|
"version": "2.0.1",
|
|
6136
|
-
"extraneous": true,
|
|
6137
6075
|
"requires": {
|
|
6138
6076
|
"safe-buffer": "5.1.2"
|
|
6139
6077
|
},
|
|
6140
6078
|
"dependencies": {
|
|
6141
6079
|
"safe-buffer": {
|
|
6142
|
-
"version": "5.1.2"
|
|
6143
|
-
"extraneous": true
|
|
6080
|
+
"version": "5.1.2"
|
|
6144
6081
|
}
|
|
6145
6082
|
}
|
|
6146
6083
|
},
|
|
@@ -6163,7 +6100,6 @@
|
|
|
6163
6100
|
},
|
|
6164
6101
|
"body-parser": {
|
|
6165
6102
|
"version": "1.20.1",
|
|
6166
|
-
"extraneous": true,
|
|
6167
6103
|
"requires": {
|
|
6168
6104
|
"bytes": "3.1.2",
|
|
6169
6105
|
"content-type": "~1.0.4",
|
|
@@ -6181,14 +6117,12 @@
|
|
|
6181
6117
|
"dependencies": {
|
|
6182
6118
|
"debug": {
|
|
6183
6119
|
"version": "2.6.9",
|
|
6184
|
-
"extraneous": true,
|
|
6185
6120
|
"requires": {
|
|
6186
6121
|
"ms": "2.0.0"
|
|
6187
6122
|
}
|
|
6188
6123
|
},
|
|
6189
6124
|
"ms": {
|
|
6190
|
-
"version": "2.0.0"
|
|
6191
|
-
"extraneous": true
|
|
6125
|
+
"version": "2.0.0"
|
|
6192
6126
|
}
|
|
6193
6127
|
}
|
|
6194
6128
|
},
|
|
@@ -6228,8 +6162,7 @@
|
|
|
6228
6162
|
"version": "1.1.2"
|
|
6229
6163
|
},
|
|
6230
6164
|
"bytes": {
|
|
6231
|
-
"version": "3.1.2"
|
|
6232
|
-
"extraneous": true
|
|
6165
|
+
"version": "3.1.2"
|
|
6233
6166
|
},
|
|
6234
6167
|
"cacheable-lookup": {
|
|
6235
6168
|
"version": "5.0.4"
|
|
@@ -6256,7 +6189,6 @@
|
|
|
6256
6189
|
},
|
|
6257
6190
|
"call-bind": {
|
|
6258
6191
|
"version": "1.0.2",
|
|
6259
|
-
"extraneous": true,
|
|
6260
6192
|
"requires": {
|
|
6261
6193
|
"function-bind": "^1.1.1",
|
|
6262
6194
|
"get-intrinsic": "^1.0.2"
|
|
@@ -6371,22 +6303,18 @@
|
|
|
6371
6303
|
},
|
|
6372
6304
|
"content-disposition": {
|
|
6373
6305
|
"version": "0.5.4",
|
|
6374
|
-
"extraneous": true,
|
|
6375
6306
|
"requires": {
|
|
6376
6307
|
"safe-buffer": "5.2.1"
|
|
6377
6308
|
}
|
|
6378
6309
|
},
|
|
6379
6310
|
"content-type": {
|
|
6380
|
-
"version": "1.0.4"
|
|
6381
|
-
"extraneous": true
|
|
6311
|
+
"version": "1.0.4"
|
|
6382
6312
|
},
|
|
6383
6313
|
"cookie": {
|
|
6384
|
-
"version": "0.5.0"
|
|
6385
|
-
"extraneous": true
|
|
6314
|
+
"version": "0.5.0"
|
|
6386
6315
|
},
|
|
6387
6316
|
"cookie-signature": {
|
|
6388
|
-
"version": "1.0.6"
|
|
6389
|
-
"extraneous": true
|
|
6317
|
+
"version": "1.0.6"
|
|
6390
6318
|
},
|
|
6391
6319
|
"core-util-is": {
|
|
6392
6320
|
"version": "1.0.3"
|
|
@@ -6456,12 +6384,10 @@
|
|
|
6456
6384
|
"version": "1.0.0"
|
|
6457
6385
|
},
|
|
6458
6386
|
"depd": {
|
|
6459
|
-
"version": "2.0.0"
|
|
6460
|
-
"extraneous": true
|
|
6387
|
+
"version": "2.0.0"
|
|
6461
6388
|
},
|
|
6462
6389
|
"destroy": {
|
|
6463
|
-
"version": "1.2.0"
|
|
6464
|
-
"extraneous": true
|
|
6390
|
+
"version": "1.2.0"
|
|
6465
6391
|
},
|
|
6466
6392
|
"docdash": {
|
|
6467
6393
|
"version": "1.2.0",
|
|
@@ -6474,16 +6400,14 @@
|
|
|
6474
6400
|
"version": "0.1.2"
|
|
6475
6401
|
},
|
|
6476
6402
|
"ee-first": {
|
|
6477
|
-
"version": "1.1.1"
|
|
6478
|
-
"extraneous": true
|
|
6403
|
+
"version": "1.1.1"
|
|
6479
6404
|
},
|
|
6480
6405
|
"enabled": {
|
|
6481
6406
|
"version": "2.0.0",
|
|
6482
6407
|
"extraneous": true
|
|
6483
6408
|
},
|
|
6484
6409
|
"encodeurl": {
|
|
6485
|
-
"version": "1.0.2"
|
|
6486
|
-
"extraneous": true
|
|
6410
|
+
"version": "1.0.2"
|
|
6487
6411
|
},
|
|
6488
6412
|
"end-of-stream": {
|
|
6489
6413
|
"version": "1.4.4",
|
|
@@ -6541,8 +6465,7 @@
|
|
|
6541
6465
|
}
|
|
6542
6466
|
},
|
|
6543
6467
|
"es6-error": {
|
|
6544
|
-
"version": "4.1.1"
|
|
6545
|
-
"extraneous": true
|
|
6468
|
+
"version": "4.1.1"
|
|
6546
6469
|
},
|
|
6547
6470
|
"es6-mapify": {
|
|
6548
6471
|
"version": "1.2.0",
|
|
@@ -6551,22 +6474,19 @@
|
|
|
6551
6474
|
}
|
|
6552
6475
|
},
|
|
6553
6476
|
"escape-html": {
|
|
6554
|
-
"version": "1.0.3"
|
|
6555
|
-
"extraneous": true
|
|
6477
|
+
"version": "1.0.3"
|
|
6556
6478
|
},
|
|
6557
6479
|
"escape-string-regexp": {
|
|
6558
6480
|
"version": "1.0.5"
|
|
6559
6481
|
},
|
|
6560
6482
|
"etag": {
|
|
6561
|
-
"version": "1.8.1"
|
|
6562
|
-
"extraneous": true
|
|
6483
|
+
"version": "1.8.1"
|
|
6563
6484
|
},
|
|
6564
6485
|
"exif-parser": {
|
|
6565
6486
|
"version": "0.1.12"
|
|
6566
6487
|
},
|
|
6567
6488
|
"express": {
|
|
6568
6489
|
"version": "4.18.2",
|
|
6569
|
-
"extraneous": true,
|
|
6570
6490
|
"requires": {
|
|
6571
6491
|
"accepts": "~1.3.8",
|
|
6572
6492
|
"array-flatten": "1.1.1",
|
|
@@ -6603,14 +6523,12 @@
|
|
|
6603
6523
|
"dependencies": {
|
|
6604
6524
|
"debug": {
|
|
6605
6525
|
"version": "2.6.9",
|
|
6606
|
-
"extraneous": true,
|
|
6607
6526
|
"requires": {
|
|
6608
6527
|
"ms": "2.0.0"
|
|
6609
6528
|
}
|
|
6610
6529
|
},
|
|
6611
6530
|
"ms": {
|
|
6612
|
-
"version": "2.0.0"
|
|
6613
|
-
"extraneous": true
|
|
6531
|
+
"version": "2.0.0"
|
|
6614
6532
|
}
|
|
6615
6533
|
}
|
|
6616
6534
|
},
|
|
@@ -6639,7 +6557,6 @@
|
|
|
6639
6557
|
},
|
|
6640
6558
|
"finalhandler": {
|
|
6641
6559
|
"version": "1.2.0",
|
|
6642
|
-
"extraneous": true,
|
|
6643
6560
|
"requires": {
|
|
6644
6561
|
"debug": "2.6.9",
|
|
6645
6562
|
"encodeurl": "~1.0.2",
|
|
@@ -6652,14 +6569,12 @@
|
|
|
6652
6569
|
"dependencies": {
|
|
6653
6570
|
"debug": {
|
|
6654
6571
|
"version": "2.6.9",
|
|
6655
|
-
"extraneous": true,
|
|
6656
6572
|
"requires": {
|
|
6657
6573
|
"ms": "2.0.0"
|
|
6658
6574
|
}
|
|
6659
6575
|
},
|
|
6660
6576
|
"ms": {
|
|
6661
|
-
"version": "2.0.0"
|
|
6662
|
-
"extraneous": true
|
|
6577
|
+
"version": "2.0.0"
|
|
6663
6578
|
}
|
|
6664
6579
|
}
|
|
6665
6580
|
},
|
|
@@ -6686,12 +6601,10 @@
|
|
|
6686
6601
|
}
|
|
6687
6602
|
},
|
|
6688
6603
|
"forwarded": {
|
|
6689
|
-
"version": "0.2.0"
|
|
6690
|
-
"extraneous": true
|
|
6604
|
+
"version": "0.2.0"
|
|
6691
6605
|
},
|
|
6692
6606
|
"fresh": {
|
|
6693
|
-
"version": "0.5.2"
|
|
6694
|
-
"extraneous": true
|
|
6607
|
+
"version": "0.5.2"
|
|
6695
6608
|
},
|
|
6696
6609
|
"fs-constants": {
|
|
6697
6610
|
"version": "1.0.0"
|
|
@@ -6770,7 +6683,6 @@
|
|
|
6770
6683
|
},
|
|
6771
6684
|
"get-intrinsic": {
|
|
6772
6685
|
"version": "1.1.3",
|
|
6773
|
-
"extraneous": true,
|
|
6774
6686
|
"requires": {
|
|
6775
6687
|
"function-bind": "^1.1.1",
|
|
6776
6688
|
"has": "^1.0.3",
|
|
@@ -6812,7 +6724,7 @@
|
|
|
6812
6724
|
}
|
|
6813
6725
|
},
|
|
6814
6726
|
"minimatch": {
|
|
6815
|
-
"version": "5.1.
|
|
6727
|
+
"version": "5.1.1",
|
|
6816
6728
|
"requires": {
|
|
6817
6729
|
"brace-expansion": "^2.0.1"
|
|
6818
6730
|
}
|
|
@@ -6866,8 +6778,7 @@
|
|
|
6866
6778
|
}
|
|
6867
6779
|
},
|
|
6868
6780
|
"has-symbols": {
|
|
6869
|
-
"version": "1.0.3"
|
|
6870
|
-
"extraneous": true
|
|
6781
|
+
"version": "1.0.3"
|
|
6871
6782
|
},
|
|
6872
6783
|
"has-tostringtag": {
|
|
6873
6784
|
"version": "1.0.0",
|
|
@@ -6887,7 +6798,6 @@
|
|
|
6887
6798
|
},
|
|
6888
6799
|
"http-errors": {
|
|
6889
6800
|
"version": "2.0.0",
|
|
6890
|
-
"extraneous": true,
|
|
6891
6801
|
"requires": {
|
|
6892
6802
|
"depd": "2.0.0",
|
|
6893
6803
|
"inherits": "2.0.4",
|
|
@@ -6897,8 +6807,7 @@
|
|
|
6897
6807
|
}
|
|
6898
6808
|
},
|
|
6899
6809
|
"http-status-codes": {
|
|
6900
|
-
"version": "2.2.0"
|
|
6901
|
-
"extraneous": true
|
|
6810
|
+
"version": "2.2.0"
|
|
6902
6811
|
},
|
|
6903
6812
|
"http2-wrapper": {
|
|
6904
6813
|
"version": "1.0.3",
|
|
@@ -6909,7 +6818,6 @@
|
|
|
6909
6818
|
},
|
|
6910
6819
|
"iconv-lite": {
|
|
6911
6820
|
"version": "0.4.24",
|
|
6912
|
-
"extraneous": true,
|
|
6913
6821
|
"requires": {
|
|
6914
6822
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
6915
6823
|
}
|
|
@@ -6954,8 +6862,7 @@
|
|
|
6954
6862
|
"version": "4.2.3"
|
|
6955
6863
|
},
|
|
6956
6864
|
"ipaddr.js": {
|
|
6957
|
-
"version": "1.9.1"
|
|
6958
|
-
"extraneous": true
|
|
6865
|
+
"version": "1.9.1"
|
|
6959
6866
|
},
|
|
6960
6867
|
"is-arrayish": {
|
|
6961
6868
|
"version": "0.2.1"
|
|
@@ -7156,7 +7063,7 @@
|
|
|
7156
7063
|
"extraneous": true
|
|
7157
7064
|
},
|
|
7158
7065
|
"keyv": {
|
|
7159
|
-
"version": "4.5.
|
|
7066
|
+
"version": "4.5.2",
|
|
7160
7067
|
"requires": {
|
|
7161
7068
|
"json-buffer": "3.0.1"
|
|
7162
7069
|
}
|
|
@@ -7341,7 +7248,7 @@
|
|
|
7341
7248
|
"requires": {}
|
|
7342
7249
|
},
|
|
7343
7250
|
"marked": {
|
|
7344
|
-
"version": "4.2.
|
|
7251
|
+
"version": "4.2.3",
|
|
7345
7252
|
"extraneous": true
|
|
7346
7253
|
},
|
|
7347
7254
|
"mdurl": {
|
|
@@ -7349,16 +7256,13 @@
|
|
|
7349
7256
|
"extraneous": true
|
|
7350
7257
|
},
|
|
7351
7258
|
"media-typer": {
|
|
7352
|
-
"version": "0.3.0"
|
|
7353
|
-
"extraneous": true
|
|
7259
|
+
"version": "0.3.0"
|
|
7354
7260
|
},
|
|
7355
7261
|
"merge-descriptors": {
|
|
7356
|
-
"version": "1.0.1"
|
|
7357
|
-
"extraneous": true
|
|
7262
|
+
"version": "1.0.1"
|
|
7358
7263
|
},
|
|
7359
7264
|
"method-override": {
|
|
7360
7265
|
"version": "3.0.0",
|
|
7361
|
-
"extraneous": true,
|
|
7362
7266
|
"requires": {
|
|
7363
7267
|
"debug": "3.1.0",
|
|
7364
7268
|
"methods": "~1.1.2",
|
|
@@ -7368,20 +7272,17 @@
|
|
|
7368
7272
|
"dependencies": {
|
|
7369
7273
|
"debug": {
|
|
7370
7274
|
"version": "3.1.0",
|
|
7371
|
-
"extraneous": true,
|
|
7372
7275
|
"requires": {
|
|
7373
7276
|
"ms": "2.0.0"
|
|
7374
7277
|
}
|
|
7375
7278
|
},
|
|
7376
7279
|
"ms": {
|
|
7377
|
-
"version": "2.0.0"
|
|
7378
|
-
"extraneous": true
|
|
7280
|
+
"version": "2.0.0"
|
|
7379
7281
|
}
|
|
7380
7282
|
}
|
|
7381
7283
|
},
|
|
7382
7284
|
"methods": {
|
|
7383
|
-
"version": "1.1.2"
|
|
7384
|
-
"extraneous": true
|
|
7285
|
+
"version": "1.1.2"
|
|
7385
7286
|
},
|
|
7386
7287
|
"mime": {
|
|
7387
7288
|
"version": "1.6.0"
|
|
@@ -7427,14 +7328,13 @@
|
|
|
7427
7328
|
"version": "2.29.4"
|
|
7428
7329
|
},
|
|
7429
7330
|
"moment-timezone": {
|
|
7430
|
-
"version": "0.5.
|
|
7331
|
+
"version": "0.5.39",
|
|
7431
7332
|
"requires": {
|
|
7432
7333
|
"moment": ">= 2.9.0"
|
|
7433
7334
|
}
|
|
7434
7335
|
},
|
|
7435
7336
|
"morgan": {
|
|
7436
7337
|
"version": "1.10.0",
|
|
7437
|
-
"extraneous": true,
|
|
7438
7338
|
"requires": {
|
|
7439
7339
|
"basic-auth": "~2.0.1",
|
|
7440
7340
|
"debug": "2.6.9",
|
|
@@ -7445,18 +7345,15 @@
|
|
|
7445
7345
|
"dependencies": {
|
|
7446
7346
|
"debug": {
|
|
7447
7347
|
"version": "2.6.9",
|
|
7448
|
-
"extraneous": true,
|
|
7449
7348
|
"requires": {
|
|
7450
7349
|
"ms": "2.0.0"
|
|
7451
7350
|
}
|
|
7452
7351
|
},
|
|
7453
7352
|
"ms": {
|
|
7454
|
-
"version": "2.0.0"
|
|
7455
|
-
"extraneous": true
|
|
7353
|
+
"version": "2.0.0"
|
|
7456
7354
|
},
|
|
7457
7355
|
"on-finished": {
|
|
7458
7356
|
"version": "2.3.0",
|
|
7459
|
-
"extraneous": true,
|
|
7460
7357
|
"requires": {
|
|
7461
7358
|
"ee-first": "1.1.1"
|
|
7462
7359
|
}
|
|
@@ -7496,8 +7393,7 @@
|
|
|
7496
7393
|
"version": "2.0.0"
|
|
7497
7394
|
},
|
|
7498
7395
|
"negotiator": {
|
|
7499
|
-
"version": "0.6.3"
|
|
7500
|
-
"extraneous": true
|
|
7396
|
+
"version": "0.6.3"
|
|
7501
7397
|
},
|
|
7502
7398
|
"normalize-package-data": {
|
|
7503
7399
|
"version": "2.5.0",
|
|
@@ -7529,8 +7425,7 @@
|
|
|
7529
7425
|
}
|
|
7530
7426
|
},
|
|
7531
7427
|
"object-inspect": {
|
|
7532
|
-
"version": "1.12.2"
|
|
7533
|
-
"extraneous": true
|
|
7428
|
+
"version": "1.12.2"
|
|
7534
7429
|
},
|
|
7535
7430
|
"object-keys": {
|
|
7536
7431
|
"version": "1.1.1",
|
|
@@ -7551,14 +7446,12 @@
|
|
|
7551
7446
|
},
|
|
7552
7447
|
"on-finished": {
|
|
7553
7448
|
"version": "2.4.1",
|
|
7554
|
-
"extraneous": true,
|
|
7555
7449
|
"requires": {
|
|
7556
7450
|
"ee-first": "1.1.1"
|
|
7557
7451
|
}
|
|
7558
7452
|
},
|
|
7559
7453
|
"on-headers": {
|
|
7560
|
-
"version": "1.0.2"
|
|
7561
|
-
"extraneous": true
|
|
7454
|
+
"version": "1.0.2"
|
|
7562
7455
|
},
|
|
7563
7456
|
"once": {
|
|
7564
7457
|
"version": "1.4.0",
|
|
@@ -7693,8 +7586,7 @@
|
|
|
7693
7586
|
"version": "1.1.3"
|
|
7694
7587
|
},
|
|
7695
7588
|
"parseurl": {
|
|
7696
|
-
"version": "1.3.3"
|
|
7697
|
-
"extraneous": true
|
|
7589
|
+
"version": "1.3.3"
|
|
7698
7590
|
},
|
|
7699
7591
|
"path-exists": {
|
|
7700
7592
|
"version": "4.0.0"
|
|
@@ -7710,8 +7602,7 @@
|
|
|
7710
7602
|
"version": "1.0.7"
|
|
7711
7603
|
},
|
|
7712
7604
|
"path-to-regexp": {
|
|
7713
|
-
"version": "0.1.7"
|
|
7714
|
-
"extraneous": true
|
|
7605
|
+
"version": "0.1.7"
|
|
7715
7606
|
},
|
|
7716
7607
|
"pend": {
|
|
7717
7608
|
"version": "1.2.0"
|
|
@@ -7794,7 +7685,6 @@
|
|
|
7794
7685
|
},
|
|
7795
7686
|
"proxy-addr": {
|
|
7796
7687
|
"version": "2.0.7",
|
|
7797
|
-
"extraneous": true,
|
|
7798
7688
|
"requires": {
|
|
7799
7689
|
"forwarded": "0.2.0",
|
|
7800
7690
|
"ipaddr.js": "1.9.1"
|
|
@@ -7816,7 +7706,6 @@
|
|
|
7816
7706
|
},
|
|
7817
7707
|
"qs": {
|
|
7818
7708
|
"version": "6.11.0",
|
|
7819
|
-
"extraneous": true,
|
|
7820
7709
|
"requires": {
|
|
7821
7710
|
"side-channel": "^1.0.4"
|
|
7822
7711
|
}
|
|
@@ -7825,12 +7714,10 @@
|
|
|
7825
7714
|
"version": "5.1.1"
|
|
7826
7715
|
},
|
|
7827
7716
|
"range-parser": {
|
|
7828
|
-
"version": "1.2.1"
|
|
7829
|
-
"extraneous": true
|
|
7717
|
+
"version": "1.2.1"
|
|
7830
7718
|
},
|
|
7831
7719
|
"raw-body": {
|
|
7832
7720
|
"version": "2.5.1",
|
|
7833
|
-
"extraneous": true,
|
|
7834
7721
|
"requires": {
|
|
7835
7722
|
"bytes": "3.1.2",
|
|
7836
7723
|
"http-errors": "2.0.0",
|
|
@@ -7873,7 +7760,7 @@
|
|
|
7873
7760
|
}
|
|
7874
7761
|
},
|
|
7875
7762
|
"minimatch": {
|
|
7876
|
-
"version": "5.1.
|
|
7763
|
+
"version": "5.1.1",
|
|
7877
7764
|
"requires": {
|
|
7878
7765
|
"brace-expansion": "^2.0.1"
|
|
7879
7766
|
}
|
|
@@ -7881,7 +7768,7 @@
|
|
|
7881
7768
|
}
|
|
7882
7769
|
},
|
|
7883
7770
|
"regenerator-runtime": {
|
|
7884
|
-
"version": "0.13.
|
|
7771
|
+
"version": "0.13.11"
|
|
7885
7772
|
},
|
|
7886
7773
|
"regexp.prototype.flags": {
|
|
7887
7774
|
"version": "1.4.3",
|
|
@@ -7897,10 +7784,10 @@
|
|
|
7897
7784
|
"extraneous": true
|
|
7898
7785
|
},
|
|
7899
7786
|
"requizzle": {
|
|
7900
|
-
"version": "0.2.
|
|
7787
|
+
"version": "0.2.4",
|
|
7901
7788
|
"extraneous": true,
|
|
7902
7789
|
"requires": {
|
|
7903
|
-
"lodash": "^4.17.
|
|
7790
|
+
"lodash": "^4.17.21"
|
|
7904
7791
|
}
|
|
7905
7792
|
},
|
|
7906
7793
|
"resolve": {
|
|
@@ -7967,8 +7854,7 @@
|
|
|
7967
7854
|
"extraneous": true
|
|
7968
7855
|
},
|
|
7969
7856
|
"safer-buffer": {
|
|
7970
|
-
"version": "2.1.2"
|
|
7971
|
-
"extraneous": true
|
|
7857
|
+
"version": "2.1.2"
|
|
7972
7858
|
},
|
|
7973
7859
|
"sanitize-filename": {
|
|
7974
7860
|
"version": "1.6.3",
|
|
@@ -7995,7 +7881,6 @@
|
|
|
7995
7881
|
},
|
|
7996
7882
|
"send": {
|
|
7997
7883
|
"version": "0.18.0",
|
|
7998
|
-
"extraneous": true,
|
|
7999
7884
|
"requires": {
|
|
8000
7885
|
"debug": "2.6.9",
|
|
8001
7886
|
"depd": "2.0.0",
|
|
@@ -8014,26 +7899,22 @@
|
|
|
8014
7899
|
"dependencies": {
|
|
8015
7900
|
"debug": {
|
|
8016
7901
|
"version": "2.6.9",
|
|
8017
|
-
"extraneous": true,
|
|
8018
7902
|
"requires": {
|
|
8019
7903
|
"ms": "2.0.0"
|
|
8020
7904
|
},
|
|
8021
7905
|
"dependencies": {
|
|
8022
7906
|
"ms": {
|
|
8023
|
-
"version": "2.0.0"
|
|
8024
|
-
"extraneous": true
|
|
7907
|
+
"version": "2.0.0"
|
|
8025
7908
|
}
|
|
8026
7909
|
}
|
|
8027
7910
|
},
|
|
8028
7911
|
"ms": {
|
|
8029
|
-
"version": "2.1.3"
|
|
8030
|
-
"extraneous": true
|
|
7912
|
+
"version": "2.1.3"
|
|
8031
7913
|
}
|
|
8032
7914
|
}
|
|
8033
7915
|
},
|
|
8034
7916
|
"serve-favicon": {
|
|
8035
7917
|
"version": "2.5.0",
|
|
8036
|
-
"extraneous": true,
|
|
8037
7918
|
"requires": {
|
|
8038
7919
|
"etag": "~1.8.1",
|
|
8039
7920
|
"fresh": "0.5.2",
|
|
@@ -8043,18 +7924,15 @@
|
|
|
8043
7924
|
},
|
|
8044
7925
|
"dependencies": {
|
|
8045
7926
|
"ms": {
|
|
8046
|
-
"version": "2.1.1"
|
|
8047
|
-
"extraneous": true
|
|
7927
|
+
"version": "2.1.1"
|
|
8048
7928
|
},
|
|
8049
7929
|
"safe-buffer": {
|
|
8050
|
-
"version": "5.1.1"
|
|
8051
|
-
"extraneous": true
|
|
7930
|
+
"version": "5.1.1"
|
|
8052
7931
|
}
|
|
8053
7932
|
}
|
|
8054
7933
|
},
|
|
8055
7934
|
"serve-static": {
|
|
8056
7935
|
"version": "1.15.0",
|
|
8057
|
-
"extraneous": true,
|
|
8058
7936
|
"requires": {
|
|
8059
7937
|
"encodeurl": "~1.0.2",
|
|
8060
7938
|
"escape-html": "~1.0.3",
|
|
@@ -8066,8 +7944,7 @@
|
|
|
8066
7944
|
"version": "2.0.0"
|
|
8067
7945
|
},
|
|
8068
7946
|
"setprototypeof": {
|
|
8069
|
-
"version": "1.2.0"
|
|
8070
|
-
"extraneous": true
|
|
7947
|
+
"version": "1.2.0"
|
|
8071
7948
|
},
|
|
8072
7949
|
"shared-preferences-builder": {
|
|
8073
7950
|
"version": "0.0.4",
|
|
@@ -8097,7 +7974,6 @@
|
|
|
8097
7974
|
},
|
|
8098
7975
|
"side-channel": {
|
|
8099
7976
|
"version": "1.0.4",
|
|
8100
|
-
"extraneous": true,
|
|
8101
7977
|
"requires": {
|
|
8102
7978
|
"call-bind": "^1.0.0",
|
|
8103
7979
|
"get-intrinsic": "^1.0.2",
|
|
@@ -8155,8 +8031,7 @@
|
|
|
8155
8031
|
"extraneous": true
|
|
8156
8032
|
},
|
|
8157
8033
|
"statuses": {
|
|
8158
|
-
"version": "2.0.1"
|
|
8159
|
-
"extraneous": true
|
|
8034
|
+
"version": "2.0.1"
|
|
8160
8035
|
},
|
|
8161
8036
|
"stream-buffers": {
|
|
8162
8037
|
"version": "2.2.0"
|
|
@@ -8175,35 +8050,35 @@
|
|
|
8175
8050
|
}
|
|
8176
8051
|
},
|
|
8177
8052
|
"string.prototype.matchall": {
|
|
8178
|
-
"version": "4.0.
|
|
8053
|
+
"version": "4.0.8",
|
|
8179
8054
|
"extraneous": true,
|
|
8180
8055
|
"requires": {
|
|
8181
8056
|
"call-bind": "^1.0.2",
|
|
8182
|
-
"define-properties": "^1.1.
|
|
8183
|
-
"es-abstract": "^1.
|
|
8184
|
-
"get-intrinsic": "^1.1.
|
|
8057
|
+
"define-properties": "^1.1.4",
|
|
8058
|
+
"es-abstract": "^1.20.4",
|
|
8059
|
+
"get-intrinsic": "^1.1.3",
|
|
8185
8060
|
"has-symbols": "^1.0.3",
|
|
8186
8061
|
"internal-slot": "^1.0.3",
|
|
8187
|
-
"regexp.prototype.flags": "^1.4.
|
|
8062
|
+
"regexp.prototype.flags": "^1.4.3",
|
|
8188
8063
|
"side-channel": "^1.0.4"
|
|
8189
8064
|
}
|
|
8190
8065
|
},
|
|
8191
8066
|
"string.prototype.trimend": {
|
|
8192
|
-
"version": "1.0.
|
|
8067
|
+
"version": "1.0.6",
|
|
8193
8068
|
"extraneous": true,
|
|
8194
8069
|
"requires": {
|
|
8195
8070
|
"call-bind": "^1.0.2",
|
|
8196
8071
|
"define-properties": "^1.1.4",
|
|
8197
|
-
"es-abstract": "^1.
|
|
8072
|
+
"es-abstract": "^1.20.4"
|
|
8198
8073
|
}
|
|
8199
8074
|
},
|
|
8200
8075
|
"string.prototype.trimstart": {
|
|
8201
|
-
"version": "1.0.
|
|
8076
|
+
"version": "1.0.6",
|
|
8202
8077
|
"extraneous": true,
|
|
8203
8078
|
"requires": {
|
|
8204
8079
|
"call-bind": "^1.0.2",
|
|
8205
8080
|
"define-properties": "^1.1.4",
|
|
8206
|
-
"es-abstract": "^1.
|
|
8081
|
+
"es-abstract": "^1.20.4"
|
|
8207
8082
|
}
|
|
8208
8083
|
},
|
|
8209
8084
|
"strip-ansi": {
|
|
@@ -8275,8 +8150,7 @@
|
|
|
8275
8150
|
"version": "1.4.2"
|
|
8276
8151
|
},
|
|
8277
8152
|
"toidentifier": {
|
|
8278
|
-
"version": "1.0.1"
|
|
8279
|
-
"extraneous": true
|
|
8153
|
+
"version": "1.0.1"
|
|
8280
8154
|
},
|
|
8281
8155
|
"triple-beam": {
|
|
8282
8156
|
"version": "1.3.0",
|
|
@@ -8293,7 +8167,6 @@
|
|
|
8293
8167
|
},
|
|
8294
8168
|
"type-is": {
|
|
8295
8169
|
"version": "1.6.18",
|
|
8296
|
-
"extraneous": true,
|
|
8297
8170
|
"requires": {
|
|
8298
8171
|
"media-typer": "0.3.0",
|
|
8299
8172
|
"mime-types": "~2.1.24"
|
|
@@ -8321,8 +8194,7 @@
|
|
|
8321
8194
|
"version": "1.6.0"
|
|
8322
8195
|
},
|
|
8323
8196
|
"unpipe": {
|
|
8324
|
-
"version": "1.0.0"
|
|
8325
|
-
"extraneous": true
|
|
8197
|
+
"version": "1.0.0"
|
|
8326
8198
|
},
|
|
8327
8199
|
"uri-js": {
|
|
8328
8200
|
"version": "4.4.1",
|
|
@@ -8355,8 +8227,7 @@
|
|
|
8355
8227
|
"version": "1.0.2"
|
|
8356
8228
|
},
|
|
8357
8229
|
"utils-merge": {
|
|
8358
|
-
"version": "1.0.1"
|
|
8359
|
-
"extraneous": true
|
|
8230
|
+
"version": "1.0.1"
|
|
8360
8231
|
},
|
|
8361
8232
|
"uuid": {
|
|
8362
8233
|
"version": "8.3.2"
|
|
@@ -8369,12 +8240,10 @@
|
|
|
8369
8240
|
}
|
|
8370
8241
|
},
|
|
8371
8242
|
"validate.js": {
|
|
8372
|
-
"version": "0.13.1"
|
|
8373
|
-
"extraneous": true
|
|
8243
|
+
"version": "0.13.1"
|
|
8374
8244
|
},
|
|
8375
8245
|
"vary": {
|
|
8376
|
-
"version": "1.1.2"
|
|
8377
|
-
"extraneous": true
|
|
8246
|
+
"version": "1.1.2"
|
|
8378
8247
|
},
|
|
8379
8248
|
"wcwidth": {
|
|
8380
8249
|
"version": "1.0.1",
|
|
@@ -8498,7 +8367,7 @@
|
|
|
8498
8367
|
"version": "1.0.2"
|
|
8499
8368
|
},
|
|
8500
8369
|
"ws": {
|
|
8501
|
-
"version": "8.
|
|
8370
|
+
"version": "8.11.0",
|
|
8502
8371
|
"requires": {}
|
|
8503
8372
|
},
|
|
8504
8373
|
"xhr": {
|