appium-mac2-driver 1.1.2 → 1.1.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.
@@ -120,6 +120,7 @@
120
120
  714CA7062566487B00353B27 /* FBXPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 714CA7042566487B00353B27 /* FBXPath.h */; };
121
121
  714CA7072566487B00353B27 /* FBXPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 714CA7052566487B00353B27 /* FBXPath.m */; };
122
122
  714CA70A256648B200353B27 /* libxml2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 714CA709256648A100353B27 /* libxml2.tbd */; };
123
+ 715C123A27EB587100D6F63B /* XCTestSuite+AMPatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 715C123927EB587100D6F63B /* XCTestSuite+AMPatcher.m */; };
123
124
  71688A98256461ED0007F55B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71688A97256461ED0007F55B /* AppDelegate.m */; };
124
125
  71688A9B256461ED0007F55B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71688A9A256461ED0007F55B /* ViewController.m */; };
125
126
  71688A9D256461F00007F55B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 71688A9C256461F00007F55B /* Assets.xcassets */; };
@@ -339,6 +340,8 @@
339
340
  7151AE302564FA37008B8B2A /* FBRuntimeUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBRuntimeUtils.h; sourceTree = "<group>"; };
340
341
  7151AE352564FAAC008B8B2A /* FBUnknownCommands.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBUnknownCommands.m; sourceTree = "<group>"; };
341
342
  7151AE362564FAAC008B8B2A /* FBUnknownCommands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBUnknownCommands.h; sourceTree = "<group>"; };
343
+ 715C123827EB587100D6F63B /* XCTestSuite+AMPatcher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCTestSuite+AMPatcher.h"; sourceTree = "<group>"; };
344
+ 715C123927EB587100D6F63B /* XCTestSuite+AMPatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "XCTestSuite+AMPatcher.m"; sourceTree = "<group>"; };
342
345
  71688A93256461ED0007F55B /* WebDriverAgent.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebDriverAgent.app; sourceTree = BUILT_PRODUCTS_DIR; };
343
346
  71688A96256461ED0007F55B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
344
347
  71688A97256461ED0007F55B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -718,6 +721,8 @@
718
721
  isa = PBXGroup;
719
722
  children = (
720
723
  71688B1625646A620007F55B /* WebDriverAgentRunner.m */,
724
+ 715C123827EB587100D6F63B /* XCTestSuite+AMPatcher.h */,
725
+ 715C123927EB587100D6F63B /* XCTestSuite+AMPatcher.m */,
721
726
  71688B1825646A620007F55B /* Info.plist */,
722
727
  );
723
728
  path = WebDriverAgentRunner;
@@ -1064,6 +1069,7 @@
1064
1069
  buildActionMask = 2147483647;
1065
1070
  files = (
1066
1071
  71688B1725646A620007F55B /* WebDriverAgentRunner.m in Sources */,
1072
+ 715C123A27EB587100D6F63B /* XCTestSuite+AMPatcher.m in Sources */,
1067
1073
  );
1068
1074
  runOnlyForDeploymentPostprocessing = 0;
1069
1075
  };
@@ -18,6 +18,9 @@
18
18
 
19
19
  #import <WebDriverAgentLib/WebDriverAgentLib.h>
20
20
 
21
+ // This is needed to ignore test failures in Xcode 12.5+
22
+ #import "XCTestSuite+AMPatcher.h"
23
+
21
24
  @interface UITestingUITests : XCTestCase <FBWebServerDelegate>
22
25
  @end
23
26
 
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Copyright (c) 2015-present, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
9
+
10
+ #import <XCTest/XCTest.h>
11
+
12
+ NS_ASSUME_NONNULL_BEGIN
13
+
14
+ @interface XCTestSuite (AMPatcher)
15
+
16
+ @end
17
+
18
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright (c) 2015-present, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
9
+
10
+ #import "XCTestSuite+AMPatcher.h"
11
+
12
+ #import <objc/runtime.h>
13
+
14
+ static void (*originalHandleIssue)(id, SEL, id);
15
+
16
+ static void swizzledHandleIssue(id self, SEL _cmd, id issue)
17
+ {
18
+ [issue setValue:@(NO) forKey:@"_shouldInterruptTest"];
19
+ originalHandleIssue(self, _cmd, issue);
20
+ }
21
+
22
+ @implementation XCTestSuite (AMPatcher)
23
+
24
+ + (void)load
25
+ {
26
+ SEL originalHandleIssueSelector = NSSelectorFromString(@"handleIssue:");
27
+ if (nil == originalHandleIssueSelector) return;
28
+ Method originalHandleIssueMethod = class_getInstanceMethod(self.class, originalHandleIssueSelector);
29
+ if (nil == originalHandleIssueMethod) return;
30
+ originalHandleIssue = (void (*)(id, SEL, id)) method_setImplementation(originalHandleIssueMethod, (IMP)swizzledHandleIssue);
31
+ }
32
+
33
+ @end
@@ -1,66 +1,47 @@
1
1
  {
2
2
  "name": "appium-mac2-driver",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
7
7
  "@appium/base-driver": {
8
- "version": "8.2.4",
9
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-8.2.4.tgz",
10
- "integrity": "sha512-UJFA1r/VcX3L3aRl2W6b2UD1J6mAvmIu9l7j5ruVkWXIM5jE+P/C7/iIH9yD2Jmk4i14m3f16LLSGsdU9g1GLw==",
11
- "requires": {
12
- "@appium/support": "^2.55.4",
13
- "@babel/runtime": "7.16.3",
14
- "@dabh/colors": "1.4.0",
15
- "async-lock": "1.3.0",
8
+ "version": "8.3.0",
9
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-8.3.0.tgz",
10
+ "integrity": "sha512-4jtrehfUBEXfTJwM3kR8KrNgtUFHOba3YztU5ujeKlXgS1SrdlSeykiG52F0WXRRH5moCVF3HTvHhIr+eyGIJA==",
11
+ "requires": {
12
+ "@appium/support": "^2.56.0",
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.24.0",
17
+ "axios": "0.26.1",
18
18
  "bluebird": "3.7.2",
19
- "body-parser": "1.19.0",
19
+ "body-parser": "1.19.2",
20
20
  "es6-error": "4.1.1",
21
- "express": "4.17.1",
22
- "http-status-codes": "2.1.4",
21
+ "express": "4.17.3",
22
+ "http-status-codes": "2.2.0",
23
23
  "lodash": "4.17.21",
24
- "lru-cache": "6.0.0",
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.6"
31
- },
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
- "axios": {
42
- "version": "0.24.0",
43
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
44
- "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
45
- "requires": {
46
- "follow-redirects": "^1.14.4"
47
- }
48
- }
30
+ "ws": "7.5.7"
49
31
  }
50
32
  },
51
33
  "@appium/support": {
52
- "version": "2.55.4",
53
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-2.55.4.tgz",
54
- "integrity": "sha512-AEUFmu7ti82OrlyWsvLCkJzmpqS1mqFDcoVvBQpjwwSo6aRT1NqsmqpiO9glpTYnAHP6xNfx/+zVO2StKIGy1A==",
34
+ "version": "2.56.0",
35
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-2.56.0.tgz",
36
+ "integrity": "sha512-ednGlM6RNrTWJGxfVnuRQvpeYOYL/qDYwCxTpc7qkg9bKpwb5Ozv9Q7ajUMhAT1C2ZuO3DCZA1fQdYvEU2OHFA==",
55
37
  "requires": {
56
- "@babel/runtime": "7.16.3",
38
+ "@babel/runtime": "7.17.8",
57
39
  "archiver": "5.3.0",
58
- "axios": "0.24.0",
40
+ "axios": "0.26.1",
59
41
  "base64-stream": "1.0.0",
60
42
  "bluebird": "3.7.2",
61
43
  "bplist-creator": "0.1.0",
62
44
  "bplist-parser": "0.3.1",
63
- "find-root": "1.1.0",
64
45
  "form-data": "4.0.0",
65
46
  "get-stream": "6.0.1",
66
47
  "glob": "7.2.0",
@@ -69,15 +50,16 @@
69
50
  "klaw": "3.0.0",
70
51
  "lockfile": "1.0.4",
71
52
  "lodash": "4.17.21",
72
- "mkdirp": "1.0.4",
73
53
  "moment": "2.29.1",
74
54
  "mv": "2.1.1",
75
55
  "ncp": "2.0.0",
76
- "npmlog": "5.0.1",
77
- "opencv-bindings": "^4.5.5",
56
+ "npmlog": "6.0.1",
57
+ "opencv-bindings": "4.5.5",
58
+ "pkg-dir": "5.0.0",
78
59
  "plist": "3.0.4",
79
60
  "pluralize": "8.0.0",
80
61
  "pngjs": "6.0.0",
62
+ "read-pkg": "5.2.0",
81
63
  "rimraf": "3.0.2",
82
64
  "sanitize-filename": "1.6.3",
83
65
  "semver": "7.3.5",
@@ -87,24 +69,29 @@
87
69
  "uuid": "8.3.2",
88
70
  "which": "2.0.2",
89
71
  "yauzl": "2.10.0"
90
- },
91
- "dependencies": {
92
- "@babel/runtime": {
93
- "version": "7.16.3",
94
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
95
- "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
96
- "requires": {
97
- "regenerator-runtime": "^0.13.4"
98
- }
99
- },
100
- "axios": {
101
- "version": "0.24.0",
102
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
103
- "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
104
- "requires": {
105
- "follow-redirects": "^1.14.4"
106
- }
107
- }
72
+ }
73
+ },
74
+ "@babel/code-frame": {
75
+ "version": "7.16.7",
76
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
77
+ "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
78
+ "requires": {
79
+ "@babel/highlight": "^7.16.7"
80
+ }
81
+ },
82
+ "@babel/helper-validator-identifier": {
83
+ "version": "7.16.7",
84
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
85
+ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
86
+ },
87
+ "@babel/highlight": {
88
+ "version": "7.16.10",
89
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz",
90
+ "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
91
+ "requires": {
92
+ "@babel/helper-validator-identifier": "^7.16.7",
93
+ "chalk": "^2.0.0",
94
+ "js-tokens": "^4.0.0"
108
95
  }
109
96
  },
110
97
  "@babel/runtime": {
@@ -115,10 +102,10 @@
115
102
  "regenerator-runtime": "^0.13.4"
116
103
  }
117
104
  },
118
- "@dabh/colors": {
119
- "version": "1.4.0",
120
- "resolved": "https://registry.npmjs.org/@dabh/colors/-/colors-1.4.0.tgz",
121
- "integrity": "sha512-KmK/gXUdSvELjFUUnfCfkNqGZVlJvkZqXhjicGR4XvQKPgWsXFsRArBCW07Zj2UQUD6lsqru5ai/kk3KCgtxpA=="
105
+ "@colors/colors": {
106
+ "version": "1.5.0",
107
+ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
108
+ "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ=="
122
109
  },
123
110
  "@jimp/bmp": {
124
111
  "version": "0.16.1",
@@ -146,16 +133,6 @@
146
133
  "phin": "^2.9.1",
147
134
  "pixelmatch": "^4.0.2",
148
135
  "tinycolor2": "^1.4.1"
149
- },
150
- "dependencies": {
151
- "mkdirp": {
152
- "version": "0.5.5",
153
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
154
- "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
155
- "requires": {
156
- "minimist": "^1.2.5"
157
- }
158
- }
159
136
  }
160
137
  },
161
138
  "@jimp/custom": {
@@ -463,6 +440,11 @@
463
440
  "resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.1.tgz",
464
441
  "integrity": "sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g=="
465
442
  },
443
+ "@types/normalize-package-data": {
444
+ "version": "2.4.1",
445
+ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
446
+ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
447
+ },
466
448
  "accepts": {
467
449
  "version": "1.3.8",
468
450
  "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
@@ -477,6 +459,14 @@
477
459
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
478
460
  "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
479
461
  },
462
+ "ansi-styles": {
463
+ "version": "3.2.1",
464
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
465
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
466
+ "requires": {
467
+ "color-convert": "^1.9.0"
468
+ }
469
+ },
480
470
  "any-base": {
481
471
  "version": "1.1.0",
482
472
  "resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz",
@@ -535,9 +525,9 @@
535
525
  }
536
526
  },
537
527
  "are-we-there-yet": {
538
- "version": "2.0.0",
539
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
540
- "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
528
+ "version": "3.0.0",
529
+ "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz",
530
+ "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==",
541
531
  "requires": {
542
532
  "delegates": "^1.0.0",
543
533
  "readable-stream": "^3.6.0"
@@ -554,9 +544,9 @@
554
544
  "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
555
545
  },
556
546
  "async-lock": {
557
- "version": "1.3.0",
558
- "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.3.0.tgz",
559
- "integrity": "sha512-8A7SkiisnEgME2zEedtDYPxUPzdv3x//E7n5IFktPAtMYSEAV7eNJF0rMwrVyUFj6d/8rgajLantbjcNRQYXIg=="
547
+ "version": "1.3.1",
548
+ "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.3.1.tgz",
549
+ "integrity": "sha512-zK7xap9UnttfbE23JmcrNIyueAn6jWshihJqA33U/hEnKprF/lVGBDsBv/bqLm2YMMl1DnpHhUY044eA0t1TUw=="
560
550
  },
561
551
  "asyncbox": {
562
552
  "version": "2.9.2",
@@ -632,20 +622,20 @@
632
622
  "integrity": "sha1-4Fpj95amwf8l9Hcex62twUjAcjM="
633
623
  },
634
624
  "body-parser": {
635
- "version": "1.19.0",
636
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
637
- "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
625
+ "version": "1.19.2",
626
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz",
627
+ "integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==",
638
628
  "requires": {
639
- "bytes": "3.1.0",
629
+ "bytes": "3.1.2",
640
630
  "content-type": "~1.0.4",
641
631
  "debug": "2.6.9",
642
632
  "depd": "~1.1.2",
643
- "http-errors": "1.7.2",
633
+ "http-errors": "1.8.1",
644
634
  "iconv-lite": "0.4.24",
645
635
  "on-finished": "~2.3.0",
646
- "qs": "6.7.0",
647
- "raw-body": "2.4.0",
648
- "type-is": "~1.6.17"
636
+ "qs": "6.9.7",
637
+ "raw-body": "2.4.3",
638
+ "type-is": "~1.6.18"
649
639
  },
650
640
  "dependencies": {
651
641
  "debug": {
@@ -713,9 +703,32 @@
713
703
  "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
714
704
  },
715
705
  "bytes": {
716
- "version": "3.1.0",
717
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
718
- "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
706
+ "version": "3.1.2",
707
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
708
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
709
+ },
710
+ "chalk": {
711
+ "version": "2.4.2",
712
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
713
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
714
+ "requires": {
715
+ "ansi-styles": "^3.2.1",
716
+ "escape-string-regexp": "^1.0.5",
717
+ "supports-color": "^5.3.0"
718
+ }
719
+ },
720
+ "color-convert": {
721
+ "version": "1.9.3",
722
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
723
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
724
+ "requires": {
725
+ "color-name": "1.1.3"
726
+ }
727
+ },
728
+ "color-name": {
729
+ "version": "1.1.3",
730
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
731
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
719
732
  },
720
733
  "color-support": {
721
734
  "version": "1.1.3",
@@ -752,11 +765,18 @@
752
765
  "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
753
766
  },
754
767
  "content-disposition": {
755
- "version": "0.5.3",
756
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
757
- "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
768
+ "version": "0.5.4",
769
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
770
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
758
771
  "requires": {
759
- "safe-buffer": "5.1.2"
772
+ "safe-buffer": "5.2.1"
773
+ },
774
+ "dependencies": {
775
+ "safe-buffer": {
776
+ "version": "5.2.1",
777
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
778
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
779
+ }
760
780
  }
761
781
  },
762
782
  "content-type": {
@@ -765,9 +785,9 @@
765
785
  "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
766
786
  },
767
787
  "cookie": {
768
- "version": "0.4.0",
769
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
770
- "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg=="
788
+ "version": "0.4.2",
789
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
790
+ "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA=="
771
791
  },
772
792
  "cookie-signature": {
773
793
  "version": "1.0.6",
@@ -858,6 +878,14 @@
858
878
  "once": "^1.4.0"
859
879
  }
860
880
  },
881
+ "error-ex": {
882
+ "version": "1.3.2",
883
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
884
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
885
+ "requires": {
886
+ "is-arrayish": "^0.2.1"
887
+ }
888
+ },
861
889
  "es6-error": {
862
890
  "version": "4.1.1",
863
891
  "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
@@ -876,6 +904,11 @@
876
904
  "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
877
905
  "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
878
906
  },
907
+ "escape-string-regexp": {
908
+ "version": "1.0.5",
909
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
910
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
911
+ },
879
912
  "etag": {
880
913
  "version": "1.8.1",
881
914
  "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
@@ -892,16 +925,16 @@
892
925
  "integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw=="
893
926
  },
894
927
  "express": {
895
- "version": "4.17.1",
896
- "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
897
- "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
928
+ "version": "4.17.3",
929
+ "resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz",
930
+ "integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==",
898
931
  "requires": {
899
- "accepts": "~1.3.7",
932
+ "accepts": "~1.3.8",
900
933
  "array-flatten": "1.1.1",
901
- "body-parser": "1.19.0",
902
- "content-disposition": "0.5.3",
934
+ "body-parser": "1.19.2",
935
+ "content-disposition": "0.5.4",
903
936
  "content-type": "~1.0.4",
904
- "cookie": "0.4.0",
937
+ "cookie": "0.4.2",
905
938
  "cookie-signature": "1.0.6",
906
939
  "debug": "2.6.9",
907
940
  "depd": "~1.1.2",
@@ -915,13 +948,13 @@
915
948
  "on-finished": "~2.3.0",
916
949
  "parseurl": "~1.3.3",
917
950
  "path-to-regexp": "0.1.7",
918
- "proxy-addr": "~2.0.5",
919
- "qs": "6.7.0",
951
+ "proxy-addr": "~2.0.7",
952
+ "qs": "6.9.7",
920
953
  "range-parser": "~1.2.1",
921
- "safe-buffer": "5.1.2",
922
- "send": "0.17.1",
923
- "serve-static": "1.14.1",
924
- "setprototypeof": "1.1.1",
954
+ "safe-buffer": "5.2.1",
955
+ "send": "0.17.2",
956
+ "serve-static": "1.14.2",
957
+ "setprototypeof": "1.2.0",
925
958
  "statuses": "~1.5.0",
926
959
  "type-is": "~1.6.18",
927
960
  "utils-merge": "1.0.1",
@@ -940,6 +973,11 @@
940
973
  "version": "2.0.0",
941
974
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
942
975
  "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
976
+ },
977
+ "safe-buffer": {
978
+ "version": "5.2.1",
979
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
980
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
943
981
  }
944
982
  }
945
983
  },
@@ -985,10 +1023,14 @@
985
1023
  }
986
1024
  }
987
1025
  },
988
- "find-root": {
989
- "version": "1.1.0",
990
- "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
991
- "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
1026
+ "find-up": {
1027
+ "version": "5.0.0",
1028
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1029
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1030
+ "requires": {
1031
+ "locate-path": "^6.0.0",
1032
+ "path-exists": "^4.0.0"
1033
+ }
992
1034
  },
993
1035
  "follow-redirects": {
994
1036
  "version": "1.14.9",
@@ -1056,20 +1098,24 @@
1056
1098
  }
1057
1099
  }
1058
1100
  },
1101
+ "function-bind": {
1102
+ "version": "1.1.1",
1103
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
1104
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
1105
+ },
1059
1106
  "gauge": {
1060
- "version": "3.0.2",
1061
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
1062
- "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
1107
+ "version": "4.0.3",
1108
+ "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.3.tgz",
1109
+ "integrity": "sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw==",
1063
1110
  "requires": {
1064
1111
  "aproba": "^1.0.3 || ^2.0.0",
1065
- "color-support": "^1.1.2",
1066
- "console-control-strings": "^1.0.0",
1112
+ "color-support": "^1.1.3",
1113
+ "console-control-strings": "^1.1.0",
1067
1114
  "has-unicode": "^2.0.1",
1068
- "object-assign": "^4.1.1",
1069
- "signal-exit": "^3.0.0",
1115
+ "signal-exit": "^3.0.7",
1070
1116
  "string-width": "^4.2.3",
1071
1117
  "strip-ansi": "^6.0.1",
1072
- "wide-align": "^1.1.2"
1118
+ "wide-align": "^1.1.5"
1073
1119
  }
1074
1120
  },
1075
1121
  "get-stream": {
@@ -1113,34 +1159,45 @@
1113
1159
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
1114
1160
  "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ=="
1115
1161
  },
1162
+ "has": {
1163
+ "version": "1.0.3",
1164
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
1165
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
1166
+ "requires": {
1167
+ "function-bind": "^1.1.1"
1168
+ }
1169
+ },
1170
+ "has-flag": {
1171
+ "version": "3.0.0",
1172
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
1173
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
1174
+ },
1116
1175
  "has-unicode": {
1117
1176
  "version": "2.0.1",
1118
1177
  "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
1119
1178
  "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
1120
1179
  },
1180
+ "hosted-git-info": {
1181
+ "version": "2.8.9",
1182
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
1183
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
1184
+ },
1121
1185
  "http-errors": {
1122
- "version": "1.7.2",
1123
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
1124
- "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
1186
+ "version": "1.8.1",
1187
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
1188
+ "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
1125
1189
  "requires": {
1126
1190
  "depd": "~1.1.2",
1127
- "inherits": "2.0.3",
1128
- "setprototypeof": "1.1.1",
1191
+ "inherits": "2.0.4",
1192
+ "setprototypeof": "1.2.0",
1129
1193
  "statuses": ">= 1.5.0 < 2",
1130
- "toidentifier": "1.0.0"
1131
- },
1132
- "dependencies": {
1133
- "inherits": {
1134
- "version": "2.0.3",
1135
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
1136
- "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
1137
- }
1194
+ "toidentifier": "1.0.1"
1138
1195
  }
1139
1196
  },
1140
1197
  "http-status-codes": {
1141
- "version": "2.1.4",
1142
- "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.4.tgz",
1143
- "integrity": "sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg=="
1198
+ "version": "2.2.0",
1199
+ "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz",
1200
+ "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng=="
1144
1201
  },
1145
1202
  "iconv-lite": {
1146
1203
  "version": "0.4.24",
@@ -1182,6 +1239,19 @@
1182
1239
  "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
1183
1240
  "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
1184
1241
  },
1242
+ "is-arrayish": {
1243
+ "version": "0.2.1",
1244
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
1245
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
1246
+ },
1247
+ "is-core-module": {
1248
+ "version": "2.8.1",
1249
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
1250
+ "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
1251
+ "requires": {
1252
+ "has": "^1.0.3"
1253
+ }
1254
+ },
1185
1255
  "is-fullwidth-code-point": {
1186
1256
  "version": "3.0.0",
1187
1257
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -1227,6 +1297,11 @@
1227
1297
  "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.2.tgz",
1228
1298
  "integrity": "sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw=="
1229
1299
  },
1300
+ "js-tokens": {
1301
+ "version": "4.0.0",
1302
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1303
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
1304
+ },
1230
1305
  "jsftp": {
1231
1306
  "version": "2.1.3",
1232
1307
  "resolved": "https://registry.npmjs.org/jsftp/-/jsftp-2.1.3.tgz",
@@ -1240,6 +1315,11 @@
1240
1315
  "unorm": "^1.4.1"
1241
1316
  }
1242
1317
  },
1318
+ "json-parse-even-better-errors": {
1319
+ "version": "2.3.1",
1320
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
1321
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
1322
+ },
1243
1323
  "klaw": {
1244
1324
  "version": "3.0.0",
1245
1325
  "resolved": "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz",
@@ -1272,6 +1352,11 @@
1272
1352
  }
1273
1353
  }
1274
1354
  },
1355
+ "lines-and-columns": {
1356
+ "version": "1.2.4",
1357
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
1358
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
1359
+ },
1275
1360
  "load-bmfont": {
1276
1361
  "version": "1.4.1",
1277
1362
  "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz",
@@ -1287,6 +1372,14 @@
1287
1372
  "xtend": "^4.0.0"
1288
1373
  }
1289
1374
  },
1375
+ "locate-path": {
1376
+ "version": "6.0.0",
1377
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
1378
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
1379
+ "requires": {
1380
+ "p-locate": "^5.0.0"
1381
+ }
1382
+ },
1290
1383
  "lockfile": {
1291
1384
  "version": "1.0.4",
1292
1385
  "resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.4.tgz",
@@ -1331,12 +1424,9 @@
1331
1424
  "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg="
1332
1425
  },
1333
1426
  "lru-cache": {
1334
- "version": "6.0.0",
1335
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
1336
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
1337
- "requires": {
1338
- "yallist": "^4.0.0"
1339
- }
1427
+ "version": "7.7.1",
1428
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.7.1.tgz",
1429
+ "integrity": "sha512-cRffBiTW8s73eH4aTXqBcTLU0xQnwGV3/imttRHGWCrbergmnK4D6JXQd8qin5z43HnDwRI+o7mVW0LEB+tpAw=="
1340
1430
  },
1341
1431
  "media-typer": {
1342
1432
  "version": "0.3.0",
@@ -1414,14 +1504,17 @@
1414
1504
  }
1415
1505
  },
1416
1506
  "minimist": {
1417
- "version": "1.2.5",
1418
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
1419
- "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
1507
+ "version": "1.2.6",
1508
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
1509
+ "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
1420
1510
  },
1421
1511
  "mkdirp": {
1422
- "version": "1.0.4",
1423
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
1424
- "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
1512
+ "version": "0.5.6",
1513
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
1514
+ "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
1515
+ "requires": {
1516
+ "minimist": "^1.2.6"
1517
+ }
1425
1518
  },
1426
1519
  "moment": {
1427
1520
  "version": "2.29.1",
@@ -1487,14 +1580,6 @@
1487
1580
  "path-is-absolute": "^1.0.0"
1488
1581
  }
1489
1582
  },
1490
- "mkdirp": {
1491
- "version": "0.5.5",
1492
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
1493
- "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
1494
- "requires": {
1495
- "minimist": "^1.2.5"
1496
- }
1497
- },
1498
1583
  "rimraf": {
1499
1584
  "version": "2.4.5",
1500
1585
  "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
@@ -1515,27 +1600,40 @@
1515
1600
  "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
1516
1601
  "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="
1517
1602
  },
1603
+ "normalize-package-data": {
1604
+ "version": "2.5.0",
1605
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
1606
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
1607
+ "requires": {
1608
+ "hosted-git-info": "^2.1.4",
1609
+ "resolve": "^1.10.0",
1610
+ "semver": "2 || 3 || 4 || 5",
1611
+ "validate-npm-package-license": "^3.0.1"
1612
+ },
1613
+ "dependencies": {
1614
+ "semver": {
1615
+ "version": "5.7.1",
1616
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
1617
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
1618
+ }
1619
+ }
1620
+ },
1518
1621
  "normalize-path": {
1519
1622
  "version": "3.0.0",
1520
1623
  "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1521
1624
  "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
1522
1625
  },
1523
1626
  "npmlog": {
1524
- "version": "5.0.1",
1525
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
1526
- "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
1627
+ "version": "6.0.1",
1628
+ "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.1.tgz",
1629
+ "integrity": "sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg==",
1527
1630
  "requires": {
1528
- "are-we-there-yet": "^2.0.0",
1631
+ "are-we-there-yet": "^3.0.0",
1529
1632
  "console-control-strings": "^1.1.0",
1530
- "gauge": "^3.0.0",
1633
+ "gauge": "^4.0.0",
1531
1634
  "set-blocking": "^2.0.0"
1532
1635
  }
1533
1636
  },
1534
- "object-assign": {
1535
- "version": "4.1.1",
1536
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1537
- "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
1538
- },
1539
1637
  "omggif": {
1540
1638
  "version": "1.0.10",
1541
1639
  "resolved": "https://registry.npmjs.org/omggif/-/omggif-1.0.10.tgz",
@@ -1567,6 +1665,22 @@
1567
1665
  "resolved": "https://registry.npmjs.org/opencv-bindings/-/opencv-bindings-4.5.5.tgz",
1568
1666
  "integrity": "sha512-FdYE9uqnoPKbAkZFEOpIh6RTtJIz1lz+W27xPCo1Ov6+d0OOgg+Hm9OT2MIGIG8V1Dp3fWlLvi7SIjDOpqO2XA=="
1569
1667
  },
1668
+ "p-limit": {
1669
+ "version": "3.1.0",
1670
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1671
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
1672
+ "requires": {
1673
+ "yocto-queue": "^0.1.0"
1674
+ }
1675
+ },
1676
+ "p-locate": {
1677
+ "version": "5.0.0",
1678
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1679
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
1680
+ "requires": {
1681
+ "p-limit": "^3.0.2"
1682
+ }
1683
+ },
1570
1684
  "pako": {
1571
1685
  "version": "1.0.11",
1572
1686
  "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
@@ -1596,6 +1710,17 @@
1596
1710
  "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz",
1597
1711
  "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA=="
1598
1712
  },
1713
+ "parse-json": {
1714
+ "version": "5.2.0",
1715
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
1716
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
1717
+ "requires": {
1718
+ "@babel/code-frame": "^7.0.0",
1719
+ "error-ex": "^1.3.1",
1720
+ "json-parse-even-better-errors": "^2.3.0",
1721
+ "lines-and-columns": "^1.1.6"
1722
+ }
1723
+ },
1599
1724
  "parse-listing": {
1600
1725
  "version": "1.1.3",
1601
1726
  "resolved": "https://registry.npmjs.org/parse-listing/-/parse-listing-1.1.3.tgz",
@@ -1606,11 +1731,21 @@
1606
1731
  "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1607
1732
  "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
1608
1733
  },
1734
+ "path-exists": {
1735
+ "version": "4.0.0",
1736
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
1737
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
1738
+ },
1609
1739
  "path-is-absolute": {
1610
1740
  "version": "1.0.1",
1611
1741
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1612
1742
  "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
1613
1743
  },
1744
+ "path-parse": {
1745
+ "version": "1.0.7",
1746
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
1747
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
1748
+ },
1614
1749
  "path-to-regexp": {
1615
1750
  "version": "0.1.7",
1616
1751
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
@@ -1641,6 +1776,14 @@
1641
1776
  }
1642
1777
  }
1643
1778
  },
1779
+ "pkg-dir": {
1780
+ "version": "5.0.0",
1781
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",
1782
+ "integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==",
1783
+ "requires": {
1784
+ "find-up": "^5.0.0"
1785
+ }
1786
+ },
1644
1787
  "plist": {
1645
1788
  "version": "3.0.4",
1646
1789
  "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.4.tgz",
@@ -1711,9 +1854,9 @@
1711
1854
  }
1712
1855
  },
1713
1856
  "qs": {
1714
- "version": "6.7.0",
1715
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
1716
- "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
1857
+ "version": "6.9.7",
1858
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz",
1859
+ "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw=="
1717
1860
  },
1718
1861
  "range-parser": {
1719
1862
  "version": "1.2.1",
@@ -1721,16 +1864,27 @@
1721
1864
  "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
1722
1865
  },
1723
1866
  "raw-body": {
1724
- "version": "2.4.0",
1725
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
1726
- "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
1867
+ "version": "2.4.3",
1868
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz",
1869
+ "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==",
1727
1870
  "requires": {
1728
- "bytes": "3.1.0",
1729
- "http-errors": "1.7.2",
1871
+ "bytes": "3.1.2",
1872
+ "http-errors": "1.8.1",
1730
1873
  "iconv-lite": "0.4.24",
1731
1874
  "unpipe": "1.0.0"
1732
1875
  }
1733
1876
  },
1877
+ "read-pkg": {
1878
+ "version": "5.2.0",
1879
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
1880
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
1881
+ "requires": {
1882
+ "@types/normalize-package-data": "^2.4.0",
1883
+ "normalize-package-data": "^2.5.0",
1884
+ "parse-json": "^5.0.0",
1885
+ "type-fest": "^0.6.0"
1886
+ }
1887
+ },
1734
1888
  "readable-stream": {
1735
1889
  "version": "3.6.0",
1736
1890
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
@@ -1754,6 +1908,16 @@
1754
1908
  "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
1755
1909
  "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
1756
1910
  },
1911
+ "resolve": {
1912
+ "version": "1.22.0",
1913
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
1914
+ "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
1915
+ "requires": {
1916
+ "is-core-module": "^2.8.1",
1917
+ "path-parse": "^1.0.7",
1918
+ "supports-preserve-symlinks-flag": "^1.0.0"
1919
+ }
1920
+ },
1757
1921
  "rimraf": {
1758
1922
  "version": "3.0.2",
1759
1923
  "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
@@ -1791,12 +1955,22 @@
1791
1955
  "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
1792
1956
  "requires": {
1793
1957
  "lru-cache": "^6.0.0"
1958
+ },
1959
+ "dependencies": {
1960
+ "lru-cache": {
1961
+ "version": "6.0.0",
1962
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
1963
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
1964
+ "requires": {
1965
+ "yallist": "^4.0.0"
1966
+ }
1967
+ }
1794
1968
  }
1795
1969
  },
1796
1970
  "send": {
1797
- "version": "0.17.1",
1798
- "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
1799
- "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
1971
+ "version": "0.17.2",
1972
+ "resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz",
1973
+ "integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==",
1800
1974
  "requires": {
1801
1975
  "debug": "2.6.9",
1802
1976
  "depd": "~1.1.2",
@@ -1805,9 +1979,9 @@
1805
1979
  "escape-html": "~1.0.3",
1806
1980
  "etag": "~1.8.1",
1807
1981
  "fresh": "0.5.2",
1808
- "http-errors": "~1.7.2",
1982
+ "http-errors": "1.8.1",
1809
1983
  "mime": "1.6.0",
1810
- "ms": "2.1.1",
1984
+ "ms": "2.1.3",
1811
1985
  "on-finished": "~2.3.0",
1812
1986
  "range-parser": "~1.2.1",
1813
1987
  "statuses": "~1.5.0"
@@ -1827,11 +2001,6 @@
1827
2001
  "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
1828
2002
  }
1829
2003
  }
1830
- },
1831
- "ms": {
1832
- "version": "2.1.1",
1833
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
1834
- "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
1835
2004
  }
1836
2005
  }
1837
2006
  },
@@ -1860,14 +2029,14 @@
1860
2029
  }
1861
2030
  },
1862
2031
  "serve-static": {
1863
- "version": "1.14.1",
1864
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
1865
- "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
2032
+ "version": "1.14.2",
2033
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz",
2034
+ "integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==",
1866
2035
  "requires": {
1867
2036
  "encodeurl": "~1.0.2",
1868
2037
  "escape-html": "~1.0.3",
1869
2038
  "parseurl": "~1.3.3",
1870
- "send": "0.17.1"
2039
+ "send": "0.17.2"
1871
2040
  }
1872
2041
  },
1873
2042
  "set-blocking": {
@@ -1876,9 +2045,9 @@
1876
2045
  "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
1877
2046
  },
1878
2047
  "setprototypeof": {
1879
- "version": "1.1.1",
1880
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
1881
- "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
2048
+ "version": "1.2.0",
2049
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
2050
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
1882
2051
  },
1883
2052
  "shell-quote": {
1884
2053
  "version": "1.7.3",
@@ -1904,6 +2073,34 @@
1904
2073
  "source-map": "^0.6.0"
1905
2074
  }
1906
2075
  },
2076
+ "spdx-correct": {
2077
+ "version": "3.1.1",
2078
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
2079
+ "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
2080
+ "requires": {
2081
+ "spdx-expression-parse": "^3.0.0",
2082
+ "spdx-license-ids": "^3.0.0"
2083
+ }
2084
+ },
2085
+ "spdx-exceptions": {
2086
+ "version": "2.3.0",
2087
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
2088
+ "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
2089
+ },
2090
+ "spdx-expression-parse": {
2091
+ "version": "3.0.1",
2092
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
2093
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
2094
+ "requires": {
2095
+ "spdx-exceptions": "^2.1.0",
2096
+ "spdx-license-ids": "^3.0.0"
2097
+ }
2098
+ },
2099
+ "spdx-license-ids": {
2100
+ "version": "3.0.11",
2101
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
2102
+ "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g=="
2103
+ },
1907
2104
  "statuses": {
1908
2105
  "version": "1.5.0",
1909
2106
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
@@ -1949,6 +2146,19 @@
1949
2146
  "ansi-regex": "^5.0.1"
1950
2147
  }
1951
2148
  },
2149
+ "supports-color": {
2150
+ "version": "5.5.0",
2151
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
2152
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
2153
+ "requires": {
2154
+ "has-flag": "^3.0.0"
2155
+ }
2156
+ },
2157
+ "supports-preserve-symlinks-flag": {
2158
+ "version": "1.0.0",
2159
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
2160
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
2161
+ },
1952
2162
  "tar-stream": {
1953
2163
  "version": "2.2.0",
1954
2164
  "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
@@ -1990,9 +2200,9 @@
1990
2200
  "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA=="
1991
2201
  },
1992
2202
  "toidentifier": {
1993
- "version": "1.0.0",
1994
- "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
1995
- "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw=="
2203
+ "version": "1.0.1",
2204
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
2205
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
1996
2206
  },
1997
2207
  "truncate-utf8-bytes": {
1998
2208
  "version": "1.0.2",
@@ -2002,6 +2212,11 @@
2002
2212
  "utf8-byte-length": "^1.0.1"
2003
2213
  }
2004
2214
  },
2215
+ "type-fest": {
2216
+ "version": "0.6.0",
2217
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
2218
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
2219
+ },
2005
2220
  "type-is": {
2006
2221
  "version": "1.6.18",
2007
2222
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
@@ -2049,6 +2264,15 @@
2049
2264
  "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
2050
2265
  "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
2051
2266
  },
2267
+ "validate-npm-package-license": {
2268
+ "version": "3.0.4",
2269
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
2270
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
2271
+ "requires": {
2272
+ "spdx-correct": "^3.0.0",
2273
+ "spdx-expression-parse": "^3.0.0"
2274
+ }
2275
+ },
2052
2276
  "validate.js": {
2053
2277
  "version": "0.13.1",
2054
2278
  "resolved": "https://registry.npmjs.org/validate.js/-/validate.js-0.13.1.tgz",
@@ -2081,9 +2305,9 @@
2081
2305
  "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
2082
2306
  },
2083
2307
  "ws": {
2084
- "version": "7.5.6",
2085
- "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz",
2086
- "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA=="
2308
+ "version": "7.5.7",
2309
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
2310
+ "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A=="
2087
2311
  },
2088
2312
  "xhr": {
2089
2313
  "version": "2.6.0",
@@ -2134,6 +2358,11 @@
2134
2358
  "fd-slicer": "~1.1.0"
2135
2359
  }
2136
2360
  },
2361
+ "yocto-queue": {
2362
+ "version": "0.1.0",
2363
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2364
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
2365
+ },
2137
2366
  "zip-stream": {
2138
2367
  "version": "4.1.0",
2139
2368
  "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "mac",
7
7
  "XCTest"
8
8
  ],
9
- "version": "1.1.2",
9
+ "version": "1.1.3",
10
10
  "author": "appium",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {