appium-xcuitest-driver 4.3.2 → 4.3.3
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/README.md +3 -0
- package/build/lib/commands/appearance.js +14 -4
- package/lib/commands/appearance.js +11 -5
- package/npm-shrinkwrap.json +444 -240
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -53,6 +53,9 @@ See [real device configuration documentation](docs/real-device-config.md).
|
|
|
53
53
|
- After many failures on real devices it could transition to a state where connections are no longer being accepted. To possibly remedy this issue reboot the device. Read https://github.com/facebook/WebDriverAgent/issues/507 for more details.
|
|
54
54
|
- iPhone/iPad real devices show overlay, which has `Automation Running Hold both volume buttons to stop` text, since iOS/iPadOS 15. This is a known limitation of XCTest framework. This limitation does not affect screenshooting APIs though (e.g. the overlay is not visible on taken screenshots).
|
|
55
55
|
- iPhone/iPad real devices [require passcode or touch id](https://github.com/appium/appium/issues/15898#issuecomment-927340411) when they start a XCTest session since iOS/iPadOS 15. Disabling passcode/touch id in the device preference allows to workaround the behaviour above.
|
|
56
|
+
- OpenSSL v3 breaks secured communication with real devices. It can cause a [Failed to receive any data within the timeout](https://github.com/appium/appium/issues/16399) error in [appium-ios-device](https://github.com/appium/appium-ios-device). Please read [this issue](https://github.com/appium/appium-ios-device/pull/88#discussion_r825315862) for more details.
|
|
57
|
+
- Please make sure your environment has Open SSL v1 for NodeJS environment, or prepare an OpenSSL v3 build by patching `OPENSSL_TLS_SECURITY_LEVEL=1`. (e.g. [an article](https://www.feistyduck.com/library/openssl-cookbook/online/ch-openssl.html))
|
|
58
|
+
- This configuration is only necessary for XCUITest driver v4.3.0 or lower.
|
|
56
59
|
|
|
57
60
|
#### Weird state
|
|
58
61
|
|
|
@@ -21,8 +21,8 @@ commands.mobileSetAppearance = async function mobileSetAppearance(opts = {}) {
|
|
|
21
21
|
style
|
|
22
22
|
} = opts;
|
|
23
23
|
|
|
24
|
-
if (!style) {
|
|
25
|
-
throw new Error(`The 'style'
|
|
24
|
+
if (!['light', 'dark'].includes(_lodash.default.toLower(style))) {
|
|
25
|
+
throw new Error(`The 'style' value is expected to equal either 'light' or 'dark'`);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
if (_support.util.compareVersions(this.opts.platformVersion, '<', '12.0')) {
|
|
@@ -32,7 +32,17 @@ commands.mobileSetAppearance = async function mobileSetAppearance(opts = {}) {
|
|
|
32
32
|
if (this.isSimulator()) {
|
|
33
33
|
try {
|
|
34
34
|
return void (await this.opts.device.setAppearance(style));
|
|
35
|
-
} catch (
|
|
35
|
+
} catch (e) {
|
|
36
|
+
this.log.debug(e.stack);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
try {
|
|
41
|
+
return void (await this.proxyCommand('/wda/device/appearance', 'POST', {
|
|
42
|
+
name: style
|
|
43
|
+
}));
|
|
44
|
+
} catch (e) {
|
|
45
|
+
this.log.debug(e.stack);
|
|
36
46
|
}
|
|
37
47
|
|
|
38
48
|
await this.mobileSiriCommand({
|
|
@@ -66,4 +76,4 @@ var _default = commands;
|
|
|
66
76
|
exports.default = _default;require('source-map-support').install();
|
|
67
77
|
|
|
68
78
|
|
|
69
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,
|
|
79
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYi9jb21tYW5kcy9hcHBlYXJhbmNlLmpzIl0sIm5hbWVzIjpbImNvbW1hbmRzIiwibW9iaWxlU2V0QXBwZWFyYW5jZSIsIm9wdHMiLCJzdHlsZSIsImluY2x1ZGVzIiwiXyIsInRvTG93ZXIiLCJFcnJvciIsInV0aWwiLCJjb21wYXJlVmVyc2lvbnMiLCJwbGF0Zm9ybVZlcnNpb24iLCJpc1NpbXVsYXRvciIsImRldmljZSIsInNldEFwcGVhcmFuY2UiLCJlIiwibG9nIiwiZGVidWciLCJzdGFjayIsInByb3h5Q29tbWFuZCIsIm5hbWUiLCJtb2JpbGVTaXJpQ29tbWFuZCIsInRleHQiLCJtb2JpbGVHZXRBcHBlYXJhbmNlIiwiZ2V0QXBwZWFyYW5jZSIsImlnbiIsInVzZXJJbnRlcmZhY2VTdHlsZSJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBQTs7QUFDQTs7QUFHQSxNQUFNQSxRQUFRLEdBQUcsRUFBakI7OztBQWtCQUEsUUFBUSxDQUFDQyxtQkFBVCxHQUErQixlQUFlQSxtQkFBZixDQUFvQ0MsSUFBSSxHQUFHLEVBQTNDLEVBQStDO0FBQzVFLFFBQU07QUFDSkMsSUFBQUE7QUFESSxNQUVGRCxJQUZKOztBQUdBLE1BQUksQ0FBQyxDQUFDLE9BQUQsRUFBVSxNQUFWLEVBQWtCRSxRQUFsQixDQUEyQkMsZ0JBQUVDLE9BQUYsQ0FBVUgsS0FBVixDQUEzQixDQUFMLEVBQW1EO0FBQ2pELFVBQU0sSUFBSUksS0FBSixDQUFXLGlFQUFYLENBQU47QUFDRDs7QUFDRCxNQUFJQyxjQUFLQyxlQUFMLENBQXFCLEtBQUtQLElBQUwsQ0FBVVEsZUFBL0IsRUFBZ0QsR0FBaEQsRUFBcUQsTUFBckQsQ0FBSixFQUFrRTtBQUNoRSxVQUFNLElBQUlILEtBQUosQ0FBVSxvREFBVixDQUFOO0FBQ0Q7O0FBRUQsTUFBSSxLQUFLSSxXQUFMLEVBQUosRUFBd0I7QUFDdEIsUUFBSTtBQUNGLGFBQU8sTUFBTSxNQUFNLEtBQUtULElBQUwsQ0FBVVUsTUFBVixDQUFpQkMsYUFBakIsQ0FBK0JWLEtBQS9CLENBQVosQ0FBUDtBQUNELEtBRkQsQ0FFRSxPQUFPVyxDQUFQLEVBQVU7QUFDVixXQUFLQyxHQUFMLENBQVNDLEtBQVQsQ0FBZUYsQ0FBQyxDQUFDRyxLQUFqQjtBQUNEO0FBQ0Y7O0FBQ0QsTUFBSTtBQUNGLFdBQU8sTUFBTSxNQUFNLEtBQUtDLFlBQUwsQ0FBa0Isd0JBQWxCLEVBQTRDLE1BQTVDLEVBQW9EO0FBQUNDLE1BQUFBLElBQUksRUFBRWhCO0FBQVAsS0FBcEQsQ0FBWixDQUFQO0FBQ0QsR0FGRCxDQUVFLE9BQU9XLENBQVAsRUFBVTtBQUNWLFNBQUtDLEdBQUwsQ0FBU0MsS0FBVCxDQUFlRixDQUFDLENBQUNHLEtBQWpCO0FBQ0Q7O0FBRUQsUUFBTSxLQUFLRyxpQkFBTCxDQUF1QjtBQUMzQkMsSUFBQUEsSUFBSSxFQUFHLFFBQU9oQixnQkFBRUMsT0FBRixDQUFVSCxLQUFWLE1BQXFCLE1BQXJCLEdBQThCLElBQTlCLEdBQXFDLEtBQU07QUFEOUIsR0FBdkIsQ0FBTjtBQUdELENBM0JEOztBQTZDQUgsUUFBUSxDQUFDc0IsbUJBQVQsR0FBK0IsZUFBZUEsbUJBQWYsR0FBc0M7QUFDbkUsTUFBSWQsY0FBS0MsZUFBTCxDQUFxQixLQUFLUCxJQUFMLENBQVVRLGVBQS9CLEVBQWdELEdBQWhELEVBQXFELE1BQXJELENBQUosRUFBa0U7QUFDaEUsV0FBTyxhQUFQO0FBQ0Q7O0FBRUQsTUFBSVAsS0FBSjs7QUFDQSxNQUFJLEtBQUtRLFdBQUwsRUFBSixFQUF3QjtBQUN0QixRQUFJO0FBQ0ZSLE1BQUFBLEtBQUssR0FBRyxNQUFNLEtBQUtELElBQUwsQ0FBVVUsTUFBVixDQUFpQlcsYUFBakIsRUFBZDtBQUNELEtBRkQsQ0FFRSxPQUFPQyxHQUFQLEVBQVksQ0FBRTtBQUNqQjs7QUFDRCxNQUFJLENBQUNyQixLQUFMLEVBQVk7QUFDVkEsSUFBQUEsS0FBSyxHQUFHLENBQUMsTUFBTSxLQUFLZSxZQUFMLENBQWtCLGtCQUFsQixFQUFzQyxLQUF0QyxDQUFQLEVBQXFETyxrQkFBckQsSUFBMkUsU0FBbkY7QUFDRDs7QUFDRCxTQUFPO0FBQ0x0QixJQUFBQTtBQURLLEdBQVA7QUFHRCxDQWpCRDs7ZUFxQmVILFEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgXyBmcm9tICdsb2Rhc2gnO1xuaW1wb3J0IHsgdXRpbCB9IGZyb20gJ0BhcHBpdW0vc3VwcG9ydCc7XG5cblxuY29uc3QgY29tbWFuZHMgPSB7fTtcblxuLyoqXG4gKiBAdHlwZWRlZiB7T2JqZWN0fSBTZXRBcHBlYXJhbmNlT3B0aW9uc1xuICpcbiAqIEBwcm9wZXJ0eSB7c3RyaW5nfSBzdHlsZSAtIEN1cnJlbnRseSB0d28gc3R5bGVzIGFyZSBzdXBwb3J0ZWQ6XG4gKiAtIGRhcmtcbiAqIC0gbGlnaHRcbiAqL1xuXG4vKipcbiAqIFNldCB0aGUgZGV2aWNlJ3MgVUkgYXBwZWFyYW5jZSBzdHlsZVxuICpcbiAqIEBzaW5jZSBpT1MgMTIuMFxuICogQHBhcmFtIHtTZXRBcHBlYXJhbmNlT3B0aW9uc30gb3B0c1xuICogQHRocm93cyB7RXJyb3J9IGlmIHRoZSBjdXJyZW50IHBsYXRmb3JtIGRvZXMgbm90IHN1cHBvcnQgVUlcbiAqIGFwcGVhcmFuY2UgY2hhbmdlc1xuICovXG5jb21tYW5kcy5tb2JpbGVTZXRBcHBlYXJhbmNlID0gYXN5bmMgZnVuY3Rpb24gbW9iaWxlU2V0QXBwZWFyYW5jZSAob3B0cyA9IHt9KSB7XG4gIGNvbnN0IHtcbiAgICBzdHlsZSxcbiAgfSA9IG9wdHM7XG4gIGlmICghWydsaWdodCcsICdkYXJrJ10uaW5jbHVkZXMoXy50b0xvd2VyKHN0eWxlKSkpIHtcbiAgICB0aHJvdyBuZXcgRXJyb3IoYFRoZSAnc3R5bGUnIHZhbHVlIGlzIGV4cGVjdGVkIHRvIGVxdWFsIGVpdGhlciAnbGlnaHQnIG9yICdkYXJrJ2ApO1xuICB9XG4gIGlmICh1dGlsLmNvbXBhcmVWZXJzaW9ucyh0aGlzLm9wdHMucGxhdGZvcm1WZXJzaW9uLCAnPCcsICcxMi4wJykpIHtcbiAgICB0aHJvdyBuZXcgRXJyb3IoJ0NoYW5naW5nIGFwcGVhcmFuY2UgaXMgb25seSBzdXBwb3J0ZWQgc2luY2UgaU9TIDEyJyk7XG4gIH1cblxuICBpZiAodGhpcy5pc1NpbXVsYXRvcigpKSB7XG4gICAgdHJ5IHtcbiAgICAgIHJldHVybiB2b2lkIChhd2FpdCB0aGlzLm9wdHMuZGV2aWNlLnNldEFwcGVhcmFuY2Uoc3R5bGUpKTtcbiAgICB9IGNhdGNoIChlKSB7XG4gICAgICB0aGlzLmxvZy5kZWJ1ZyhlLnN0YWNrKTtcbiAgICB9XG4gIH1cbiAgdHJ5IHtcbiAgICByZXR1cm4gdm9pZCAoYXdhaXQgdGhpcy5wcm94eUNvbW1hbmQoJy93ZGEvZGV2aWNlL2FwcGVhcmFuY2UnLCAnUE9TVCcsIHtuYW1lOiBzdHlsZX0pKTtcbiAgfSBjYXRjaCAoZSkge1xuICAgIHRoaXMubG9nLmRlYnVnKGUuc3RhY2spO1xuICB9XG4gIC8vIEZhbGwgYmFjayB0byB0aGUgdWdseSBTaXJpIHdvcmthcm91bmQgaWYgdGhlIGN1cnJlbnQgU0RLIGlzIHRvbyBvbGRcbiAgYXdhaXQgdGhpcy5tb2JpbGVTaXJpQ29tbWFuZCh7XG4gICAgdGV4dDogYFR1cm4gJHtfLnRvTG93ZXIoc3R5bGUpID09PSAnZGFyaycgPyAnb24nIDogJ29mZid9IGRhcmsgbW9kZWAsXG4gIH0pO1xufTtcblxuLyoqXG4gKiBAdHlwZWRlZiB7T2JqZWN0fSBBcHBlYXJhbmNlXG4gKiBAcHJvcGVydHkge3N0cmluZ30gc3R5bGUgLSBUaGUgZGV2aWNlJ3MgVUkgYXBwZWFyYW5jZSB2YWx1ZS5cbiAqIFRoaXMgY291bGQgYmUgb25lIG9mOlxuICogLSBgbGlnaHRgXG4gKiAtIGBkYXJrYFxuICogLSBgdW5rbm93bmBcbiAqIC0gYHVuc3VwcG9ydGVkYFxuICovXG5cbi8qKlxuICogR2V0IHRoZSBkZXZpY2UncyBVSSBhcHBlYXJhbmNlIHN0eWxlLlxuICpcbiAqIEBzaW5jZSBYY29kZSBTREsgMTFcbiAqIEByZXR1cm5zIHtBcHBlYXJhbmNlfVxuICovXG5jb21tYW5kcy5tb2JpbGVHZXRBcHBlYXJhbmNlID0gYXN5bmMgZnVuY3Rpb24gbW9iaWxlR2V0QXBwZWFyYW5jZSAoKSB7XG4gIGlmICh1dGlsLmNvbXBhcmVWZXJzaW9ucyh0aGlzLm9wdHMucGxhdGZvcm1WZXJzaW9uLCAnPCcsICcxMi4wJykpIHtcbiAgICByZXR1cm4gJ3Vuc3VwcG9ydGVkJztcbiAgfVxuXG4gIGxldCBzdHlsZTtcbiAgaWYgKHRoaXMuaXNTaW11bGF0b3IoKSkge1xuICAgIHRyeSB7XG4gICAgICBzdHlsZSA9IGF3YWl0IHRoaXMub3B0cy5kZXZpY2UuZ2V0QXBwZWFyYW5jZSgpO1xuICAgIH0gY2F0Y2ggKGlnbikge31cbiAgfVxuICBpZiAoIXN0eWxlKSB7XG4gICAgc3R5bGUgPSAoYXdhaXQgdGhpcy5wcm94eUNvbW1hbmQoJy93ZGEvZGV2aWNlL2luZm8nLCAnR0VUJykpLnVzZXJJbnRlcmZhY2VTdHlsZSB8fCAndW5rbm93bic7XG4gIH1cbiAgcmV0dXJuIHtcbiAgICBzdHlsZSxcbiAgfTtcbn07XG5cblxuZXhwb3J0IHsgY29tbWFuZHMgfTtcbmV4cG9ydCBkZWZhdWx0IGNvbW1hbmRzO1xuIl0sImZpbGUiOiJsaWIvY29tbWFuZHMvYXBwZWFyYW5jZS5qcyIsInNvdXJjZVJvb3QiOiIuLi8uLi8uLiJ9
|
|
@@ -24,8 +24,8 @@ commands.mobileSetAppearance = async function mobileSetAppearance (opts = {}) {
|
|
|
24
24
|
const {
|
|
25
25
|
style,
|
|
26
26
|
} = opts;
|
|
27
|
-
if (!style) {
|
|
28
|
-
throw new Error(`The 'style'
|
|
27
|
+
if (!['light', 'dark'].includes(_.toLower(style))) {
|
|
28
|
+
throw new Error(`The 'style' value is expected to equal either 'light' or 'dark'`);
|
|
29
29
|
}
|
|
30
30
|
if (util.compareVersions(this.opts.platformVersion, '<', '12.0')) {
|
|
31
31
|
throw new Error('Changing appearance is only supported since iOS 12');
|
|
@@ -34,10 +34,16 @@ commands.mobileSetAppearance = async function mobileSetAppearance (opts = {}) {
|
|
|
34
34
|
if (this.isSimulator()) {
|
|
35
35
|
try {
|
|
36
36
|
return void (await this.opts.device.setAppearance(style));
|
|
37
|
-
} catch (
|
|
37
|
+
} catch (e) {
|
|
38
|
+
this.log.debug(e.stack);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
try {
|
|
42
|
+
return void (await this.proxyCommand('/wda/device/appearance', 'POST', {name: style}));
|
|
43
|
+
} catch (e) {
|
|
44
|
+
this.log.debug(e.stack);
|
|
38
45
|
}
|
|
39
|
-
// Fall back to the ugly Siri workaround if the
|
|
40
|
-
// or this is a real device
|
|
46
|
+
// Fall back to the ugly Siri workaround if the current SDK is too old
|
|
41
47
|
await this.mobileSiriCommand({
|
|
42
48
|
text: `Turn ${_.toLower(style) === 'dark' ? 'on' : 'off'} dark mode`,
|
|
43
49
|
});
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,76 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@appium/base-driver": {
|
|
8
|
-
"version": "8.
|
|
9
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-8.
|
|
10
|
-
"integrity": "sha512-
|
|
11
|
-
"requires": {
|
|
12
|
-
"@appium/support": "^2.
|
|
13
|
-
"@babel/runtime": "7.
|
|
14
|
-
"@
|
|
15
|
-
"async-lock": "1.3.
|
|
8
|
+
"version": "8.3.1",
|
|
9
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-8.3.1.tgz",
|
|
10
|
+
"integrity": "sha512-4URUwQ5Kx2rWFRltDG7couH7PBBGGzuAq2U9Q6g1obQfRbzfTYEYaNV9jSi1SRlwFfhRn7IvNtU7adslVZEqLw==",
|
|
11
|
+
"requires": {
|
|
12
|
+
"@appium/support": "^2.56.1",
|
|
13
|
+
"@babel/runtime": "7.17.8",
|
|
14
|
+
"@colors/colors": "1.5.0",
|
|
15
|
+
"async-lock": "1.3.1",
|
|
16
16
|
"asyncbox": "2.9.2",
|
|
17
|
-
"axios": "0.
|
|
17
|
+
"axios": "0.26.1",
|
|
18
18
|
"bluebird": "3.7.2",
|
|
19
|
-
"body-parser": "1.19.
|
|
19
|
+
"body-parser": "1.19.2",
|
|
20
20
|
"es6-error": "4.1.1",
|
|
21
|
-
"express": "4.17.
|
|
22
|
-
"http-status-codes": "2.
|
|
21
|
+
"express": "4.17.3",
|
|
22
|
+
"http-status-codes": "2.2.0",
|
|
23
23
|
"lodash": "4.17.21",
|
|
24
|
-
"lru-cache": "
|
|
24
|
+
"lru-cache": "7.7.1",
|
|
25
25
|
"method-override": "3.0.0",
|
|
26
26
|
"morgan": "1.10.0",
|
|
27
27
|
"serve-favicon": "2.5.0",
|
|
28
28
|
"source-map-support": "0.5.21",
|
|
29
29
|
"validate.js": "0.13.1",
|
|
30
|
-
"ws": "7.5.
|
|
30
|
+
"ws": "7.5.7"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@babel/runtime": {
|
|
34
|
-
"version": "7.16.3",
|
|
35
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
|
|
36
|
-
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
|
|
37
|
-
"requires": {
|
|
38
|
-
"regenerator-runtime": "^0.13.4"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"async-lock": {
|
|
42
|
-
"version": "1.3.0",
|
|
43
|
-
"resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.3.0.tgz",
|
|
44
|
-
"integrity": "sha512-8A7SkiisnEgME2zEedtDYPxUPzdv3x//E7n5IFktPAtMYSEAV7eNJF0rMwrVyUFj6d/8rgajLantbjcNRQYXIg=="
|
|
45
|
-
},
|
|
46
|
-
"lru-cache": {
|
|
47
|
-
"version": "6.0.0",
|
|
48
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
49
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
50
|
-
"requires": {
|
|
51
|
-
"yallist": "^4.0.0"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
33
|
"ws": {
|
|
55
|
-
"version": "7.5.
|
|
56
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
57
|
-
"integrity": "sha512-
|
|
34
|
+
"version": "7.5.7",
|
|
35
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
|
|
36
|
+
"integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A=="
|
|
58
37
|
}
|
|
59
38
|
}
|
|
60
39
|
},
|
|
61
40
|
"@appium/support": {
|
|
62
|
-
"version": "2.
|
|
63
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-2.
|
|
64
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "2.56.1",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-2.56.1.tgz",
|
|
43
|
+
"integrity": "sha512-7RvFxkK94MDeisvj15j8DCoOuj2H/RO9MW1kAePc3UJISA/be+wO2yndoeZeRgvvpHonfO57u2s+xzxQCxCfBA==",
|
|
65
44
|
"requires": {
|
|
66
|
-
"@babel/runtime": "7.
|
|
45
|
+
"@babel/runtime": "7.17.8",
|
|
67
46
|
"archiver": "5.3.0",
|
|
68
|
-
"axios": "0.
|
|
47
|
+
"axios": "0.26.1",
|
|
69
48
|
"base64-stream": "1.0.0",
|
|
70
49
|
"bluebird": "3.7.2",
|
|
71
50
|
"bplist-creator": "0.1.0",
|
|
72
51
|
"bplist-parser": "0.3.1",
|
|
73
|
-
"find-root": "1.1.0",
|
|
74
52
|
"form-data": "4.0.0",
|
|
75
53
|
"get-stream": "6.0.1",
|
|
76
54
|
"glob": "7.2.0",
|
|
@@ -79,15 +57,17 @@
|
|
|
79
57
|
"klaw": "3.0.0",
|
|
80
58
|
"lockfile": "1.0.4",
|
|
81
59
|
"lodash": "4.17.21",
|
|
82
|
-
"mkdirp": "1.0.4",
|
|
83
60
|
"moment": "2.29.1",
|
|
84
61
|
"mv": "2.1.1",
|
|
85
62
|
"ncp": "2.0.0",
|
|
86
|
-
"npmlog": "
|
|
87
|
-
"opencv-bindings": "
|
|
63
|
+
"npmlog": "6.0.1",
|
|
64
|
+
"opencv-bindings": "4.5.5",
|
|
65
|
+
"pkg-dir": "5.0.0",
|
|
88
66
|
"plist": "3.0.4",
|
|
89
67
|
"pluralize": "8.0.0",
|
|
90
68
|
"pngjs": "6.0.0",
|
|
69
|
+
"read-pkg": "5.2.0",
|
|
70
|
+
"resolve-from": "5.0.0",
|
|
91
71
|
"rimraf": "3.0.2",
|
|
92
72
|
"sanitize-filename": "1.6.3",
|
|
93
73
|
"semver": "7.3.5",
|
|
@@ -97,30 +77,43 @@
|
|
|
97
77
|
"uuid": "8.3.2",
|
|
98
78
|
"which": "2.0.2",
|
|
99
79
|
"yauzl": "2.10.0"
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"@babel/code-frame": {
|
|
83
|
+
"version": "7.16.7",
|
|
84
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
|
|
85
|
+
"integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
|
|
86
|
+
"requires": {
|
|
87
|
+
"@babel/highlight": "^7.16.7"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"@babel/helper-validator-identifier": {
|
|
91
|
+
"version": "7.16.7",
|
|
92
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
|
|
93
|
+
"integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
|
|
94
|
+
},
|
|
95
|
+
"@babel/highlight": {
|
|
96
|
+
"version": "7.16.10",
|
|
97
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz",
|
|
98
|
+
"integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
|
|
99
|
+
"requires": {
|
|
100
|
+
"@babel/helper-validator-identifier": "^7.16.7",
|
|
101
|
+
"chalk": "^2.0.0",
|
|
102
|
+
"js-tokens": "^4.0.0"
|
|
110
103
|
}
|
|
111
104
|
},
|
|
112
105
|
"@babel/runtime": {
|
|
113
|
-
"version": "7.17.
|
|
114
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.
|
|
115
|
-
"integrity": "sha512-
|
|
106
|
+
"version": "7.17.8",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz",
|
|
108
|
+
"integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==",
|
|
116
109
|
"requires": {
|
|
117
110
|
"regenerator-runtime": "^0.13.4"
|
|
118
111
|
}
|
|
119
112
|
},
|
|
120
|
-
"@
|
|
121
|
-
"version": "1.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@
|
|
123
|
-
"integrity": "sha512-
|
|
113
|
+
"@colors/colors": {
|
|
114
|
+
"version": "1.5.0",
|
|
115
|
+
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
|
116
|
+
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ=="
|
|
124
117
|
},
|
|
125
118
|
"@jimp/bmp": {
|
|
126
119
|
"version": "0.16.1",
|
|
@@ -148,16 +141,6 @@
|
|
|
148
141
|
"phin": "^2.9.1",
|
|
149
142
|
"pixelmatch": "^4.0.2",
|
|
150
143
|
"tinycolor2": "^1.4.1"
|
|
151
|
-
},
|
|
152
|
-
"dependencies": {
|
|
153
|
-
"mkdirp": {
|
|
154
|
-
"version": "0.5.5",
|
|
155
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
|
156
|
-
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
|
157
|
-
"requires": {
|
|
158
|
-
"minimist": "^1.2.5"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
144
|
}
|
|
162
145
|
},
|
|
163
146
|
"@jimp/custom": {
|
|
@@ -460,6 +443,16 @@
|
|
|
460
443
|
"regenerator-runtime": "^0.13.3"
|
|
461
444
|
}
|
|
462
445
|
},
|
|
446
|
+
"@types/node": {
|
|
447
|
+
"version": "16.9.1",
|
|
448
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.1.tgz",
|
|
449
|
+
"integrity": "sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g=="
|
|
450
|
+
},
|
|
451
|
+
"@types/normalize-package-data": {
|
|
452
|
+
"version": "2.4.1",
|
|
453
|
+
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
|
|
454
|
+
"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
|
|
455
|
+
},
|
|
463
456
|
"@xmldom/xmldom": {
|
|
464
457
|
"version": "0.8.1",
|
|
465
458
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.1.tgz",
|
|
@@ -479,6 +472,14 @@
|
|
|
479
472
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
480
473
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
481
474
|
},
|
|
475
|
+
"ansi-styles": {
|
|
476
|
+
"version": "3.2.1",
|
|
477
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
478
|
+
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
479
|
+
"requires": {
|
|
480
|
+
"color-convert": "^1.9.0"
|
|
481
|
+
}
|
|
482
|
+
},
|
|
482
483
|
"any-base": {
|
|
483
484
|
"version": "1.1.0",
|
|
484
485
|
"resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz",
|
|
@@ -551,9 +552,9 @@
|
|
|
551
552
|
}
|
|
552
553
|
},
|
|
553
554
|
"appium-webdriveragent": {
|
|
554
|
-
"version": "4.
|
|
555
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-4.
|
|
556
|
-
"integrity": "sha512-
|
|
555
|
+
"version": "4.3.0",
|
|
556
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-4.3.0.tgz",
|
|
557
|
+
"integrity": "sha512-booBaX6zRVSkhkVWFEP1G/qTye8dFpoAMCNLDp4FkvmT+HDzU33zJy4oF3bi98BpsHjEe26Lkpl7fbHN/RpWEQ==",
|
|
557
558
|
"requires": {
|
|
558
559
|
"@appium/base-driver": "^8.0.0",
|
|
559
560
|
"@appium/support": "^2.55.3",
|
|
@@ -637,9 +638,9 @@
|
|
|
637
638
|
}
|
|
638
639
|
},
|
|
639
640
|
"are-we-there-yet": {
|
|
640
|
-
"version": "
|
|
641
|
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-
|
|
642
|
-
"integrity": "sha512-
|
|
641
|
+
"version": "3.0.0",
|
|
642
|
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz",
|
|
643
|
+
"integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==",
|
|
643
644
|
"requires": {
|
|
644
645
|
"delegates": "^1.0.0",
|
|
645
646
|
"readable-stream": "^3.6.0"
|
|
@@ -678,11 +679,11 @@
|
|
|
678
679
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
679
680
|
},
|
|
680
681
|
"axios": {
|
|
681
|
-
"version": "0.
|
|
682
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-0.
|
|
683
|
-
"integrity": "sha512-
|
|
682
|
+
"version": "0.26.1",
|
|
683
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
|
|
684
|
+
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
|
|
684
685
|
"requires": {
|
|
685
|
-
"follow-redirects": "^1.14.
|
|
686
|
+
"follow-redirects": "^1.14.8"
|
|
686
687
|
}
|
|
687
688
|
},
|
|
688
689
|
"balanced-match": {
|
|
@@ -734,20 +735,20 @@
|
|
|
734
735
|
"integrity": "sha1-4Fpj95amwf8l9Hcex62twUjAcjM="
|
|
735
736
|
},
|
|
736
737
|
"body-parser": {
|
|
737
|
-
"version": "1.19.
|
|
738
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.
|
|
739
|
-
"integrity": "sha512-
|
|
738
|
+
"version": "1.19.2",
|
|
739
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz",
|
|
740
|
+
"integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==",
|
|
740
741
|
"requires": {
|
|
741
|
-
"bytes": "3.1.
|
|
742
|
+
"bytes": "3.1.2",
|
|
742
743
|
"content-type": "~1.0.4",
|
|
743
744
|
"debug": "2.6.9",
|
|
744
745
|
"depd": "~1.1.2",
|
|
745
|
-
"http-errors": "1.
|
|
746
|
+
"http-errors": "1.8.1",
|
|
746
747
|
"iconv-lite": "0.4.24",
|
|
747
748
|
"on-finished": "~2.3.0",
|
|
748
|
-
"qs": "6.7
|
|
749
|
-
"raw-body": "2.4.
|
|
750
|
-
"type-is": "~1.6.
|
|
749
|
+
"qs": "6.9.7",
|
|
750
|
+
"raw-body": "2.4.3",
|
|
751
|
+
"type-is": "~1.6.18"
|
|
751
752
|
},
|
|
752
753
|
"dependencies": {
|
|
753
754
|
"debug": {
|
|
@@ -815,9 +816,32 @@
|
|
|
815
816
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
|
|
816
817
|
},
|
|
817
818
|
"bytes": {
|
|
818
|
-
"version": "3.1.
|
|
819
|
-
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.
|
|
820
|
-
"integrity": "sha512
|
|
819
|
+
"version": "3.1.2",
|
|
820
|
+
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
|
821
|
+
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
|
|
822
|
+
},
|
|
823
|
+
"chalk": {
|
|
824
|
+
"version": "2.4.2",
|
|
825
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
826
|
+
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
827
|
+
"requires": {
|
|
828
|
+
"ansi-styles": "^3.2.1",
|
|
829
|
+
"escape-string-regexp": "^1.0.5",
|
|
830
|
+
"supports-color": "^5.3.0"
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
"color-convert": {
|
|
834
|
+
"version": "1.9.3",
|
|
835
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
836
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
837
|
+
"requires": {
|
|
838
|
+
"color-name": "1.1.3"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
"color-name": {
|
|
842
|
+
"version": "1.1.3",
|
|
843
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
844
|
+
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
|
|
821
845
|
},
|
|
822
846
|
"color-support": {
|
|
823
847
|
"version": "1.1.3",
|
|
@@ -854,11 +878,18 @@
|
|
|
854
878
|
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
|
|
855
879
|
},
|
|
856
880
|
"content-disposition": {
|
|
857
|
-
"version": "0.5.
|
|
858
|
-
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.
|
|
859
|
-
"integrity": "sha512-
|
|
881
|
+
"version": "0.5.4",
|
|
882
|
+
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
|
|
883
|
+
"integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
|
|
860
884
|
"requires": {
|
|
861
|
-
"safe-buffer": "5.1
|
|
885
|
+
"safe-buffer": "5.2.1"
|
|
886
|
+
},
|
|
887
|
+
"dependencies": {
|
|
888
|
+
"safe-buffer": {
|
|
889
|
+
"version": "5.2.1",
|
|
890
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
891
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
|
|
892
|
+
}
|
|
862
893
|
}
|
|
863
894
|
},
|
|
864
895
|
"content-type": {
|
|
@@ -867,9 +898,9 @@
|
|
|
867
898
|
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
|
|
868
899
|
},
|
|
869
900
|
"cookie": {
|
|
870
|
-
"version": "0.4.
|
|
871
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.
|
|
872
|
-
"integrity": "sha512
|
|
901
|
+
"version": "0.4.2",
|
|
902
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
|
|
903
|
+
"integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA=="
|
|
873
904
|
},
|
|
874
905
|
"cookie-signature": {
|
|
875
906
|
"version": "1.0.6",
|
|
@@ -965,6 +996,14 @@
|
|
|
965
996
|
"once": "^1.4.0"
|
|
966
997
|
}
|
|
967
998
|
},
|
|
999
|
+
"error-ex": {
|
|
1000
|
+
"version": "1.3.2",
|
|
1001
|
+
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
1002
|
+
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
|
1003
|
+
"requires": {
|
|
1004
|
+
"is-arrayish": "^0.2.1"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
968
1007
|
"es6-error": {
|
|
969
1008
|
"version": "4.1.1",
|
|
970
1009
|
"resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
|
|
@@ -983,6 +1022,11 @@
|
|
|
983
1022
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
984
1023
|
"integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
|
|
985
1024
|
},
|
|
1025
|
+
"escape-string-regexp": {
|
|
1026
|
+
"version": "1.0.5",
|
|
1027
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
1028
|
+
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
|
1029
|
+
},
|
|
986
1030
|
"etag": {
|
|
987
1031
|
"version": "1.8.1",
|
|
988
1032
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
@@ -999,16 +1043,16 @@
|
|
|
999
1043
|
"integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw=="
|
|
1000
1044
|
},
|
|
1001
1045
|
"express": {
|
|
1002
|
-
"version": "4.17.
|
|
1003
|
-
"resolved": "https://registry.npmjs.org/express/-/express-4.17.
|
|
1004
|
-
"integrity": "sha512-
|
|
1046
|
+
"version": "4.17.3",
|
|
1047
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz",
|
|
1048
|
+
"integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==",
|
|
1005
1049
|
"requires": {
|
|
1006
|
-
"accepts": "~1.3.
|
|
1050
|
+
"accepts": "~1.3.8",
|
|
1007
1051
|
"array-flatten": "1.1.1",
|
|
1008
|
-
"body-parser": "1.19.
|
|
1009
|
-
"content-disposition": "0.5.
|
|
1052
|
+
"body-parser": "1.19.2",
|
|
1053
|
+
"content-disposition": "0.5.4",
|
|
1010
1054
|
"content-type": "~1.0.4",
|
|
1011
|
-
"cookie": "0.4.
|
|
1055
|
+
"cookie": "0.4.2",
|
|
1012
1056
|
"cookie-signature": "1.0.6",
|
|
1013
1057
|
"debug": "2.6.9",
|
|
1014
1058
|
"depd": "~1.1.2",
|
|
@@ -1022,13 +1066,13 @@
|
|
|
1022
1066
|
"on-finished": "~2.3.0",
|
|
1023
1067
|
"parseurl": "~1.3.3",
|
|
1024
1068
|
"path-to-regexp": "0.1.7",
|
|
1025
|
-
"proxy-addr": "~2.0.
|
|
1026
|
-
"qs": "6.7
|
|
1069
|
+
"proxy-addr": "~2.0.7",
|
|
1070
|
+
"qs": "6.9.7",
|
|
1027
1071
|
"range-parser": "~1.2.1",
|
|
1028
|
-
"safe-buffer": "5.1
|
|
1029
|
-
"send": "0.17.
|
|
1030
|
-
"serve-static": "1.14.
|
|
1031
|
-
"setprototypeof": "1.
|
|
1072
|
+
"safe-buffer": "5.2.1",
|
|
1073
|
+
"send": "0.17.2",
|
|
1074
|
+
"serve-static": "1.14.2",
|
|
1075
|
+
"setprototypeof": "1.2.0",
|
|
1032
1076
|
"statuses": "~1.5.0",
|
|
1033
1077
|
"type-is": "~1.6.18",
|
|
1034
1078
|
"utils-merge": "1.0.1",
|
|
@@ -1047,6 +1091,11 @@
|
|
|
1047
1091
|
"version": "2.0.0",
|
|
1048
1092
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
1049
1093
|
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
|
|
1094
|
+
},
|
|
1095
|
+
"safe-buffer": {
|
|
1096
|
+
"version": "5.2.1",
|
|
1097
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
1098
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
|
|
1050
1099
|
}
|
|
1051
1100
|
}
|
|
1052
1101
|
},
|
|
@@ -1092,10 +1141,14 @@
|
|
|
1092
1141
|
}
|
|
1093
1142
|
}
|
|
1094
1143
|
},
|
|
1095
|
-
"find-
|
|
1096
|
-
"version": "
|
|
1097
|
-
"resolved": "https://registry.npmjs.org/find-
|
|
1098
|
-
"integrity": "sha512-
|
|
1144
|
+
"find-up": {
|
|
1145
|
+
"version": "5.0.0",
|
|
1146
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
1147
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
1148
|
+
"requires": {
|
|
1149
|
+
"locate-path": "^6.0.0",
|
|
1150
|
+
"path-exists": "^4.0.0"
|
|
1151
|
+
}
|
|
1099
1152
|
},
|
|
1100
1153
|
"follow-redirects": {
|
|
1101
1154
|
"version": "1.14.9",
|
|
@@ -1163,20 +1216,24 @@
|
|
|
1163
1216
|
}
|
|
1164
1217
|
}
|
|
1165
1218
|
},
|
|
1219
|
+
"function-bind": {
|
|
1220
|
+
"version": "1.1.1",
|
|
1221
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
|
1222
|
+
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
|
|
1223
|
+
},
|
|
1166
1224
|
"gauge": {
|
|
1167
|
-
"version": "
|
|
1168
|
-
"resolved": "https://registry.npmjs.org/gauge/-/gauge-
|
|
1169
|
-
"integrity": "sha512
|
|
1225
|
+
"version": "4.0.3",
|
|
1226
|
+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.3.tgz",
|
|
1227
|
+
"integrity": "sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw==",
|
|
1170
1228
|
"requires": {
|
|
1171
1229
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
1172
|
-
"color-support": "^1.1.
|
|
1173
|
-
"console-control-strings": "^1.
|
|
1230
|
+
"color-support": "^1.1.3",
|
|
1231
|
+
"console-control-strings": "^1.1.0",
|
|
1174
1232
|
"has-unicode": "^2.0.1",
|
|
1175
|
-
"
|
|
1176
|
-
"signal-exit": "^3.0.0",
|
|
1233
|
+
"signal-exit": "^3.0.7",
|
|
1177
1234
|
"string-width": "^4.2.3",
|
|
1178
1235
|
"strip-ansi": "^6.0.1",
|
|
1179
|
-
"wide-align": "^1.1.
|
|
1236
|
+
"wide-align": "^1.1.5"
|
|
1180
1237
|
}
|
|
1181
1238
|
},
|
|
1182
1239
|
"get-stream": {
|
|
@@ -1185,11 +1242,11 @@
|
|
|
1185
1242
|
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
|
|
1186
1243
|
},
|
|
1187
1244
|
"gifwrap": {
|
|
1188
|
-
"version": "0.9.
|
|
1189
|
-
"resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.9.
|
|
1190
|
-
"integrity": "sha512-
|
|
1245
|
+
"version": "0.9.4",
|
|
1246
|
+
"resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.9.4.tgz",
|
|
1247
|
+
"integrity": "sha512-MDMwbhASQuVeD4JKd1fKgNgCRL3fGqMM4WaqpNhWO0JiMOAjbQdumbs4BbBZEy9/M00EHEjKN3HieVhCUlwjeQ==",
|
|
1191
1248
|
"requires": {
|
|
1192
|
-
"image-q": "^
|
|
1249
|
+
"image-q": "^4.0.0",
|
|
1193
1250
|
"omggif": "^1.0.10"
|
|
1194
1251
|
}
|
|
1195
1252
|
},
|
|
@@ -1220,34 +1277,45 @@
|
|
|
1220
1277
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
|
|
1221
1278
|
"integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ=="
|
|
1222
1279
|
},
|
|
1280
|
+
"has": {
|
|
1281
|
+
"version": "1.0.3",
|
|
1282
|
+
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
|
1283
|
+
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
|
1284
|
+
"requires": {
|
|
1285
|
+
"function-bind": "^1.1.1"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
"has-flag": {
|
|
1289
|
+
"version": "3.0.0",
|
|
1290
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
1291
|
+
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
|
|
1292
|
+
},
|
|
1223
1293
|
"has-unicode": {
|
|
1224
1294
|
"version": "2.0.1",
|
|
1225
1295
|
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
1226
1296
|
"integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
|
|
1227
1297
|
},
|
|
1298
|
+
"hosted-git-info": {
|
|
1299
|
+
"version": "2.8.9",
|
|
1300
|
+
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
|
|
1301
|
+
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
|
|
1302
|
+
},
|
|
1228
1303
|
"http-errors": {
|
|
1229
|
-
"version": "1.
|
|
1230
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.
|
|
1231
|
-
"integrity": "sha512-
|
|
1304
|
+
"version": "1.8.1",
|
|
1305
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
|
|
1306
|
+
"integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
|
|
1232
1307
|
"requires": {
|
|
1233
1308
|
"depd": "~1.1.2",
|
|
1234
|
-
"inherits": "2.0.
|
|
1235
|
-
"setprototypeof": "1.
|
|
1309
|
+
"inherits": "2.0.4",
|
|
1310
|
+
"setprototypeof": "1.2.0",
|
|
1236
1311
|
"statuses": ">= 1.5.0 < 2",
|
|
1237
|
-
"toidentifier": "1.0.
|
|
1238
|
-
},
|
|
1239
|
-
"dependencies": {
|
|
1240
|
-
"inherits": {
|
|
1241
|
-
"version": "2.0.3",
|
|
1242
|
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
|
1243
|
-
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
|
|
1244
|
-
}
|
|
1312
|
+
"toidentifier": "1.0.1"
|
|
1245
1313
|
}
|
|
1246
1314
|
},
|
|
1247
1315
|
"http-status-codes": {
|
|
1248
|
-
"version": "2.
|
|
1249
|
-
"resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.
|
|
1250
|
-
"integrity": "sha512-
|
|
1316
|
+
"version": "2.2.0",
|
|
1317
|
+
"resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz",
|
|
1318
|
+
"integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng=="
|
|
1251
1319
|
},
|
|
1252
1320
|
"iconv-lite": {
|
|
1253
1321
|
"version": "0.4.24",
|
|
@@ -1263,9 +1331,12 @@
|
|
|
1263
1331
|
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
|
|
1264
1332
|
},
|
|
1265
1333
|
"image-q": {
|
|
1266
|
-
"version": "
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/image-q/-/image-q-
|
|
1268
|
-
"integrity": "
|
|
1334
|
+
"version": "4.0.0",
|
|
1335
|
+
"resolved": "https://registry.npmjs.org/image-q/-/image-q-4.0.0.tgz",
|
|
1336
|
+
"integrity": "sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==",
|
|
1337
|
+
"requires": {
|
|
1338
|
+
"@types/node": "16.9.1"
|
|
1339
|
+
}
|
|
1269
1340
|
},
|
|
1270
1341
|
"inflight": {
|
|
1271
1342
|
"version": "1.0.6",
|
|
@@ -1286,6 +1357,19 @@
|
|
|
1286
1357
|
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
1287
1358
|
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
|
|
1288
1359
|
},
|
|
1360
|
+
"is-arrayish": {
|
|
1361
|
+
"version": "0.2.1",
|
|
1362
|
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
|
1363
|
+
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
|
|
1364
|
+
},
|
|
1365
|
+
"is-core-module": {
|
|
1366
|
+
"version": "2.8.1",
|
|
1367
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
|
|
1368
|
+
"integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
|
|
1369
|
+
"requires": {
|
|
1370
|
+
"has": "^1.0.3"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1289
1373
|
"is-fullwidth-code-point": {
|
|
1290
1374
|
"version": "3.0.0",
|
|
1291
1375
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
@@ -1331,6 +1415,11 @@
|
|
|
1331
1415
|
"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.2.tgz",
|
|
1332
1416
|
"integrity": "sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw=="
|
|
1333
1417
|
},
|
|
1418
|
+
"js-tokens": {
|
|
1419
|
+
"version": "4.0.0",
|
|
1420
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
1421
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
|
1422
|
+
},
|
|
1334
1423
|
"js2xmlparser2": {
|
|
1335
1424
|
"version": "0.2.0",
|
|
1336
1425
|
"resolved": "https://registry.npmjs.org/js2xmlparser2/-/js2xmlparser2-0.2.0.tgz",
|
|
@@ -1349,6 +1438,11 @@
|
|
|
1349
1438
|
"unorm": "^1.4.1"
|
|
1350
1439
|
}
|
|
1351
1440
|
},
|
|
1441
|
+
"json-parse-even-better-errors": {
|
|
1442
|
+
"version": "2.3.1",
|
|
1443
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
1444
|
+
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
|
|
1445
|
+
},
|
|
1352
1446
|
"klaw": {
|
|
1353
1447
|
"version": "3.0.0",
|
|
1354
1448
|
"resolved": "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz",
|
|
@@ -1381,6 +1475,11 @@
|
|
|
1381
1475
|
}
|
|
1382
1476
|
}
|
|
1383
1477
|
},
|
|
1478
|
+
"lines-and-columns": {
|
|
1479
|
+
"version": "1.2.4",
|
|
1480
|
+
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
1481
|
+
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
|
|
1482
|
+
},
|
|
1384
1483
|
"load-bmfont": {
|
|
1385
1484
|
"version": "1.4.1",
|
|
1386
1485
|
"resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz",
|
|
@@ -1396,6 +1495,14 @@
|
|
|
1396
1495
|
"xtend": "^4.0.0"
|
|
1397
1496
|
}
|
|
1398
1497
|
},
|
|
1498
|
+
"locate-path": {
|
|
1499
|
+
"version": "6.0.0",
|
|
1500
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
1501
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
1502
|
+
"requires": {
|
|
1503
|
+
"p-locate": "^5.0.0"
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1399
1506
|
"lockfile": {
|
|
1400
1507
|
"version": "1.0.4",
|
|
1401
1508
|
"resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.4.tgz",
|
|
@@ -1440,9 +1547,9 @@
|
|
|
1440
1547
|
"integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg="
|
|
1441
1548
|
},
|
|
1442
1549
|
"lru-cache": {
|
|
1443
|
-
"version": "7.
|
|
1444
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.
|
|
1445
|
-
"integrity": "sha512-
|
|
1550
|
+
"version": "7.7.1",
|
|
1551
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.7.1.tgz",
|
|
1552
|
+
"integrity": "sha512-cRffBiTW8s73eH4aTXqBcTLU0xQnwGV3/imttRHGWCrbergmnK4D6JXQd8qin5z43HnDwRI+o7mVW0LEB+tpAw=="
|
|
1446
1553
|
},
|
|
1447
1554
|
"media-typer": {
|
|
1448
1555
|
"version": "0.3.0",
|
|
@@ -1520,14 +1627,17 @@
|
|
|
1520
1627
|
}
|
|
1521
1628
|
},
|
|
1522
1629
|
"minimist": {
|
|
1523
|
-
"version": "1.2.
|
|
1524
|
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.
|
|
1525
|
-
"integrity": "sha512-
|
|
1630
|
+
"version": "1.2.6",
|
|
1631
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
|
1632
|
+
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
1526
1633
|
},
|
|
1527
1634
|
"mkdirp": {
|
|
1528
|
-
"version": "
|
|
1529
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-
|
|
1530
|
-
"integrity": "sha512-
|
|
1635
|
+
"version": "0.5.6",
|
|
1636
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
|
|
1637
|
+
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
|
|
1638
|
+
"requires": {
|
|
1639
|
+
"minimist": "^1.2.6"
|
|
1640
|
+
}
|
|
1531
1641
|
},
|
|
1532
1642
|
"moment": {
|
|
1533
1643
|
"version": "2.29.1",
|
|
@@ -1601,14 +1711,6 @@
|
|
|
1601
1711
|
"path-is-absolute": "^1.0.0"
|
|
1602
1712
|
}
|
|
1603
1713
|
},
|
|
1604
|
-
"mkdirp": {
|
|
1605
|
-
"version": "0.5.5",
|
|
1606
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
|
1607
|
-
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
|
1608
|
-
"requires": {
|
|
1609
|
-
"minimist": "^1.2.5"
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
1714
|
"rimraf": {
|
|
1613
1715
|
"version": "2.4.5",
|
|
1614
1716
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
|
|
@@ -1645,42 +1747,23 @@
|
|
|
1645
1747
|
"teen_process": "^1.5.1",
|
|
1646
1748
|
"uuid": "^8.0.0",
|
|
1647
1749
|
"which": "^2.0.0"
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
"normalize-package-data": {
|
|
1753
|
+
"version": "2.5.0",
|
|
1754
|
+
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
1755
|
+
"integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
|
|
1756
|
+
"requires": {
|
|
1757
|
+
"hosted-git-info": "^2.1.4",
|
|
1758
|
+
"resolve": "^1.10.0",
|
|
1759
|
+
"semver": "2 || 3 || 4 || 5",
|
|
1760
|
+
"validate-npm-package-license": "^3.0.1"
|
|
1648
1761
|
},
|
|
1649
1762
|
"dependencies": {
|
|
1650
|
-
"
|
|
1651
|
-
"version": "
|
|
1652
|
-
"resolved": "https://registry.npmjs.org/
|
|
1653
|
-
"integrity": "sha512-
|
|
1654
|
-
"requires": {
|
|
1655
|
-
"delegates": "^1.0.0",
|
|
1656
|
-
"readable-stream": "^3.6.0"
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
"gauge": {
|
|
1660
|
-
"version": "4.0.3",
|
|
1661
|
-
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.3.tgz",
|
|
1662
|
-
"integrity": "sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw==",
|
|
1663
|
-
"requires": {
|
|
1664
|
-
"aproba": "^1.0.3 || ^2.0.0",
|
|
1665
|
-
"color-support": "^1.1.3",
|
|
1666
|
-
"console-control-strings": "^1.1.0",
|
|
1667
|
-
"has-unicode": "^2.0.1",
|
|
1668
|
-
"signal-exit": "^3.0.7",
|
|
1669
|
-
"string-width": "^4.2.3",
|
|
1670
|
-
"strip-ansi": "^6.0.1",
|
|
1671
|
-
"wide-align": "^1.1.5"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
"npmlog": {
|
|
1675
|
-
"version": "6.0.1",
|
|
1676
|
-
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.1.tgz",
|
|
1677
|
-
"integrity": "sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg==",
|
|
1678
|
-
"requires": {
|
|
1679
|
-
"are-we-there-yet": "^3.0.0",
|
|
1680
|
-
"console-control-strings": "^1.1.0",
|
|
1681
|
-
"gauge": "^4.0.0",
|
|
1682
|
-
"set-blocking": "^2.0.0"
|
|
1683
|
-
}
|
|
1763
|
+
"semver": {
|
|
1764
|
+
"version": "5.7.1",
|
|
1765
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
1766
|
+
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
|
1684
1767
|
}
|
|
1685
1768
|
}
|
|
1686
1769
|
},
|
|
@@ -1690,21 +1773,16 @@
|
|
|
1690
1773
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
|
|
1691
1774
|
},
|
|
1692
1775
|
"npmlog": {
|
|
1693
|
-
"version": "
|
|
1694
|
-
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-
|
|
1695
|
-
"integrity": "sha512-
|
|
1776
|
+
"version": "6.0.1",
|
|
1777
|
+
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.1.tgz",
|
|
1778
|
+
"integrity": "sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg==",
|
|
1696
1779
|
"requires": {
|
|
1697
|
-
"are-we-there-yet": "^
|
|
1780
|
+
"are-we-there-yet": "^3.0.0",
|
|
1698
1781
|
"console-control-strings": "^1.1.0",
|
|
1699
|
-
"gauge": "^
|
|
1782
|
+
"gauge": "^4.0.0",
|
|
1700
1783
|
"set-blocking": "^2.0.0"
|
|
1701
1784
|
}
|
|
1702
1785
|
},
|
|
1703
|
-
"object-assign": {
|
|
1704
|
-
"version": "4.1.1",
|
|
1705
|
-
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
1706
|
-
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
|
|
1707
|
-
},
|
|
1708
1786
|
"omggif": {
|
|
1709
1787
|
"version": "1.0.10",
|
|
1710
1788
|
"resolved": "https://registry.npmjs.org/omggif/-/omggif-1.0.10.tgz",
|
|
@@ -1736,6 +1814,22 @@
|
|
|
1736
1814
|
"resolved": "https://registry.npmjs.org/opencv-bindings/-/opencv-bindings-4.5.5.tgz",
|
|
1737
1815
|
"integrity": "sha512-FdYE9uqnoPKbAkZFEOpIh6RTtJIz1lz+W27xPCo1Ov6+d0OOgg+Hm9OT2MIGIG8V1Dp3fWlLvi7SIjDOpqO2XA=="
|
|
1738
1816
|
},
|
|
1817
|
+
"p-limit": {
|
|
1818
|
+
"version": "3.1.0",
|
|
1819
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
1820
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
1821
|
+
"requires": {
|
|
1822
|
+
"yocto-queue": "^0.1.0"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"p-locate": {
|
|
1826
|
+
"version": "5.0.0",
|
|
1827
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
1828
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
1829
|
+
"requires": {
|
|
1830
|
+
"p-limit": "^3.0.2"
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1739
1833
|
"pako": {
|
|
1740
1834
|
"version": "1.0.11",
|
|
1741
1835
|
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
|
@@ -1765,6 +1859,17 @@
|
|
|
1765
1859
|
"resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz",
|
|
1766
1860
|
"integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA=="
|
|
1767
1861
|
},
|
|
1862
|
+
"parse-json": {
|
|
1863
|
+
"version": "5.2.0",
|
|
1864
|
+
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
1865
|
+
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
1866
|
+
"requires": {
|
|
1867
|
+
"@babel/code-frame": "^7.0.0",
|
|
1868
|
+
"error-ex": "^1.3.1",
|
|
1869
|
+
"json-parse-even-better-errors": "^2.3.0",
|
|
1870
|
+
"lines-and-columns": "^1.1.6"
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1768
1873
|
"parse-listing": {
|
|
1769
1874
|
"version": "1.1.3",
|
|
1770
1875
|
"resolved": "https://registry.npmjs.org/parse-listing/-/parse-listing-1.1.3.tgz",
|
|
@@ -1775,11 +1880,21 @@
|
|
|
1775
1880
|
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
1776
1881
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
|
|
1777
1882
|
},
|
|
1883
|
+
"path-exists": {
|
|
1884
|
+
"version": "4.0.0",
|
|
1885
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
1886
|
+
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
|
|
1887
|
+
},
|
|
1778
1888
|
"path-is-absolute": {
|
|
1779
1889
|
"version": "1.0.1",
|
|
1780
1890
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
1781
1891
|
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
|
|
1782
1892
|
},
|
|
1893
|
+
"path-parse": {
|
|
1894
|
+
"version": "1.0.7",
|
|
1895
|
+
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
1896
|
+
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
|
1897
|
+
},
|
|
1783
1898
|
"path-to-regexp": {
|
|
1784
1899
|
"version": "0.1.7",
|
|
1785
1900
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
|
@@ -1810,6 +1925,14 @@
|
|
|
1810
1925
|
}
|
|
1811
1926
|
}
|
|
1812
1927
|
},
|
|
1928
|
+
"pkg-dir": {
|
|
1929
|
+
"version": "5.0.0",
|
|
1930
|
+
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",
|
|
1931
|
+
"integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==",
|
|
1932
|
+
"requires": {
|
|
1933
|
+
"find-up": "^5.0.0"
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1813
1936
|
"plist": {
|
|
1814
1937
|
"version": "3.0.4",
|
|
1815
1938
|
"resolved": "https://registry.npmjs.org/plist/-/plist-3.0.4.tgz",
|
|
@@ -1880,9 +2003,9 @@
|
|
|
1880
2003
|
}
|
|
1881
2004
|
},
|
|
1882
2005
|
"qs": {
|
|
1883
|
-
"version": "6.7
|
|
1884
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.7.
|
|
1885
|
-
"integrity": "sha512-
|
|
2006
|
+
"version": "6.9.7",
|
|
2007
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz",
|
|
2008
|
+
"integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw=="
|
|
1886
2009
|
},
|
|
1887
2010
|
"range-parser": {
|
|
1888
2011
|
"version": "1.2.1",
|
|
@@ -1890,16 +2013,27 @@
|
|
|
1890
2013
|
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
|
|
1891
2014
|
},
|
|
1892
2015
|
"raw-body": {
|
|
1893
|
-
"version": "2.4.
|
|
1894
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.
|
|
1895
|
-
"integrity": "sha512-
|
|
2016
|
+
"version": "2.4.3",
|
|
2017
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz",
|
|
2018
|
+
"integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==",
|
|
1896
2019
|
"requires": {
|
|
1897
|
-
"bytes": "3.1.
|
|
1898
|
-
"http-errors": "1.
|
|
2020
|
+
"bytes": "3.1.2",
|
|
2021
|
+
"http-errors": "1.8.1",
|
|
1899
2022
|
"iconv-lite": "0.4.24",
|
|
1900
2023
|
"unpipe": "1.0.0"
|
|
1901
2024
|
}
|
|
1902
2025
|
},
|
|
2026
|
+
"read-pkg": {
|
|
2027
|
+
"version": "5.2.0",
|
|
2028
|
+
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
|
2029
|
+
"integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
|
|
2030
|
+
"requires": {
|
|
2031
|
+
"@types/normalize-package-data": "^2.4.0",
|
|
2032
|
+
"normalize-package-data": "^2.5.0",
|
|
2033
|
+
"parse-json": "^5.0.0",
|
|
2034
|
+
"type-fest": "^0.6.0"
|
|
2035
|
+
}
|
|
2036
|
+
},
|
|
1903
2037
|
"readable-stream": {
|
|
1904
2038
|
"version": "3.6.0",
|
|
1905
2039
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
|
|
@@ -1923,6 +2057,21 @@
|
|
|
1923
2057
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
|
|
1924
2058
|
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
|
|
1925
2059
|
},
|
|
2060
|
+
"resolve": {
|
|
2061
|
+
"version": "1.22.0",
|
|
2062
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
|
|
2063
|
+
"integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
|
|
2064
|
+
"requires": {
|
|
2065
|
+
"is-core-module": "^2.8.1",
|
|
2066
|
+
"path-parse": "^1.0.7",
|
|
2067
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"resolve-from": {
|
|
2071
|
+
"version": "5.0.0",
|
|
2072
|
+
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
|
2073
|
+
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
|
|
2074
|
+
},
|
|
1926
2075
|
"rimraf": {
|
|
1927
2076
|
"version": "3.0.2",
|
|
1928
2077
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
@@ -1973,9 +2122,9 @@
|
|
|
1973
2122
|
}
|
|
1974
2123
|
},
|
|
1975
2124
|
"send": {
|
|
1976
|
-
"version": "0.17.
|
|
1977
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.17.
|
|
1978
|
-
"integrity": "sha512-
|
|
2125
|
+
"version": "0.17.2",
|
|
2126
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz",
|
|
2127
|
+
"integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==",
|
|
1979
2128
|
"requires": {
|
|
1980
2129
|
"debug": "2.6.9",
|
|
1981
2130
|
"depd": "~1.1.2",
|
|
@@ -1984,9 +2133,9 @@
|
|
|
1984
2133
|
"escape-html": "~1.0.3",
|
|
1985
2134
|
"etag": "~1.8.1",
|
|
1986
2135
|
"fresh": "0.5.2",
|
|
1987
|
-
"http-errors": "
|
|
2136
|
+
"http-errors": "1.8.1",
|
|
1988
2137
|
"mime": "1.6.0",
|
|
1989
|
-
"ms": "2.1.
|
|
2138
|
+
"ms": "2.1.3",
|
|
1990
2139
|
"on-finished": "~2.3.0",
|
|
1991
2140
|
"range-parser": "~1.2.1",
|
|
1992
2141
|
"statuses": "~1.5.0"
|
|
@@ -2006,11 +2155,6 @@
|
|
|
2006
2155
|
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
|
|
2007
2156
|
}
|
|
2008
2157
|
}
|
|
2009
|
-
},
|
|
2010
|
-
"ms": {
|
|
2011
|
-
"version": "2.1.1",
|
|
2012
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
|
|
2013
|
-
"integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
|
|
2014
2158
|
}
|
|
2015
2159
|
}
|
|
2016
2160
|
},
|
|
@@ -2039,14 +2183,14 @@
|
|
|
2039
2183
|
}
|
|
2040
2184
|
},
|
|
2041
2185
|
"serve-static": {
|
|
2042
|
-
"version": "1.14.
|
|
2043
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.
|
|
2044
|
-
"integrity": "sha512
|
|
2186
|
+
"version": "1.14.2",
|
|
2187
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz",
|
|
2188
|
+
"integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==",
|
|
2045
2189
|
"requires": {
|
|
2046
2190
|
"encodeurl": "~1.0.2",
|
|
2047
2191
|
"escape-html": "~1.0.3",
|
|
2048
2192
|
"parseurl": "~1.3.3",
|
|
2049
|
-
"send": "0.17.
|
|
2193
|
+
"send": "0.17.2"
|
|
2050
2194
|
}
|
|
2051
2195
|
},
|
|
2052
2196
|
"set-blocking": {
|
|
@@ -2055,9 +2199,9 @@
|
|
|
2055
2199
|
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
|
|
2056
2200
|
},
|
|
2057
2201
|
"setprototypeof": {
|
|
2058
|
-
"version": "1.
|
|
2059
|
-
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.
|
|
2060
|
-
"integrity": "sha512-
|
|
2202
|
+
"version": "1.2.0",
|
|
2203
|
+
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
2204
|
+
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
|
2061
2205
|
},
|
|
2062
2206
|
"shell-quote": {
|
|
2063
2207
|
"version": "1.7.3",
|
|
@@ -2083,6 +2227,34 @@
|
|
|
2083
2227
|
"source-map": "^0.6.0"
|
|
2084
2228
|
}
|
|
2085
2229
|
},
|
|
2230
|
+
"spdx-correct": {
|
|
2231
|
+
"version": "3.1.1",
|
|
2232
|
+
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
|
|
2233
|
+
"integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
|
|
2234
|
+
"requires": {
|
|
2235
|
+
"spdx-expression-parse": "^3.0.0",
|
|
2236
|
+
"spdx-license-ids": "^3.0.0"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
"spdx-exceptions": {
|
|
2240
|
+
"version": "2.3.0",
|
|
2241
|
+
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
|
|
2242
|
+
"integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
|
|
2243
|
+
},
|
|
2244
|
+
"spdx-expression-parse": {
|
|
2245
|
+
"version": "3.0.1",
|
|
2246
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
2247
|
+
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
2248
|
+
"requires": {
|
|
2249
|
+
"spdx-exceptions": "^2.1.0",
|
|
2250
|
+
"spdx-license-ids": "^3.0.0"
|
|
2251
|
+
}
|
|
2252
|
+
},
|
|
2253
|
+
"spdx-license-ids": {
|
|
2254
|
+
"version": "3.0.11",
|
|
2255
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
|
|
2256
|
+
"integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g=="
|
|
2257
|
+
},
|
|
2086
2258
|
"statuses": {
|
|
2087
2259
|
"version": "1.5.0",
|
|
2088
2260
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
|
@@ -2128,6 +2300,19 @@
|
|
|
2128
2300
|
"ansi-regex": "^5.0.1"
|
|
2129
2301
|
}
|
|
2130
2302
|
},
|
|
2303
|
+
"supports-color": {
|
|
2304
|
+
"version": "5.5.0",
|
|
2305
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
2306
|
+
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
2307
|
+
"requires": {
|
|
2308
|
+
"has-flag": "^3.0.0"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"supports-preserve-symlinks-flag": {
|
|
2312
|
+
"version": "1.0.0",
|
|
2313
|
+
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
2314
|
+
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
|
|
2315
|
+
},
|
|
2131
2316
|
"tar-stream": {
|
|
2132
2317
|
"version": "2.2.0",
|
|
2133
2318
|
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
@@ -2169,9 +2354,9 @@
|
|
|
2169
2354
|
"integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA=="
|
|
2170
2355
|
},
|
|
2171
2356
|
"toidentifier": {
|
|
2172
|
-
"version": "1.0.
|
|
2173
|
-
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.
|
|
2174
|
-
"integrity": "sha512-
|
|
2357
|
+
"version": "1.0.1",
|
|
2358
|
+
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
2359
|
+
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
|
|
2175
2360
|
},
|
|
2176
2361
|
"truncate-utf8-bytes": {
|
|
2177
2362
|
"version": "1.0.2",
|
|
@@ -2181,6 +2366,11 @@
|
|
|
2181
2366
|
"utf8-byte-length": "^1.0.1"
|
|
2182
2367
|
}
|
|
2183
2368
|
},
|
|
2369
|
+
"type-fest": {
|
|
2370
|
+
"version": "0.6.0",
|
|
2371
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
|
|
2372
|
+
"integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
|
|
2373
|
+
},
|
|
2184
2374
|
"type-is": {
|
|
2185
2375
|
"version": "1.6.18",
|
|
2186
2376
|
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
|
|
@@ -2228,6 +2418,15 @@
|
|
|
2228
2418
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
2229
2419
|
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
2230
2420
|
},
|
|
2421
|
+
"validate-npm-package-license": {
|
|
2422
|
+
"version": "3.0.4",
|
|
2423
|
+
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
|
2424
|
+
"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
|
|
2425
|
+
"requires": {
|
|
2426
|
+
"spdx-correct": "^3.0.0",
|
|
2427
|
+
"spdx-expression-parse": "^3.0.0"
|
|
2428
|
+
}
|
|
2429
|
+
},
|
|
2231
2430
|
"validate.js": {
|
|
2232
2431
|
"version": "0.13.1",
|
|
2233
2432
|
"resolved": "https://registry.npmjs.org/validate.js/-/validate.js-0.13.1.tgz",
|
|
@@ -2313,6 +2512,11 @@
|
|
|
2313
2512
|
"fd-slicer": "~1.1.0"
|
|
2314
2513
|
}
|
|
2315
2514
|
},
|
|
2515
|
+
"yocto-queue": {
|
|
2516
|
+
"version": "0.1.0",
|
|
2517
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
2518
|
+
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
|
|
2519
|
+
},
|
|
2316
2520
|
"zip-stream": {
|
|
2317
2521
|
"version": "4.1.0",
|
|
2318
2522
|
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.3.
|
|
11
|
+
"version": "4.3.3",
|
|
12
12
|
"author": "appium",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"!.DS_Store"
|
|
73
73
|
],
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@appium/base-driver": "^8.
|
|
75
|
+
"@appium/base-driver": "^8.3.0",
|
|
76
76
|
"@appium/support": "^2.55.3",
|
|
77
77
|
"@babel/runtime": "^7.0.0",
|
|
78
78
|
"@xmldom/xmldom": "^0.x",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"appium-ios-device": "^2.3.1",
|
|
81
81
|
"appium-ios-simulator": "^4.0.0",
|
|
82
82
|
"appium-remote-debugger": "^9.0.0",
|
|
83
|
-
"appium-webdriveragent": "^4.
|
|
83
|
+
"appium-webdriveragent": "^4.2.0",
|
|
84
84
|
"appium-xcode": "^4.0.0",
|
|
85
85
|
"async-lock": "^1.0.0",
|
|
86
86
|
"asyncbox": "^2.3.1",
|