appium-uiautomator2-driver 2.29.2 → 2.29.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +2 -2
- package/build/lib/desired-caps.js +1 -2
- package/build/lib/desired-caps.js.map +1 -1
- package/lib/desired-caps.js +0 -1
- package/npm-shrinkwrap.json +137 -207
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.29.4](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.3...v2.29.4) (2023-08-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Disable app capability presence validation ([#641](https://github.com/appium/appium-uiautomator2-driver/issues/641)) ([7c78543](https://github.com/appium/appium-uiautomator2-driver/commit/7c7854360c142fa8dc846795a13f62203b572b02))
|
|
7
|
+
|
|
8
|
+
## [2.29.3](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.2...v2.29.3) (2023-07-29)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* Bump chromedriver ([4ec1624](https://github.com/appium/appium-uiautomator2-driver/commit/4ec162400ac02a9ed4720608f0d11d239e9aa9d7))
|
|
14
|
+
|
|
1
15
|
## [2.29.2](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.1...v2.29.2) (2023-07-03)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -89,8 +89,8 @@ appium:enforceAppInstall | If set to `true` then the application under test is a
|
|
|
89
89
|
Capability Name | Description
|
|
90
90
|
--- | ---
|
|
91
91
|
appium:localeScript | Canonical name of the locale to be set for the app under test, for example `Hans` in `zh-Hans-CN`. See https://developer.android.com/reference/java/util/Locale.html for more details.
|
|
92
|
-
appium:language | Name of the language to extract application strings for. Strings are extracted for the current system language by default. Also sets the language for the app under test. See https://developer.android.com/reference/java/util/Locale.html for more details. If `language` is provided then `locale` is also required to be set. The combination of both capability values must be a known locale and should be present in the list of available locales returned by the ICU's [getAvailableULocales()](https://unicode-org.github.io/icu/userguide/locale/#usage-retrieving-locales) method. The full list of supported locales is also dumped into the logcat output on failure. Example: en
|
|
93
|
-
appium:locale | Sets the locale for the app under test. See https://developer.android.com/reference/java/util/Locale.html for more details. If `locale` is provided then `language` is also required to be set. The combination of both capability values must be a known locale and should be present in the list of available locales returned by the ICU's [getAvailableULocales()](https://unicode-org.github.io/icu/userguide/locale/#usage-retrieving-locales) method. The full list of supported locales is also dumped into the logcat output on failure. Example:
|
|
92
|
+
appium:language | Name of the language to extract application strings for. Strings are extracted for the current system language by default. Also sets the language for the app under test. See https://developer.android.com/reference/java/util/Locale.html for more details. If `language` is provided then `locale` is also required to be set. The combination of both capability values must be a known locale and should be present in the list of available locales returned by the ICU's [getAvailableULocales()](https://unicode-org.github.io/icu/userguide/locale/#usage-retrieving-locales) method. The full list of supported locales is also dumped into the logcat output on failure. Example: `en`, `ja`
|
|
93
|
+
appium:locale | Sets the locale for the app under test. See https://developer.android.com/reference/java/util/Locale.html for more details. If `locale` is provided then `language` is also required to be set. The combination of both capability values must be a known locale and should be present in the list of available locales returned by the ICU's [getAvailableULocales()](https://unicode-org.github.io/icu/userguide/locale/#usage-retrieving-locales) method. The full list of supported locales is also dumped into the logcat output on failure. Example: `US`, `JP`
|
|
94
94
|
|
|
95
95
|
### ADB
|
|
96
96
|
|
|
@@ -8,7 +8,6 @@ require("source-map-support/register");
|
|
|
8
8
|
var _appiumAndroidDriver = require("appium-android-driver");
|
|
9
9
|
let uiautomatorCapConstraints = {
|
|
10
10
|
app: {
|
|
11
|
-
presence: true,
|
|
12
11
|
isString: true
|
|
13
12
|
},
|
|
14
13
|
automationName: {
|
|
@@ -70,4 +69,4 @@ let desiredCapConstraints = {};
|
|
|
70
69
|
Object.assign(desiredCapConstraints, uiautomatorCapConstraints, _appiumAndroidDriver.commonCapConstraints);
|
|
71
70
|
var _default = desiredCapConstraints;
|
|
72
71
|
exports.default = _default;
|
|
73
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
72
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJfYXBwaXVtQW5kcm9pZERyaXZlciIsInJlcXVpcmUiLCJ1aWF1dG9tYXRvckNhcENvbnN0cmFpbnRzIiwiYXBwIiwiaXNTdHJpbmciLCJhdXRvbWF0aW9uTmFtZSIsImJyb3dzZXJOYW1lIiwibGF1bmNoVGltZW91dCIsImlzTnVtYmVyIiwic2tpcFVubG9jayIsImlzQm9vbGVhbiIsInVpYXV0b21hdG9yMlNlcnZlckxhdW5jaFRpbWVvdXQiLCJ1aWF1dG9tYXRvcjJTZXJ2ZXJJbnN0YWxsVGltZW91dCIsInVpYXV0b21hdG9yMlNlcnZlclJlYWRUaW1lb3V0IiwiZGlzYWJsZVdpbmRvd0FuaW1hdGlvbiIsInN5c3RlbVBvcnQiLCJtanBlZ1NlcnZlclBvcnQiLCJtanBlZ1NjcmVlbnNob3RVcmwiLCJza2lwU2VydmVySW5zdGFsbGF0aW9uIiwiYW5kcm9pZENvdmVyYWdlRW5kSW50ZW50IiwidXNlclByb2ZpbGUiLCJhcHBXYWl0Rm9yTGF1bmNoIiwiZGlzYWJsZVN1cHByZXNzQWNjZXNzaWJpbGl0eVNlcnZpY2UiLCJmb3JjZUFwcExhdW5jaCIsInNob3VsZFRlcm1pbmF0ZUFwcCIsImRlc2lyZWRDYXBDb25zdHJhaW50cyIsIk9iamVjdCIsImFzc2lnbiIsImNvbW1vbkNhcENvbnN0cmFpbnRzIiwiX2RlZmF1bHQiLCJleHBvcnRzIiwiZGVmYXVsdCJdLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi9kZXNpcmVkLWNhcHMuanMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY29tbW9uQ2FwQ29uc3RyYWludHMgfSBmcm9tICdhcHBpdW0tYW5kcm9pZC1kcml2ZXInO1xuXG5sZXQgdWlhdXRvbWF0b3JDYXBDb25zdHJhaW50cyA9IHtcbiAgYXBwOiB7XG4gICAgaXNTdHJpbmc6IHRydWVcbiAgfSxcbiAgYXV0b21hdGlvbk5hbWU6IHtcbiAgICBpc1N0cmluZzogdHJ1ZVxuICB9LFxuICBicm93c2VyTmFtZToge1xuICAgIGlzU3RyaW5nOiB0cnVlXG4gIH0sXG4gIGxhdW5jaFRpbWVvdXQ6IHtcbiAgICBpc051bWJlcjogdHJ1ZVxuICB9LFxuICBza2lwVW5sb2NrOiB7XG4gICAgaXNCb29sZWFuOiB0cnVlXG4gIH0sXG4gIHVpYXV0b21hdG9yMlNlcnZlckxhdW5jaFRpbWVvdXQ6IHtcbiAgICBpc051bWJlcjogdHJ1ZVxuICB9LFxuICB1aWF1dG9tYXRvcjJTZXJ2ZXJJbnN0YWxsVGltZW91dDoge1xuICAgIGlzTnVtYmVyOiB0cnVlXG4gIH0sXG4gIHVpYXV0b21hdG9yMlNlcnZlclJlYWRUaW1lb3V0OiB7XG4gICAgaXNOdW1iZXI6IHRydWVcbiAgfSxcbiAgZGlzYWJsZVdpbmRvd0FuaW1hdGlvbjoge1xuICAgIGlzQm9vbGVhbjogdHJ1ZVxuICB9LFxuICBzeXN0ZW1Qb3J0OiB7XG4gICAgaXNOdW1iZXI6IHRydWVcbiAgfSxcbiAgbWpwZWdTZXJ2ZXJQb3J0OiB7XG4gICAgaXNOdW1iZXI6IHRydWVcbiAgfSxcbiAgbWpwZWdTY3JlZW5zaG90VXJsOiB7XG4gICAgaXNTdHJpbmc6IHRydWVcbiAgfSxcbiAgc2tpcFNlcnZlckluc3RhbGxhdGlvbjoge1xuICAgIGlzQm9vbGVhbjogdHJ1ZVxuICB9LFxuICBhbmRyb2lkQ292ZXJhZ2VFbmRJbnRlbnQ6IHtcbiAgICBpc1N0cmluZzogdHJ1ZVxuICB9LFxuICB1c2VyUHJvZmlsZToge1xuICAgIGlzTnVtYmVyOiB0cnVlXG4gIH0sXG4gIGFwcFdhaXRGb3JMYXVuY2g6IHtcbiAgICBpc0Jvb2xlYW46IHRydWVcbiAgfSxcbiAgZGlzYWJsZVN1cHByZXNzQWNjZXNzaWJpbGl0eVNlcnZpY2U6IHtcbiAgICBpc0Jvb2xlYW46IHRydWVcbiAgfSxcbiAgZm9yY2VBcHBMYXVuY2g6IHtcbiAgICBpc0Jvb2xlYW46IHRydWVcbiAgfSxcbiAgc2hvdWxkVGVybWluYXRlQXBwOiB7XG4gICAgaXNCb29sZWFuOiB0cnVlXG4gIH1cbn07XG5cbmxldCBkZXNpcmVkQ2FwQ29uc3RyYWludHMgPSB7fTtcbk9iamVjdC5hc3NpZ24oXG4gIGRlc2lyZWRDYXBDb25zdHJhaW50cyxcbiAgdWlhdXRvbWF0b3JDYXBDb25zdHJhaW50cyxcbiAgY29tbW9uQ2FwQ29uc3RyYWludHNcbik7XG5cbmV4cG9ydCBkZWZhdWx0IGRlc2lyZWRDYXBDb25zdHJhaW50cztcbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQUFBLElBQUFBLG9CQUFBLEdBQUFDLE9BQUE7QUFFQSxJQUFJQyx5QkFBeUIsR0FBRztFQUM5QkMsR0FBRyxFQUFFO0lBQ0hDLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDREMsY0FBYyxFQUFFO0lBQ2RELFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDREUsV0FBVyxFQUFFO0lBQ1hGLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDREcsYUFBYSxFQUFFO0lBQ2JDLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDREMsVUFBVSxFQUFFO0lBQ1ZDLFNBQVMsRUFBRTtFQUNiLENBQUM7RUFDREMsK0JBQStCLEVBQUU7SUFDL0JILFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDREksZ0NBQWdDLEVBQUU7SUFDaENKLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDREssNkJBQTZCLEVBQUU7SUFDN0JMLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDRE0sc0JBQXNCLEVBQUU7SUFDdEJKLFNBQVMsRUFBRTtFQUNiLENBQUM7RUFDREssVUFBVSxFQUFFO0lBQ1ZQLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDRFEsZUFBZSxFQUFFO0lBQ2ZSLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDRFMsa0JBQWtCLEVBQUU7SUFDbEJiLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDRGMsc0JBQXNCLEVBQUU7SUFDdEJSLFNBQVMsRUFBRTtFQUNiLENBQUM7RUFDRFMsd0JBQXdCLEVBQUU7SUFDeEJmLFFBQVEsRUFBRTtFQUNaLENBQUM7RUFDRGdCLFdBQVcsRUFBRTtJQUNYWixRQUFRLEVBQUU7RUFDWixDQUFDO0VBQ0RhLGdCQUFnQixFQUFFO0lBQ2hCWCxTQUFTLEVBQUU7RUFDYixDQUFDO0VBQ0RZLG1DQUFtQyxFQUFFO0lBQ25DWixTQUFTLEVBQUU7RUFDYixDQUFDO0VBQ0RhLGNBQWMsRUFBRTtJQUNkYixTQUFTLEVBQUU7RUFDYixDQUFDO0VBQ0RjLGtCQUFrQixFQUFFO0lBQ2xCZCxTQUFTLEVBQUU7RUFDYjtBQUNGLENBQUM7QUFFRCxJQUFJZSxxQkFBcUIsR0FBRyxDQUFDLENBQUM7QUFDOUJDLE1BQU0sQ0FBQ0MsTUFBTSxDQUNYRixxQkFBcUIsRUFDckJ2Qix5QkFBeUIsRUFDekIwQix5Q0FDRixDQUFDO0FBQUMsSUFBQUMsUUFBQSxHQUVhSixxQkFBcUI7QUFBQUssT0FBQSxDQUFBQyxPQUFBLEdBQUFGLFFBQUEifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"desired-caps.js","names":["_appiumAndroidDriver","require","uiautomatorCapConstraints","app","
|
|
1
|
+
{"version":3,"file":"desired-caps.js","names":["_appiumAndroidDriver","require","uiautomatorCapConstraints","app","isString","automationName","browserName","launchTimeout","isNumber","skipUnlock","isBoolean","uiautomator2ServerLaunchTimeout","uiautomator2ServerInstallTimeout","uiautomator2ServerReadTimeout","disableWindowAnimation","systemPort","mjpegServerPort","mjpegScreenshotUrl","skipServerInstallation","androidCoverageEndIntent","userProfile","appWaitForLaunch","disableSuppressAccessibilityService","forceAppLaunch","shouldTerminateApp","desiredCapConstraints","Object","assign","commonCapConstraints","_default","exports","default"],"sources":["../../lib/desired-caps.js"],"sourcesContent":["import { commonCapConstraints } from 'appium-android-driver';\n\nlet uiautomatorCapConstraints = {\n app: {\n isString: true\n },\n automationName: {\n isString: true\n },\n browserName: {\n isString: true\n },\n launchTimeout: {\n isNumber: true\n },\n skipUnlock: {\n isBoolean: true\n },\n uiautomator2ServerLaunchTimeout: {\n isNumber: true\n },\n uiautomator2ServerInstallTimeout: {\n isNumber: true\n },\n uiautomator2ServerReadTimeout: {\n isNumber: true\n },\n disableWindowAnimation: {\n isBoolean: true\n },\n systemPort: {\n isNumber: true\n },\n mjpegServerPort: {\n isNumber: true\n },\n mjpegScreenshotUrl: {\n isString: true\n },\n skipServerInstallation: {\n isBoolean: true\n },\n androidCoverageEndIntent: {\n isString: true\n },\n userProfile: {\n isNumber: true\n },\n appWaitForLaunch: {\n isBoolean: true\n },\n disableSuppressAccessibilityService: {\n isBoolean: true\n },\n forceAppLaunch: {\n isBoolean: true\n },\n shouldTerminateApp: {\n isBoolean: true\n }\n};\n\nlet desiredCapConstraints = {};\nObject.assign(\n desiredCapConstraints,\n uiautomatorCapConstraints,\n commonCapConstraints\n);\n\nexport default desiredCapConstraints;\n"],"mappings":";;;;;;;AAAA,IAAAA,oBAAA,GAAAC,OAAA;AAEA,IAAIC,yBAAyB,GAAG;EAC9BC,GAAG,EAAE;IACHC,QAAQ,EAAE;EACZ,CAAC;EACDC,cAAc,EAAE;IACdD,QAAQ,EAAE;EACZ,CAAC;EACDE,WAAW,EAAE;IACXF,QAAQ,EAAE;EACZ,CAAC;EACDG,aAAa,EAAE;IACbC,QAAQ,EAAE;EACZ,CAAC;EACDC,UAAU,EAAE;IACVC,SAAS,EAAE;EACb,CAAC;EACDC,+BAA+B,EAAE;IAC/BH,QAAQ,EAAE;EACZ,CAAC;EACDI,gCAAgC,EAAE;IAChCJ,QAAQ,EAAE;EACZ,CAAC;EACDK,6BAA6B,EAAE;IAC7BL,QAAQ,EAAE;EACZ,CAAC;EACDM,sBAAsB,EAAE;IACtBJ,SAAS,EAAE;EACb,CAAC;EACDK,UAAU,EAAE;IACVP,QAAQ,EAAE;EACZ,CAAC;EACDQ,eAAe,EAAE;IACfR,QAAQ,EAAE;EACZ,CAAC;EACDS,kBAAkB,EAAE;IAClBb,QAAQ,EAAE;EACZ,CAAC;EACDc,sBAAsB,EAAE;IACtBR,SAAS,EAAE;EACb,CAAC;EACDS,wBAAwB,EAAE;IACxBf,QAAQ,EAAE;EACZ,CAAC;EACDgB,WAAW,EAAE;IACXZ,QAAQ,EAAE;EACZ,CAAC;EACDa,gBAAgB,EAAE;IAChBX,SAAS,EAAE;EACb,CAAC;EACDY,mCAAmC,EAAE;IACnCZ,SAAS,EAAE;EACb,CAAC;EACDa,cAAc,EAAE;IACdb,SAAS,EAAE;EACb,CAAC;EACDc,kBAAkB,EAAE;IAClBd,SAAS,EAAE;EACb;AACF,CAAC;AAED,IAAIe,qBAAqB,GAAG,CAAC,CAAC;AAC9BC,MAAM,CAACC,MAAM,CACXF,qBAAqB,EACrBvB,yBAAyB,EACzB0B,yCACF,CAAC;AAAC,IAAAC,QAAA,GAEaJ,qBAAqB;AAAAK,OAAA,CAAAC,OAAA,GAAAF,QAAA"}
|
package/lib/desired-caps.js
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.29.
|
|
9
|
+
"version": "2.29.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.13.1",
|
|
14
14
|
"appium-android-driver": "^5.14.0",
|
|
15
|
-
"appium-chromedriver": "^5.
|
|
15
|
+
"appium-chromedriver": "^5.6.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.12.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
18
18
|
"axios": "^1.x",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "9.3.
|
|
65
|
+
"version": "9.3.16",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^4.1.
|
|
69
|
-
"@appium/types": "^0.13.
|
|
68
|
+
"@appium/support": "^4.1.3",
|
|
69
|
+
"@appium/types": "^0.13.2",
|
|
70
70
|
"@colors/colors": "1.5.0",
|
|
71
71
|
"@types/async-lock": "1.4.0",
|
|
72
72
|
"@types/bluebird": "3.5.38",
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"node_modules/@appium/base-plugin": {
|
|
107
|
-
"version": "2.2.
|
|
107
|
+
"version": "2.2.16",
|
|
108
108
|
"extraneous": true,
|
|
109
109
|
"license": "Apache-2.0",
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@appium/base-driver": "^9.3.
|
|
112
|
-
"@appium/support": "^4.1.
|
|
111
|
+
"@appium/base-driver": "^9.3.16",
|
|
112
|
+
"@appium/support": "^4.1.3"
|
|
113
113
|
},
|
|
114
114
|
"engines": {
|
|
115
115
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -117,11 +117,11 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"node_modules/@appium/docutils": {
|
|
120
|
-
"version": "0.4.
|
|
120
|
+
"version": "0.4.5",
|
|
121
121
|
"extraneous": true,
|
|
122
122
|
"license": "Apache-2.0",
|
|
123
123
|
"dependencies": {
|
|
124
|
-
"@appium/support": "^4.1.
|
|
124
|
+
"@appium/support": "^4.1.3",
|
|
125
125
|
"@appium/tsconfig": "^0.3.0",
|
|
126
126
|
"@appium/typedoc-plugin-appium": "^0.6.5",
|
|
127
127
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
"log-symbols": "4.1.0",
|
|
138
138
|
"pkg-dir": "5.0.0",
|
|
139
139
|
"read-pkg": "5.2.0",
|
|
140
|
-
"semver": "7.5.
|
|
140
|
+
"semver": "7.5.3",
|
|
141
141
|
"source-map-support": "0.5.21",
|
|
142
|
-
"teen_process": "2.0.
|
|
142
|
+
"teen_process": "2.0.4",
|
|
143
143
|
"type-fest": "3.11.1",
|
|
144
144
|
"typedoc": "0.23.28",
|
|
145
145
|
"typedoc-plugin-markdown": "3.14.0",
|
|
@@ -157,17 +157,6 @@
|
|
|
157
157
|
"npm": ">=8"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
-
"node_modules/@appium/docutils/node_modules/@babel/runtime": {
|
|
161
|
-
"version": "7.19.0",
|
|
162
|
-
"extraneous": true,
|
|
163
|
-
"license": "MIT",
|
|
164
|
-
"dependencies": {
|
|
165
|
-
"regenerator-runtime": "^0.13.4"
|
|
166
|
-
},
|
|
167
|
-
"engines": {
|
|
168
|
-
"node": ">=6.9.0"
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
160
|
"node_modules/@appium/docutils/node_modules/ansi-styles": {
|
|
172
161
|
"version": "4.3.0",
|
|
173
162
|
"extraneous": true,
|
|
@@ -213,11 +202,6 @@
|
|
|
213
202
|
"extraneous": true,
|
|
214
203
|
"license": "MIT"
|
|
215
204
|
},
|
|
216
|
-
"node_modules/@appium/docutils/node_modules/shell-quote": {
|
|
217
|
-
"version": "1.7.3",
|
|
218
|
-
"extraneous": true,
|
|
219
|
-
"license": "MIT"
|
|
220
|
-
},
|
|
221
205
|
"node_modules/@appium/docutils/node_modules/supports-color": {
|
|
222
206
|
"version": "7.2.0",
|
|
223
207
|
"extraneous": true,
|
|
@@ -229,39 +213,8 @@
|
|
|
229
213
|
"node": ">=8"
|
|
230
214
|
}
|
|
231
215
|
},
|
|
232
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
233
|
-
"version": "2.0.2",
|
|
234
|
-
"extraneous": true,
|
|
235
|
-
"license": "Apache-2.0",
|
|
236
|
-
"dependencies": {
|
|
237
|
-
"@babel/runtime": "7.19.0",
|
|
238
|
-
"bluebird": "3.7.2",
|
|
239
|
-
"lodash": "4.17.21",
|
|
240
|
-
"shell-quote": "1.7.3",
|
|
241
|
-
"source-map-support": "0.5.21",
|
|
242
|
-
"which": "2.0.2"
|
|
243
|
-
},
|
|
244
|
-
"engines": {
|
|
245
|
-
"node": ">=14",
|
|
246
|
-
"npm": ">=6"
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
"node_modules/@appium/docutils/node_modules/which": {
|
|
250
|
-
"version": "2.0.2",
|
|
251
|
-
"extraneous": true,
|
|
252
|
-
"license": "ISC",
|
|
253
|
-
"dependencies": {
|
|
254
|
-
"isexe": "^2.0.0"
|
|
255
|
-
},
|
|
256
|
-
"bin": {
|
|
257
|
-
"node-which": "bin/node-which"
|
|
258
|
-
},
|
|
259
|
-
"engines": {
|
|
260
|
-
"node": ">= 8"
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
216
|
"node_modules/@appium/schema": {
|
|
264
|
-
"version": "0.3.
|
|
217
|
+
"version": "0.3.1",
|
|
265
218
|
"license": "Apache-2.0",
|
|
266
219
|
"dependencies": {
|
|
267
220
|
"@types/json-schema": "7.0.12",
|
|
@@ -274,11 +227,11 @@
|
|
|
274
227
|
}
|
|
275
228
|
},
|
|
276
229
|
"node_modules/@appium/support": {
|
|
277
|
-
"version": "4.1.
|
|
230
|
+
"version": "4.1.3",
|
|
278
231
|
"license": "Apache-2.0",
|
|
279
232
|
"dependencies": {
|
|
280
233
|
"@appium/tsconfig": "^0.3.0",
|
|
281
|
-
"@appium/types": "^0.13.
|
|
234
|
+
"@appium/types": "^0.13.2",
|
|
282
235
|
"@colors/colors": "1.5.0",
|
|
283
236
|
"@types/archiver": "5.3.2",
|
|
284
237
|
"@types/base64-stream": "1.0.2",
|
|
@@ -322,11 +275,11 @@
|
|
|
322
275
|
"read-pkg": "5.2.0",
|
|
323
276
|
"resolve-from": "5.0.0",
|
|
324
277
|
"sanitize-filename": "1.6.3",
|
|
325
|
-
"semver": "7.5.
|
|
278
|
+
"semver": "7.5.3",
|
|
326
279
|
"shell-quote": "1.8.1",
|
|
327
280
|
"source-map-support": "0.5.21",
|
|
328
281
|
"supports-color": "8.1.1",
|
|
329
|
-
"teen_process": "2.0.
|
|
282
|
+
"teen_process": "2.0.4",
|
|
330
283
|
"type-fest": "3.11.1",
|
|
331
284
|
"uuid": "9.0.0",
|
|
332
285
|
"which": "3.0.1",
|
|
@@ -340,47 +293,37 @@
|
|
|
340
293
|
"sharp": "0.32.1"
|
|
341
294
|
}
|
|
342
295
|
},
|
|
343
|
-
"node_modules/@appium/support/node_modules
|
|
344
|
-
"version": "
|
|
345
|
-
"
|
|
346
|
-
"dependencies": {
|
|
347
|
-
"regenerator-runtime": "^0.13.4"
|
|
348
|
-
},
|
|
349
|
-
"engines": {
|
|
350
|
-
"node": ">=6.9.0"
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
"node_modules/@appium/support/node_modules/teen_process": {
|
|
354
|
-
"version": "2.0.2",
|
|
296
|
+
"node_modules/@appium/support/node_modules/sharp": {
|
|
297
|
+
"version": "0.32.1",
|
|
298
|
+
"hasInstallScript": true,
|
|
355
299
|
"license": "Apache-2.0",
|
|
300
|
+
"optional": true,
|
|
356
301
|
"dependencies": {
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"
|
|
302
|
+
"color": "^4.2.3",
|
|
303
|
+
"detect-libc": "^2.0.1",
|
|
304
|
+
"node-addon-api": "^6.1.0",
|
|
305
|
+
"prebuild-install": "^7.1.1",
|
|
306
|
+
"semver": "^7.5.0",
|
|
307
|
+
"simple-get": "^4.0.1",
|
|
308
|
+
"tar-fs": "^2.1.1",
|
|
309
|
+
"tunnel-agent": "^0.6.0"
|
|
363
310
|
},
|
|
364
311
|
"engines": {
|
|
365
|
-
"node": ">=14"
|
|
366
|
-
|
|
312
|
+
"node": ">=14.15.0"
|
|
313
|
+
},
|
|
314
|
+
"funding": {
|
|
315
|
+
"url": "https://opencollective.com/libvips"
|
|
367
316
|
}
|
|
368
317
|
},
|
|
369
|
-
"node_modules/@appium/support/node_modules/
|
|
370
|
-
"version": "1.
|
|
371
|
-
"license": "MIT"
|
|
372
|
-
|
|
373
|
-
"node_modules/@appium/support/node_modules/teen_process/node_modules/which": {
|
|
374
|
-
"version": "2.0.2",
|
|
375
|
-
"license": "ISC",
|
|
318
|
+
"node_modules/@appium/support/node_modules/tar-fs": {
|
|
319
|
+
"version": "2.1.1",
|
|
320
|
+
"license": "MIT",
|
|
321
|
+
"optional": true,
|
|
376
322
|
"dependencies": {
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
"
|
|
381
|
-
},
|
|
382
|
-
"engines": {
|
|
383
|
-
"node": ">= 8"
|
|
323
|
+
"chownr": "^1.1.1",
|
|
324
|
+
"mkdirp-classic": "^0.5.2",
|
|
325
|
+
"pump": "^3.0.0",
|
|
326
|
+
"tar-stream": "^2.1.4"
|
|
384
327
|
}
|
|
385
328
|
},
|
|
386
329
|
"node_modules/@appium/tsconfig": {
|
|
@@ -417,10 +360,10 @@
|
|
|
417
360
|
}
|
|
418
361
|
},
|
|
419
362
|
"node_modules/@appium/types": {
|
|
420
|
-
"version": "0.13.
|
|
363
|
+
"version": "0.13.2",
|
|
421
364
|
"license": "Apache-2.0",
|
|
422
365
|
"dependencies": {
|
|
423
|
-
"@appium/schema": "^0.3.
|
|
366
|
+
"@appium/schema": "^0.3.1",
|
|
424
367
|
"@appium/tsconfig": "^0.3.0",
|
|
425
368
|
"@types/express": "4.17.17",
|
|
426
369
|
"@types/npmlog": "4.1.4",
|
|
@@ -433,10 +376,11 @@
|
|
|
433
376
|
}
|
|
434
377
|
},
|
|
435
378
|
"node_modules/@babel/code-frame": {
|
|
436
|
-
"version": "7.22.
|
|
379
|
+
"version": "7.22.10",
|
|
437
380
|
"license": "MIT",
|
|
438
381
|
"dependencies": {
|
|
439
|
-
"@babel/highlight": "^7.22.
|
|
382
|
+
"@babel/highlight": "^7.22.10",
|
|
383
|
+
"chalk": "^2.4.2"
|
|
440
384
|
},
|
|
441
385
|
"engines": {
|
|
442
386
|
"node": ">=6.9.0"
|
|
@@ -450,11 +394,11 @@
|
|
|
450
394
|
}
|
|
451
395
|
},
|
|
452
396
|
"node_modules/@babel/highlight": {
|
|
453
|
-
"version": "7.22.
|
|
397
|
+
"version": "7.22.10",
|
|
454
398
|
"license": "MIT",
|
|
455
399
|
"dependencies": {
|
|
456
400
|
"@babel/helper-validator-identifier": "^7.22.5",
|
|
457
|
-
"chalk": "^2.
|
|
401
|
+
"chalk": "^2.4.2",
|
|
458
402
|
"js-tokens": "^4.0.0"
|
|
459
403
|
},
|
|
460
404
|
"engines": {
|
|
@@ -462,10 +406,10 @@
|
|
|
462
406
|
}
|
|
463
407
|
},
|
|
464
408
|
"node_modules/@babel/runtime": {
|
|
465
|
-
"version": "7.22.
|
|
409
|
+
"version": "7.22.10",
|
|
466
410
|
"license": "MIT",
|
|
467
411
|
"dependencies": {
|
|
468
|
-
"regenerator-runtime": "^0.
|
|
412
|
+
"regenerator-runtime": "^0.14.0"
|
|
469
413
|
},
|
|
470
414
|
"engines": {
|
|
471
415
|
"node": ">=6.9.0"
|
|
@@ -716,7 +660,7 @@
|
|
|
716
660
|
}
|
|
717
661
|
},
|
|
718
662
|
"node_modules/@types/node": {
|
|
719
|
-
"version": "20.
|
|
663
|
+
"version": "20.4.9",
|
|
720
664
|
"license": "MIT"
|
|
721
665
|
},
|
|
722
666
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -815,7 +759,7 @@
|
|
|
815
759
|
}
|
|
816
760
|
},
|
|
817
761
|
"node_modules/@xmldom/xmldom": {
|
|
818
|
-
"version": "0.8.
|
|
762
|
+
"version": "0.8.10",
|
|
819
763
|
"license": "MIT",
|
|
820
764
|
"engines": {
|
|
821
765
|
"node": ">=10.0.0"
|
|
@@ -900,7 +844,7 @@
|
|
|
900
844
|
}
|
|
901
845
|
},
|
|
902
846
|
"node_modules/ansi-sequence-parser": {
|
|
903
|
-
"version": "1.1.
|
|
847
|
+
"version": "1.1.1",
|
|
904
848
|
"extraneous": true,
|
|
905
849
|
"license": "MIT"
|
|
906
850
|
},
|
|
@@ -915,7 +859,7 @@
|
|
|
915
859
|
}
|
|
916
860
|
},
|
|
917
861
|
"node_modules/appium-adb": {
|
|
918
|
-
"version": "9.14.
|
|
862
|
+
"version": "9.14.4",
|
|
919
863
|
"license": "Apache-2.0",
|
|
920
864
|
"dependencies": {
|
|
921
865
|
"@appium/support": "^4.0.0",
|
|
@@ -923,9 +867,9 @@
|
|
|
923
867
|
"async-lock": "^1.0.0",
|
|
924
868
|
"asyncbox": "^2.6.0",
|
|
925
869
|
"bluebird": "^3.4.7",
|
|
926
|
-
"ini": "^
|
|
870
|
+
"ini": "^4.1.1",
|
|
927
871
|
"lodash": "^4.0.0",
|
|
928
|
-
"lru-cache": "^
|
|
872
|
+
"lru-cache": "^10.0.0",
|
|
929
873
|
"semver": "^7.0.0",
|
|
930
874
|
"source-map-support": "^0.x",
|
|
931
875
|
"teen_process": "^2.0.1",
|
|
@@ -937,10 +881,10 @@
|
|
|
937
881
|
}
|
|
938
882
|
},
|
|
939
883
|
"node_modules/appium-adb/node_modules/lru-cache": {
|
|
940
|
-
"version": "
|
|
884
|
+
"version": "10.0.0",
|
|
941
885
|
"license": "ISC",
|
|
942
886
|
"engines": {
|
|
943
|
-
"node": ">=
|
|
887
|
+
"node": "14 || >=16.14"
|
|
944
888
|
}
|
|
945
889
|
},
|
|
946
890
|
"node_modules/appium-android-driver": {
|
|
@@ -981,7 +925,7 @@
|
|
|
981
925
|
}
|
|
982
926
|
},
|
|
983
927
|
"node_modules/appium-chromedriver": {
|
|
984
|
-
"version": "5.
|
|
928
|
+
"version": "5.6.2",
|
|
985
929
|
"hasInstallScript": true,
|
|
986
930
|
"license": "Apache-2.0",
|
|
987
931
|
"dependencies": {
|
|
@@ -993,7 +937,7 @@
|
|
|
993
937
|
"asyncbox": "^2.0.2",
|
|
994
938
|
"axios": "^1.x",
|
|
995
939
|
"bluebird": "^3.5.1",
|
|
996
|
-
"compare-versions": "^
|
|
940
|
+
"compare-versions": "^6.0.0",
|
|
997
941
|
"fancy-log": "^2.0.0",
|
|
998
942
|
"lodash": "^4.17.4",
|
|
999
943
|
"semver": "^7.0.0",
|
|
@@ -1071,6 +1015,10 @@
|
|
|
1071
1015
|
"url": "https://github.com/sponsors/isaacs"
|
|
1072
1016
|
}
|
|
1073
1017
|
},
|
|
1018
|
+
"node_modules/archiver-utils/node_modules/isarray": {
|
|
1019
|
+
"version": "1.0.0",
|
|
1020
|
+
"license": "MIT"
|
|
1021
|
+
},
|
|
1074
1022
|
"node_modules/archiver-utils/node_modules/readable-stream": {
|
|
1075
1023
|
"version": "2.3.8",
|
|
1076
1024
|
"license": "MIT",
|
|
@@ -1096,7 +1044,7 @@
|
|
|
1096
1044
|
}
|
|
1097
1045
|
},
|
|
1098
1046
|
"node_modules/are-we-there-yet": {
|
|
1099
|
-
"version": "4.0.
|
|
1047
|
+
"version": "4.0.1",
|
|
1100
1048
|
"license": "ISC",
|
|
1101
1049
|
"dependencies": {
|
|
1102
1050
|
"delegates": "^1.0.0",
|
|
@@ -1129,13 +1077,14 @@
|
|
|
1129
1077
|
}
|
|
1130
1078
|
},
|
|
1131
1079
|
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
1132
|
-
"version": "4.4.
|
|
1080
|
+
"version": "4.4.2",
|
|
1133
1081
|
"license": "MIT",
|
|
1134
1082
|
"dependencies": {
|
|
1135
1083
|
"abort-controller": "^3.0.0",
|
|
1136
1084
|
"buffer": "^6.0.3",
|
|
1137
1085
|
"events": "^3.3.0",
|
|
1138
|
-
"process": "^0.11.10"
|
|
1086
|
+
"process": "^0.11.10",
|
|
1087
|
+
"string_decoder": "^1.3.0"
|
|
1139
1088
|
},
|
|
1140
1089
|
"engines": {
|
|
1141
1090
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -1390,8 +1339,8 @@
|
|
|
1390
1339
|
},
|
|
1391
1340
|
"node_modules/chownr": {
|
|
1392
1341
|
"version": "1.1.4",
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1342
|
+
"license": "ISC",
|
|
1343
|
+
"optional": true
|
|
1395
1344
|
},
|
|
1396
1345
|
"node_modules/cli-cursor": {
|
|
1397
1346
|
"version": "3.1.0",
|
|
@@ -1464,8 +1413,8 @@
|
|
|
1464
1413
|
},
|
|
1465
1414
|
"node_modules/color": {
|
|
1466
1415
|
"version": "4.2.3",
|
|
1467
|
-
"devOptional": true,
|
|
1468
1416
|
"license": "MIT",
|
|
1417
|
+
"optional": true,
|
|
1469
1418
|
"dependencies": {
|
|
1470
1419
|
"color-convert": "^2.0.1",
|
|
1471
1420
|
"color-string": "^1.9.0"
|
|
@@ -1487,8 +1436,8 @@
|
|
|
1487
1436
|
},
|
|
1488
1437
|
"node_modules/color-string": {
|
|
1489
1438
|
"version": "1.9.1",
|
|
1490
|
-
"devOptional": true,
|
|
1491
1439
|
"license": "MIT",
|
|
1440
|
+
"optional": true,
|
|
1492
1441
|
"dependencies": {
|
|
1493
1442
|
"color-name": "^1.0.0",
|
|
1494
1443
|
"simple-swizzle": "^0.2.2"
|
|
@@ -1503,8 +1452,8 @@
|
|
|
1503
1452
|
},
|
|
1504
1453
|
"node_modules/color/node_modules/color-convert": {
|
|
1505
1454
|
"version": "2.0.1",
|
|
1506
|
-
"devOptional": true,
|
|
1507
1455
|
"license": "MIT",
|
|
1456
|
+
"optional": true,
|
|
1508
1457
|
"dependencies": {
|
|
1509
1458
|
"color-name": "~1.1.4"
|
|
1510
1459
|
},
|
|
@@ -1514,8 +1463,8 @@
|
|
|
1514
1463
|
},
|
|
1515
1464
|
"node_modules/color/node_modules/color-name": {
|
|
1516
1465
|
"version": "1.1.4",
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1466
|
+
"license": "MIT",
|
|
1467
|
+
"optional": true
|
|
1519
1468
|
},
|
|
1520
1469
|
"node_modules/colorspace": {
|
|
1521
1470
|
"version": "1.1.4",
|
|
@@ -1546,7 +1495,7 @@
|
|
|
1546
1495
|
}
|
|
1547
1496
|
},
|
|
1548
1497
|
"node_modules/compare-versions": {
|
|
1549
|
-
"version": "
|
|
1498
|
+
"version": "6.1.0",
|
|
1550
1499
|
"license": "MIT"
|
|
1551
1500
|
},
|
|
1552
1501
|
"node_modules/compress-commons": {
|
|
@@ -1693,8 +1642,8 @@
|
|
|
1693
1642
|
},
|
|
1694
1643
|
"node_modules/decompress-response": {
|
|
1695
1644
|
"version": "6.0.0",
|
|
1696
|
-
"devOptional": true,
|
|
1697
1645
|
"license": "MIT",
|
|
1646
|
+
"optional": true,
|
|
1698
1647
|
"dependencies": {
|
|
1699
1648
|
"mimic-response": "^3.1.0"
|
|
1700
1649
|
},
|
|
@@ -1707,8 +1656,8 @@
|
|
|
1707
1656
|
},
|
|
1708
1657
|
"node_modules/deep-extend": {
|
|
1709
1658
|
"version": "0.6.0",
|
|
1710
|
-
"devOptional": true,
|
|
1711
1659
|
"license": "MIT",
|
|
1660
|
+
"optional": true,
|
|
1712
1661
|
"engines": {
|
|
1713
1662
|
"node": ">=4.0.0"
|
|
1714
1663
|
}
|
|
@@ -1751,9 +1700,9 @@
|
|
|
1751
1700
|
}
|
|
1752
1701
|
},
|
|
1753
1702
|
"node_modules/detect-libc": {
|
|
1754
|
-
"version": "2.0.
|
|
1755
|
-
"devOptional": true,
|
|
1703
|
+
"version": "2.0.2",
|
|
1756
1704
|
"license": "Apache-2.0",
|
|
1705
|
+
"optional": true,
|
|
1757
1706
|
"engines": {
|
|
1758
1707
|
"node": ">=8"
|
|
1759
1708
|
}
|
|
@@ -1846,8 +1795,8 @@
|
|
|
1846
1795
|
},
|
|
1847
1796
|
"node_modules/expand-template": {
|
|
1848
1797
|
"version": "2.0.3",
|
|
1849
|
-
"devOptional": true,
|
|
1850
1798
|
"license": "(MIT OR WTFPL)",
|
|
1799
|
+
"optional": true,
|
|
1851
1800
|
"engines": {
|
|
1852
1801
|
"node": ">=6"
|
|
1853
1802
|
}
|
|
@@ -2137,7 +2086,7 @@
|
|
|
2137
2086
|
}
|
|
2138
2087
|
},
|
|
2139
2088
|
"node_modules/gauge/node_modules/signal-exit": {
|
|
2140
|
-
"version": "4.0
|
|
2089
|
+
"version": "4.1.0",
|
|
2141
2090
|
"license": "ISC",
|
|
2142
2091
|
"engines": {
|
|
2143
2092
|
"node": ">=14"
|
|
@@ -2191,8 +2140,8 @@
|
|
|
2191
2140
|
},
|
|
2192
2141
|
"node_modules/github-from-package": {
|
|
2193
2142
|
"version": "0.0.0",
|
|
2194
|
-
"
|
|
2195
|
-
"
|
|
2143
|
+
"license": "MIT",
|
|
2144
|
+
"optional": true
|
|
2196
2145
|
},
|
|
2197
2146
|
"node_modules/glob": {
|
|
2198
2147
|
"version": "8.1.0",
|
|
@@ -2356,14 +2305,14 @@
|
|
|
2356
2305
|
"license": "ISC"
|
|
2357
2306
|
},
|
|
2358
2307
|
"node_modules/ini": {
|
|
2359
|
-
"version": "
|
|
2308
|
+
"version": "4.1.1",
|
|
2360
2309
|
"license": "ISC",
|
|
2361
2310
|
"engines": {
|
|
2362
|
-
"node": "^
|
|
2311
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2363
2312
|
}
|
|
2364
2313
|
},
|
|
2365
2314
|
"node_modules/io.appium.settings": {
|
|
2366
|
-
"version": "5.0
|
|
2315
|
+
"version": "5.1.0",
|
|
2367
2316
|
"license": "Apache-2.0",
|
|
2368
2317
|
"engines": {
|
|
2369
2318
|
"node": ">=14",
|
|
@@ -2382,7 +2331,7 @@
|
|
|
2382
2331
|
"license": "MIT"
|
|
2383
2332
|
},
|
|
2384
2333
|
"node_modules/is-core-module": {
|
|
2385
|
-
"version": "2.
|
|
2334
|
+
"version": "2.13.0",
|
|
2386
2335
|
"license": "MIT",
|
|
2387
2336
|
"dependencies": {
|
|
2388
2337
|
"has": "^1.0.3"
|
|
@@ -2427,10 +2376,6 @@
|
|
|
2427
2376
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2428
2377
|
}
|
|
2429
2378
|
},
|
|
2430
|
-
"node_modules/isarray": {
|
|
2431
|
-
"version": "1.0.0",
|
|
2432
|
-
"license": "MIT"
|
|
2433
|
-
},
|
|
2434
2379
|
"node_modules/isexe": {
|
|
2435
2380
|
"version": "2.0.0",
|
|
2436
2381
|
"license": "ISC"
|
|
@@ -2512,6 +2457,10 @@
|
|
|
2512
2457
|
"node": ">= 0.6.3"
|
|
2513
2458
|
}
|
|
2514
2459
|
},
|
|
2460
|
+
"node_modules/lazystream/node_modules/isarray": {
|
|
2461
|
+
"version": "1.0.0",
|
|
2462
|
+
"license": "MIT"
|
|
2463
|
+
},
|
|
2515
2464
|
"node_modules/lazystream/node_modules/readable-stream": {
|
|
2516
2465
|
"version": "2.3.8",
|
|
2517
2466
|
"license": "MIT",
|
|
@@ -2769,8 +2718,8 @@
|
|
|
2769
2718
|
},
|
|
2770
2719
|
"node_modules/mimic-response": {
|
|
2771
2720
|
"version": "3.1.0",
|
|
2772
|
-
"devOptional": true,
|
|
2773
2721
|
"license": "MIT",
|
|
2722
|
+
"optional": true,
|
|
2774
2723
|
"engines": {
|
|
2775
2724
|
"node": ">=10"
|
|
2776
2725
|
},
|
|
@@ -2807,8 +2756,8 @@
|
|
|
2807
2756
|
},
|
|
2808
2757
|
"node_modules/mkdirp-classic": {
|
|
2809
2758
|
"version": "0.5.3",
|
|
2810
|
-
"
|
|
2811
|
-
"
|
|
2759
|
+
"license": "MIT",
|
|
2760
|
+
"optional": true
|
|
2812
2761
|
},
|
|
2813
2762
|
"node_modules/moment": {
|
|
2814
2763
|
"version": "2.29.4",
|
|
@@ -2904,8 +2853,8 @@
|
|
|
2904
2853
|
},
|
|
2905
2854
|
"node_modules/napi-build-utils": {
|
|
2906
2855
|
"version": "1.0.2",
|
|
2907
|
-
"
|
|
2908
|
-
"
|
|
2856
|
+
"license": "MIT",
|
|
2857
|
+
"optional": true
|
|
2909
2858
|
},
|
|
2910
2859
|
"node_modules/ncp": {
|
|
2911
2860
|
"version": "2.0.0",
|
|
@@ -2928,8 +2877,8 @@
|
|
|
2928
2877
|
},
|
|
2929
2878
|
"node_modules/node-abi": {
|
|
2930
2879
|
"version": "3.45.0",
|
|
2931
|
-
"devOptional": true,
|
|
2932
2880
|
"license": "MIT",
|
|
2881
|
+
"optional": true,
|
|
2933
2882
|
"dependencies": {
|
|
2934
2883
|
"semver": "^7.3.5"
|
|
2935
2884
|
},
|
|
@@ -2939,8 +2888,8 @@
|
|
|
2939
2888
|
},
|
|
2940
2889
|
"node_modules/node-addon-api": {
|
|
2941
2890
|
"version": "6.1.0",
|
|
2942
|
-
"
|
|
2943
|
-
"
|
|
2891
|
+
"license": "MIT",
|
|
2892
|
+
"optional": true
|
|
2944
2893
|
},
|
|
2945
2894
|
"node_modules/normalize-package-data": {
|
|
2946
2895
|
"version": "2.5.0",
|
|
@@ -2953,7 +2902,7 @@
|
|
|
2953
2902
|
}
|
|
2954
2903
|
},
|
|
2955
2904
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
2956
|
-
"version": "5.7.
|
|
2905
|
+
"version": "5.7.2",
|
|
2957
2906
|
"license": "ISC",
|
|
2958
2907
|
"bin": {
|
|
2959
2908
|
"semver": "bin/semver"
|
|
@@ -3297,8 +3246,8 @@
|
|
|
3297
3246
|
},
|
|
3298
3247
|
"node_modules/prebuild-install": {
|
|
3299
3248
|
"version": "7.1.1",
|
|
3300
|
-
"devOptional": true,
|
|
3301
3249
|
"license": "MIT",
|
|
3250
|
+
"optional": true,
|
|
3302
3251
|
"dependencies": {
|
|
3303
3252
|
"detect-libc": "^2.0.0",
|
|
3304
3253
|
"expand-template": "^2.0.3",
|
|
@@ -3320,6 +3269,17 @@
|
|
|
3320
3269
|
"node": ">=10"
|
|
3321
3270
|
}
|
|
3322
3271
|
},
|
|
3272
|
+
"node_modules/prebuild-install/node_modules/tar-fs": {
|
|
3273
|
+
"version": "2.1.1",
|
|
3274
|
+
"license": "MIT",
|
|
3275
|
+
"optional": true,
|
|
3276
|
+
"dependencies": {
|
|
3277
|
+
"chownr": "^1.1.1",
|
|
3278
|
+
"mkdirp-classic": "^0.5.2",
|
|
3279
|
+
"pump": "^3.0.0",
|
|
3280
|
+
"tar-stream": "^2.1.4"
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3323
3283
|
"node_modules/process": {
|
|
3324
3284
|
"version": "0.11.10",
|
|
3325
3285
|
"license": "MIT",
|
|
@@ -3348,8 +3308,8 @@
|
|
|
3348
3308
|
},
|
|
3349
3309
|
"node_modules/pump": {
|
|
3350
3310
|
"version": "3.0.0",
|
|
3351
|
-
"devOptional": true,
|
|
3352
3311
|
"license": "MIT",
|
|
3312
|
+
"optional": true,
|
|
3353
3313
|
"dependencies": {
|
|
3354
3314
|
"end-of-stream": "^1.1.0",
|
|
3355
3315
|
"once": "^1.3.1"
|
|
@@ -3398,8 +3358,8 @@
|
|
|
3398
3358
|
},
|
|
3399
3359
|
"node_modules/rc": {
|
|
3400
3360
|
"version": "1.2.8",
|
|
3401
|
-
"devOptional": true,
|
|
3402
3361
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
3362
|
+
"optional": true,
|
|
3403
3363
|
"dependencies": {
|
|
3404
3364
|
"deep-extend": "^0.6.0",
|
|
3405
3365
|
"ini": "~1.3.0",
|
|
@@ -3412,13 +3372,13 @@
|
|
|
3412
3372
|
},
|
|
3413
3373
|
"node_modules/rc/node_modules/ini": {
|
|
3414
3374
|
"version": "1.3.8",
|
|
3415
|
-
"
|
|
3416
|
-
"
|
|
3375
|
+
"license": "ISC",
|
|
3376
|
+
"optional": true
|
|
3417
3377
|
},
|
|
3418
3378
|
"node_modules/rc/node_modules/strip-json-comments": {
|
|
3419
3379
|
"version": "2.0.1",
|
|
3420
|
-
"devOptional": true,
|
|
3421
3380
|
"license": "MIT",
|
|
3381
|
+
"optional": true,
|
|
3422
3382
|
"engines": {
|
|
3423
3383
|
"node": ">=0.10.0"
|
|
3424
3384
|
}
|
|
@@ -3480,7 +3440,7 @@
|
|
|
3480
3440
|
}
|
|
3481
3441
|
},
|
|
3482
3442
|
"node_modules/regenerator-runtime": {
|
|
3483
|
-
"version": "0.
|
|
3443
|
+
"version": "0.14.0",
|
|
3484
3444
|
"license": "MIT"
|
|
3485
3445
|
},
|
|
3486
3446
|
"node_modules/require-directory": {
|
|
@@ -3500,10 +3460,10 @@
|
|
|
3500
3460
|
}
|
|
3501
3461
|
},
|
|
3502
3462
|
"node_modules/resolve": {
|
|
3503
|
-
"version": "1.22.
|
|
3463
|
+
"version": "1.22.4",
|
|
3504
3464
|
"license": "MIT",
|
|
3505
3465
|
"dependencies": {
|
|
3506
|
-
"is-core-module": "^2.
|
|
3466
|
+
"is-core-module": "^2.13.0",
|
|
3507
3467
|
"path-parse": "^1.0.7",
|
|
3508
3468
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
3509
3469
|
},
|
|
@@ -3571,7 +3531,7 @@
|
|
|
3571
3531
|
}
|
|
3572
3532
|
},
|
|
3573
3533
|
"node_modules/semver": {
|
|
3574
|
-
"version": "7.5.
|
|
3534
|
+
"version": "7.5.3",
|
|
3575
3535
|
"license": "ISC",
|
|
3576
3536
|
"dependencies": {
|
|
3577
3537
|
"lru-cache": "^6.0.0"
|
|
@@ -3702,28 +3662,6 @@
|
|
|
3702
3662
|
"node": ">=4.0"
|
|
3703
3663
|
}
|
|
3704
3664
|
},
|
|
3705
|
-
"node_modules/sharp": {
|
|
3706
|
-
"version": "0.32.1",
|
|
3707
|
-
"devOptional": true,
|
|
3708
|
-
"hasInstallScript": true,
|
|
3709
|
-
"license": "Apache-2.0",
|
|
3710
|
-
"dependencies": {
|
|
3711
|
-
"color": "^4.2.3",
|
|
3712
|
-
"detect-libc": "^2.0.1",
|
|
3713
|
-
"node-addon-api": "^6.1.0",
|
|
3714
|
-
"prebuild-install": "^7.1.1",
|
|
3715
|
-
"semver": "^7.5.0",
|
|
3716
|
-
"simple-get": "^4.0.1",
|
|
3717
|
-
"tar-fs": "^2.1.1",
|
|
3718
|
-
"tunnel-agent": "^0.6.0"
|
|
3719
|
-
},
|
|
3720
|
-
"engines": {
|
|
3721
|
-
"node": ">=14.15.0"
|
|
3722
|
-
},
|
|
3723
|
-
"funding": {
|
|
3724
|
-
"url": "https://opencollective.com/libvips"
|
|
3725
|
-
}
|
|
3726
|
-
},
|
|
3727
3665
|
"node_modules/shebang-command": {
|
|
3728
3666
|
"version": "2.0.0",
|
|
3729
3667
|
"extraneous": true,
|
|
@@ -3779,7 +3717,6 @@
|
|
|
3779
3717
|
},
|
|
3780
3718
|
"node_modules/simple-concat": {
|
|
3781
3719
|
"version": "1.0.1",
|
|
3782
|
-
"devOptional": true,
|
|
3783
3720
|
"funding": [
|
|
3784
3721
|
{
|
|
3785
3722
|
"type": "github",
|
|
@@ -3794,11 +3731,11 @@
|
|
|
3794
3731
|
"url": "https://feross.org/support"
|
|
3795
3732
|
}
|
|
3796
3733
|
],
|
|
3797
|
-
"license": "MIT"
|
|
3734
|
+
"license": "MIT",
|
|
3735
|
+
"optional": true
|
|
3798
3736
|
},
|
|
3799
3737
|
"node_modules/simple-get": {
|
|
3800
3738
|
"version": "4.0.1",
|
|
3801
|
-
"devOptional": true,
|
|
3802
3739
|
"funding": [
|
|
3803
3740
|
{
|
|
3804
3741
|
"type": "github",
|
|
@@ -3814,6 +3751,7 @@
|
|
|
3814
3751
|
}
|
|
3815
3752
|
],
|
|
3816
3753
|
"license": "MIT",
|
|
3754
|
+
"optional": true,
|
|
3817
3755
|
"dependencies": {
|
|
3818
3756
|
"decompress-response": "^6.0.0",
|
|
3819
3757
|
"once": "^1.3.1",
|
|
@@ -3822,16 +3760,16 @@
|
|
|
3822
3760
|
},
|
|
3823
3761
|
"node_modules/simple-swizzle": {
|
|
3824
3762
|
"version": "0.2.2",
|
|
3825
|
-
"devOptional": true,
|
|
3826
3763
|
"license": "MIT",
|
|
3764
|
+
"optional": true,
|
|
3827
3765
|
"dependencies": {
|
|
3828
3766
|
"is-arrayish": "^0.3.1"
|
|
3829
3767
|
}
|
|
3830
3768
|
},
|
|
3831
3769
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
3832
3770
|
"version": "0.3.2",
|
|
3833
|
-
"
|
|
3834
|
-
"
|
|
3771
|
+
"license": "MIT",
|
|
3772
|
+
"optional": true
|
|
3835
3773
|
},
|
|
3836
3774
|
"node_modules/source-map": {
|
|
3837
3775
|
"version": "0.6.1",
|
|
@@ -3942,17 +3880,6 @@
|
|
|
3942
3880
|
"url": "https://github.com/sponsors/ljharb"
|
|
3943
3881
|
}
|
|
3944
3882
|
},
|
|
3945
|
-
"node_modules/tar-fs": {
|
|
3946
|
-
"version": "2.1.1",
|
|
3947
|
-
"devOptional": true,
|
|
3948
|
-
"license": "MIT",
|
|
3949
|
-
"dependencies": {
|
|
3950
|
-
"chownr": "^1.1.1",
|
|
3951
|
-
"mkdirp-classic": "^0.5.2",
|
|
3952
|
-
"pump": "^3.0.0",
|
|
3953
|
-
"tar-stream": "^2.1.4"
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
3883
|
"node_modules/tar-stream": {
|
|
3957
3884
|
"version": "2.2.0",
|
|
3958
3885
|
"license": "MIT",
|
|
@@ -3998,9 +3925,12 @@
|
|
|
3998
3925
|
}
|
|
3999
3926
|
},
|
|
4000
3927
|
"node_modules/triple-beam": {
|
|
4001
|
-
"version": "1.
|
|
3928
|
+
"version": "1.4.1",
|
|
4002
3929
|
"extraneous": true,
|
|
4003
|
-
"license": "MIT"
|
|
3930
|
+
"license": "MIT",
|
|
3931
|
+
"engines": {
|
|
3932
|
+
"node": ">= 14.0.0"
|
|
3933
|
+
}
|
|
4004
3934
|
},
|
|
4005
3935
|
"node_modules/truncate-utf8-bytes": {
|
|
4006
3936
|
"version": "1.0.2",
|
|
@@ -4043,14 +3973,14 @@
|
|
|
4043
3973
|
}
|
|
4044
3974
|
},
|
|
4045
3975
|
"node_modules/tslib": {
|
|
4046
|
-
"version": "2.6.
|
|
3976
|
+
"version": "2.6.1",
|
|
4047
3977
|
"extraneous": true,
|
|
4048
3978
|
"license": "0BSD"
|
|
4049
3979
|
},
|
|
4050
3980
|
"node_modules/tunnel-agent": {
|
|
4051
3981
|
"version": "0.6.0",
|
|
4052
|
-
"devOptional": true,
|
|
4053
3982
|
"license": "Apache-2.0",
|
|
3983
|
+
"optional": true,
|
|
4054
3984
|
"dependencies": {
|
|
4055
3985
|
"safe-buffer": "^5.0.1"
|
|
4056
3986
|
},
|
|
@@ -4448,7 +4378,7 @@
|
|
|
4448
4378
|
}
|
|
4449
4379
|
},
|
|
4450
4380
|
"node_modules/xpath": {
|
|
4451
|
-
"version": "0.0.
|
|
4381
|
+
"version": "0.0.33",
|
|
4452
4382
|
"license": "MIT",
|
|
4453
4383
|
"engines": {
|
|
4454
4384
|
"node": ">=0.6.0"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.29.
|
|
10
|
+
"version": "2.29.4",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"appium-adb": "^9.13.1",
|
|
61
61
|
"appium-android-driver": "^5.14.0",
|
|
62
|
-
"appium-chromedriver": "^5.
|
|
62
|
+
"appium-chromedriver": "^5.6.1",
|
|
63
63
|
"appium-uiautomator2-server": "^5.12.2",
|
|
64
64
|
"asyncbox": "^2.3.1",
|
|
65
65
|
"axios": "^1.x",
|