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