appium-xcuitest-driver 7.28.2 → 7.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [7.29.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.3...v7.29.0) (2024-11-11)
2
+
3
+ ### Features
4
+
5
+ * add useClearTextShortcut to setting api ([#2490](https://github.com/appium/appium-xcuitest-driver/issues/2490)) ([f54a157](https://github.com/appium/appium-xcuitest-driver/commit/f54a1570da5ca791ccb1f3f7402dafd1b9860c1b))
6
+
7
+ ## [7.28.3](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.2...v7.28.3) (2024-10-23)
8
+
9
+ ### Bug Fixes
10
+
11
+ * Add accessible attribute to the xml tree in case of useJSONSource ([#2484](https://github.com/appium/appium-xcuitest-driver/issues/2484)) ([e25ac81](https://github.com/appium/appium-xcuitest-driver/commit/e25ac81dcba287362c49c5768fcc4ab0c09de18c))
12
+
1
13
  ## [7.28.2](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.1...v7.28.2) (2024-10-23)
2
14
 
3
15
  ### Bug Fixes
@@ -1 +1 @@
1
- {"version":3,"file":"source.d.ts","sourceRoot":"","sources":["../../../lib/commands/source.js"],"names":[],"mappings":";IAME;;OAEG;IACH,+EAgBC;IAID;;;;;;;;OAQG;IACH,4EANW,OAAO,SAAS,EAAE,YAAY,4CAG5B,OAAO,CAAC,MAAM,CAAC,CAe3B;;;6BA8EU,OAAO,WAAW,EAAE,cAAc"}
1
+ {"version":3,"file":"source.d.ts","sourceRoot":"","sources":["../../../lib/commands/source.js"],"names":[],"mappings":";IAME;;OAEG;IACH,+EAgBC;IAID;;;;;;;;OAQG;IACH,4EANW,OAAO,SAAS,EAAE,YAAY,4CAG5B,OAAO,CAAC,MAAM,CAAC,CAe3B;;;6BAiFU,OAAO,WAAW,EAAE,cAAc"}
@@ -56,10 +56,12 @@ const helpers = {
56
56
  * ```js
57
57
  * { isEnabled: '1',
58
58
  * isVisible: '1',
59
+ * isAccessible: '1',
59
60
  * frame: '{{0, 0}, {375, 667}}',
60
61
  * children:
61
62
  * [ { isEnabled: '1',
62
63
  * isVisible: '1',
64
+ * isAccessible: '1',
63
65
  * frame: '{{0, 0}, {375, 667}}',
64
66
  * children: [],
65
67
  * rect: { x: 0, y: 0, width: 375, height: 667 },
@@ -89,6 +91,7 @@ function getTreeForXML(srcTree) {
89
91
  type: `XCUIElementType${element.type}`,
90
92
  enabled: parseInt(element.isEnabled, 10) === 1,
91
93
  visible: parseInt(element.isVisible, 10) === 1,
94
+ accessible: parseInt(element.isAccessible, 10) === 1,
92
95
  x: rect.x,
93
96
  y: rect.y,
94
97
  width: rect.width,
@@ -1 +1 @@
1
- {"version":3,"file":"source.js","sourceRoot":"","sources":["../../../lib/commands/source.js"],"names":[],"mappings":";;;;;AAAA,oDAAuB;AACvB,kEAAmC;AAEnC,MAAM,cAAc,GAAG,WAAW,CAAC;AAEnC,MAAM,QAAQ,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,aAAa;QACjB,IAAI,IAAI,CAAC,YAAY,EAAE,EAAE,CAAC;YACxB,MAAM,MAAM,GAAG,2CAA2C,CAAC;YAC3D,OAAO,MAAM,IAAI,CAAC,WAAW,CAAC,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,CAAC;QAChE,CAAC;QAED,IAAI,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,aAAa,EAAE,CAAC;YACtD,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;YACnD,OAAO,YAAY,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9C,CAAC;QAED,MAAM,kBAAkB,GAAG,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,4BAA4B,CAAC;QAC5F,MAAM,qBAAqB,GAAG,gBAAC,CAAC,QAAQ,CAAC,kBAAkB,CAAC,IAAI,CAAC,gBAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;QAC/F,OAAO,qBAAqB;YAC1B,CAAC,CAAC,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,kBAAkB,CAAC;YACvD,CAAC,CAAC,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;IACxC,CAAC;CACF,CAAC;AAEF,MAAM,OAAO,GAAG;IACd;;;;;;;;OAQG;IACH,KAAK,CAAC,eAAe,CAAC,MAAM,GAAG,KAAK,EAAE,kBAAkB;QACtD,MAAM,SAAS,GAAG;YAChB,MAAM;YACN,KAAK,EAAE,cAAc;SACtB,CAAC;QACF,IAAI,kBAAkB,EAAE,CAAC;YACvB,SAAS,CAAC,mBAAmB,GAAG,kBAAkB,CAAC;QACrD,CAAC;QACD,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC;aACpC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,EAAE,CAAC;aACpE,IAAI,CAAC,GAAG,CAAC,CAAC;QACb,OAAO,qBAAqB,CAAC,CAAC,MAAM,IAAI,CAAC,YAAY,CAAC,WAAW,KAAK,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC;IACpF,CAAC;CACF,CAAC;AACF;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAS,aAAa,CAAC,OAAO;IAC5B,SAAS,OAAO,CAAC,OAAO,EAAE,YAAY,EAAE,UAAU;QAChD,IAAI,OAAO,GAAG,GAAG,UAAU,IAAI,YAAY,EAAE,CAAC;QAC9C,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC;QAC9B;;;WAGG;QACH,IAAI,OAAO,GAAG;YACZ,GAAG,EAAE;gBACH,IAAI,EAAE,kBAAkB,OAAO,CAAC,IAAI,EAAE;gBACtC,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,KAAK,CAAC;gBAC9C,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,KAAK,CAAC;gBAC9C,CAAC,EAAE,IAAI,CAAC,CAAC;gBACT,CAAC,EAAE,IAAI,CAAC,CAAC;gBACT,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB;YACD,GAAG,EAAE,EAAE;SACR,CAAC;QACF,IAAI,OAAO,CAAC,IAAI,KAAK,IAAI,EAAE,CAAC;YAC1B,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QACnC,CAAC;QACD,IAAI,OAAO,CAAC,KAAK,KAAK,IAAI,EAAE,CAAC;YAC3B,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;QACrC,CAAC;QACD,IAAI,OAAO,CAAC,KAAK,KAAK,IAAI,EAAE,CAAC;YAC3B,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;QACrC,CAAC;QACD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YACzD,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;QAC9D,CAAC;QACD,OAAO;YACL,CAAC,kBAAkB,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO;SAC5C,CAAC;IACJ,CAAC;IACD,IAAI,IAAI,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IACnC,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAS,YAAY,CAAC,UAAU;IAC9B,OAAO,IAAA,uBAAM,EAAC,WAAW,EAAE,UAAU,EAAE;QACrC,SAAS,EAAE,EAAC,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAC;QACnD,WAAW,EAAE,EAAC,OAAO,EAAE,IAAI,EAAC;QAC5B,cAAc,EAAE,EAAC,YAAY,EAAE,IAAI,EAAC;KACrC,CAAC,CAAC;AACL,CAAC;AAED,kBAAe,EAAC,GAAG,OAAO,EAAE,GAAG,QAAQ,EAAC,CAAC;AACzC;;GAEG"}
1
+ {"version":3,"file":"source.js","sourceRoot":"","sources":["../../../lib/commands/source.js"],"names":[],"mappings":";;;;;AAAA,oDAAuB;AACvB,kEAAmC;AAEnC,MAAM,cAAc,GAAG,WAAW,CAAC;AAEnC,MAAM,QAAQ,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,aAAa;QACjB,IAAI,IAAI,CAAC,YAAY,EAAE,EAAE,CAAC;YACxB,MAAM,MAAM,GAAG,2CAA2C,CAAC;YAC3D,OAAO,MAAM,IAAI,CAAC,WAAW,CAAC,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,CAAC;QAChE,CAAC;QAED,IAAI,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,aAAa,EAAE,CAAC;YACtD,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;YACnD,OAAO,YAAY,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9C,CAAC;QAED,MAAM,kBAAkB,GAAG,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,4BAA4B,CAAC;QAC5F,MAAM,qBAAqB,GAAG,gBAAC,CAAC,QAAQ,CAAC,kBAAkB,CAAC,IAAI,CAAC,gBAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;QAC/F,OAAO,qBAAqB;YAC1B,CAAC,CAAC,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,kBAAkB,CAAC;YACvD,CAAC,CAAC,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;IACxC,CAAC;CACF,CAAC;AAEF,MAAM,OAAO,GAAG;IACd;;;;;;;;OAQG;IACH,KAAK,CAAC,eAAe,CAAC,MAAM,GAAG,KAAK,EAAE,kBAAkB;QACtD,MAAM,SAAS,GAAG;YAChB,MAAM;YACN,KAAK,EAAE,cAAc;SACtB,CAAC;QACF,IAAI,kBAAkB,EAAE,CAAC;YACvB,SAAS,CAAC,mBAAmB,GAAG,kBAAkB,CAAC;QACrD,CAAC;QACD,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC;aACpC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,EAAE,CAAC;aACpE,IAAI,CAAC,GAAG,CAAC,CAAC;QACb,OAAO,qBAAqB,CAAC,CAAC,MAAM,IAAI,CAAC,YAAY,CAAC,WAAW,KAAK,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC;IACpF,CAAC;CACF,CAAC;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAS,aAAa,CAAC,OAAO;IAC5B,SAAS,OAAO,CAAC,OAAO,EAAE,YAAY,EAAE,UAAU;QAChD,IAAI,OAAO,GAAG,GAAG,UAAU,IAAI,YAAY,EAAE,CAAC;QAC9C,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC;QAC9B;;;WAGG;QACH,IAAI,OAAO,GAAG;YACZ,GAAG,EAAE;gBACH,IAAI,EAAE,kBAAkB,OAAO,CAAC,IAAI,EAAE;gBACtC,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,KAAK,CAAC;gBAC9C,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,KAAK,CAAC;gBAC9C,UAAU,EAAE,QAAQ,CAAC,OAAO,CAAC,YAAY,EAAE,EAAE,CAAC,KAAK,CAAC;gBACpD,CAAC,EAAE,IAAI,CAAC,CAAC;gBACT,CAAC,EAAE,IAAI,CAAC,CAAC;gBACT,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB;YACD,GAAG,EAAE,EAAE;SACR,CAAC;QACF,IAAI,OAAO,CAAC,IAAI,KAAK,IAAI,EAAE,CAAC;YAC1B,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QACnC,CAAC;QACD,IAAI,OAAO,CAAC,KAAK,KAAK,IAAI,EAAE,CAAC;YAC3B,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;QACrC,CAAC;QACD,IAAI,OAAO,CAAC,KAAK,KAAK,IAAI,EAAE,CAAC;YAC3B,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;QACrC,CAAC;QACD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YACzD,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;QAC9D,CAAC;QACD,OAAO;YACL,CAAC,kBAAkB,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO;SAC5C,CAAC;IACJ,CAAC;IACD,IAAI,IAAI,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IACnC,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAS,YAAY,CAAC,UAAU;IAC9B,OAAO,IAAA,uBAAM,EAAC,WAAW,EAAE,UAAU,EAAE;QACrC,SAAS,EAAE,EAAC,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAC;QACnD,WAAW,EAAE,EAAC,OAAO,EAAE,IAAI,EAAC;QAC5B,cAAc,EAAE,EAAC,YAAY,EAAE,IAAI,EAAC;KACrC,CAAC,CAAC;AACL,CAAC;AAED,kBAAe,EAAC,GAAG,OAAO,EAAE,GAAG,QAAQ,EAAC,CAAC;AACzC;;GAEG"}
@@ -56,10 +56,12 @@ const helpers = {
56
56
  * ```js
57
57
  * { isEnabled: '1',
58
58
  * isVisible: '1',
59
+ * isAccessible: '1',
59
60
  * frame: '{{0, 0}, {375, 667}}',
60
61
  * children:
61
62
  * [ { isEnabled: '1',
62
63
  * isVisible: '1',
64
+ * isAccessible: '1',
63
65
  * frame: '{{0, 0}, {375, 667}}',
64
66
  * children: [],
65
67
  * rect: { x: 0, y: 0, width: 375, height: 667 },
@@ -89,6 +91,7 @@ function getTreeForXML(srcTree) {
89
91
  type: `XCUIElementType${element.type}`,
90
92
  enabled: parseInt(element.isEnabled, 10) === 1,
91
93
  visible: parseInt(element.isVisible, 10) === 1,
94
+ accessible: parseInt(element.isAccessible, 10) === 1,
92
95
  x: rect.x,
93
96
  y: rect.y,
94
97
  width: rect.width,
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.28.2",
3
+ "version": "7.29.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.28.2",
9
+ "version": "7.29.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "^2.7.23",
15
15
  "appium-ios-simulator": "^6.1.7",
16
16
  "appium-remote-debugger": "^12.1.1",
17
- "appium-webdriveragent": "^8.9.4",
17
+ "appium-webdriveragent": "^8.10.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -73,18 +73,18 @@
73
73
  }
74
74
  },
75
75
  "node_modules/@appium/base-driver": {
76
- "version": "9.12.0",
77
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.12.0.tgz",
78
- "integrity": "sha512-nnRRVRjC6dtcTZUxnuq80PnfWrObR1x9XsHDPR3eC7kbi6meexgQdezoisDw2rOka744zvYMZxDt9E7Q3mkNUA==",
76
+ "version": "9.12.1",
77
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.12.1.tgz",
78
+ "integrity": "sha512-lUOI/r0jrT1EVR16D31OH2m2FgEQAfYzJTsuDCohqI9caA8vHd4ChkWELnhMG/PdfhigxUoIpyvTlImG4XtbVQ==",
79
79
  "license": "Apache-2.0",
80
80
  "dependencies": {
81
- "@appium/support": "^5.1.5",
81
+ "@appium/support": "^5.1.6",
82
82
  "@appium/types": "^0.22.0",
83
83
  "@colors/colors": "1.6.0",
84
84
  "@types/async-lock": "1.4.2",
85
85
  "@types/bluebird": "3.5.42",
86
86
  "@types/express": "5.0.0",
87
- "@types/lodash": "4.17.10",
87
+ "@types/lodash": "4.17.12",
88
88
  "@types/method-override": "0.0.35",
89
89
  "@types/serve-favicon": "2.5.7",
90
90
  "async-lock": "1.4.1",
@@ -113,18 +113,18 @@
113
113
  }
114
114
  },
115
115
  "node_modules/@appium/base-driver/node_modules/@types/lodash": {
116
- "version": "4.17.10",
117
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz",
118
- "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==",
116
+ "version": "4.17.12",
117
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz",
118
+ "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
119
119
  "license": "MIT"
120
120
  },
121
121
  "node_modules/@appium/docutils": {
122
- "version": "1.0.22",
123
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.22.tgz",
124
- "integrity": "sha512-JQessORO8gM5GRrXJzoGlx8yPRJlQglok2FsQthF/3NqB+owoVwbJyJxB9L9cWfrLSikfHMRQ1YKK1gXaj6kRA==",
122
+ "version": "1.0.23",
123
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.23.tgz",
124
+ "integrity": "sha512-NXqviNCm/NCLFVzQ60gqCkFITMTpX8IY/ASI+gVSTJAEF4cvndE94FM1tq8ocuMmkTOYiFk4ZJa8CcPV3afbVw==",
125
125
  "license": "Apache-2.0",
126
126
  "dependencies": {
127
- "@appium/support": "^5.1.5",
127
+ "@appium/support": "^5.1.6",
128
128
  "@appium/tsconfig": "^0.3.3",
129
129
  "@sliphua/lilconfig-ts-loader": "3.2.2",
130
130
  "@types/which": "3.0.4",
@@ -199,16 +199,16 @@
199
199
  }
200
200
  },
201
201
  "node_modules/@appium/support": {
202
- "version": "5.1.5",
203
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.5.tgz",
204
- "integrity": "sha512-/K0ut+ys4dv49hirH4taMK5FJ3cLkTgUGYdoxTh24pfJyd9CE1TCxCoDdCTrO7fmGBfKIsInceZdFJw2/JBAvw==",
202
+ "version": "5.1.6",
203
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.6.tgz",
204
+ "integrity": "sha512-BtWnVkIGUOHLDWkuBKSm15C5t2g5qv2+NOguAJ6ujPwDn2VLL86usk82DZF3IJ3Yujn0IrLGUrDLvtlG/uqXUg==",
205
205
  "license": "Apache-2.0",
206
206
  "dependencies": {
207
207
  "@appium/logger": "^1.6.1",
208
208
  "@appium/tsconfig": "^0.3.3",
209
209
  "@appium/types": "^0.22.0",
210
210
  "@colors/colors": "1.6.0",
211
- "@types/archiver": "6.0.2",
211
+ "@types/archiver": "6.0.3",
212
212
  "@types/base64-stream": "1.0.5",
213
213
  "@types/find-root": "1.1.4",
214
214
  "@types/jsftp": "2.1.5",
@@ -297,12 +297,13 @@
297
297
  }
298
298
  },
299
299
  "node_modules/@babel/code-frame": {
300
- "version": "7.25.9",
301
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.9.tgz",
302
- "integrity": "sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==",
300
+ "version": "7.26.2",
301
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
302
+ "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
303
303
  "license": "MIT",
304
304
  "dependencies": {
305
- "@babel/highlight": "^7.25.9",
305
+ "@babel/helper-validator-identifier": "^7.25.9",
306
+ "js-tokens": "^4.0.0",
306
307
  "picocolors": "^1.0.0"
307
308
  },
308
309
  "engines": {
@@ -318,92 +319,6 @@
318
319
  "node": ">=6.9.0"
319
320
  }
320
321
  },
321
- "node_modules/@babel/highlight": {
322
- "version": "7.25.9",
323
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz",
324
- "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==",
325
- "license": "MIT",
326
- "dependencies": {
327
- "@babel/helper-validator-identifier": "^7.25.9",
328
- "chalk": "^2.4.2",
329
- "js-tokens": "^4.0.0",
330
- "picocolors": "^1.0.0"
331
- },
332
- "engines": {
333
- "node": ">=6.9.0"
334
- }
335
- },
336
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
337
- "version": "3.2.1",
338
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
339
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
340
- "license": "MIT",
341
- "dependencies": {
342
- "color-convert": "^1.9.0"
343
- },
344
- "engines": {
345
- "node": ">=4"
346
- }
347
- },
348
- "node_modules/@babel/highlight/node_modules/chalk": {
349
- "version": "2.4.2",
350
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
351
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
352
- "license": "MIT",
353
- "dependencies": {
354
- "ansi-styles": "^3.2.1",
355
- "escape-string-regexp": "^1.0.5",
356
- "supports-color": "^5.3.0"
357
- },
358
- "engines": {
359
- "node": ">=4"
360
- }
361
- },
362
- "node_modules/@babel/highlight/node_modules/color-convert": {
363
- "version": "1.9.3",
364
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
365
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
366
- "license": "MIT",
367
- "dependencies": {
368
- "color-name": "1.1.3"
369
- }
370
- },
371
- "node_modules/@babel/highlight/node_modules/color-name": {
372
- "version": "1.1.3",
373
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
374
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
375
- "license": "MIT"
376
- },
377
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
378
- "version": "1.0.5",
379
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
380
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
381
- "license": "MIT",
382
- "engines": {
383
- "node": ">=0.8.0"
384
- }
385
- },
386
- "node_modules/@babel/highlight/node_modules/has-flag": {
387
- "version": "3.0.0",
388
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
389
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
390
- "license": "MIT",
391
- "engines": {
392
- "node": ">=4"
393
- }
394
- },
395
- "node_modules/@babel/highlight/node_modules/supports-color": {
396
- "version": "5.5.0",
397
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
398
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
399
- "license": "MIT",
400
- "dependencies": {
401
- "has-flag": "^3.0.0"
402
- },
403
- "engines": {
404
- "node": ">=4"
405
- }
406
- },
407
322
  "node_modules/@colors/colors": {
408
323
  "version": "1.6.0",
409
324
  "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz",
@@ -430,18 +345,6 @@
430
345
  "node": ">=12"
431
346
  }
432
347
  },
433
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
434
- "version": "6.1.0",
435
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
436
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
437
- "license": "MIT",
438
- "engines": {
439
- "node": ">=12"
440
- },
441
- "funding": {
442
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
443
- }
444
- },
445
348
  "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
446
349
  "version": "6.2.1",
447
350
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
@@ -556,9 +459,9 @@
556
459
  "license": "MIT"
557
460
  },
558
461
  "node_modules/@types/archiver": {
559
- "version": "6.0.2",
560
- "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.2.tgz",
561
- "integrity": "sha512-KmROQqbQzKGuaAbmK+ZcytkJ51+YqDa7NmbXjmtC5YBLSyQYo21YaUnQ3HbaPFKL1ooo6RQ6OPYPIDyxfpDDXw==",
462
+ "version": "6.0.3",
463
+ "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.3.tgz",
464
+ "integrity": "sha512-a6wUll6k3zX6qs5KlxIggs1P1JcYJaTCx2gnlr+f0S1yd2DoaEwoIK10HmBaLnZwWneBz+JBm0dwcZu0zECBcQ==",
562
465
  "license": "MIT",
563
466
  "dependencies": {
564
467
  "@types/readdir-glob": "*"
@@ -617,9 +520,9 @@
617
520
  }
618
521
  },
619
522
  "node_modules/@types/express-serve-static-core": {
620
- "version": "5.0.0",
621
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.0.tgz",
622
- "integrity": "sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==",
523
+ "version": "5.0.1",
524
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz",
525
+ "integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==",
623
526
  "license": "MIT",
624
527
  "dependencies": {
625
528
  "@types/node": "*",
@@ -671,9 +574,9 @@
671
574
  "license": "MIT"
672
575
  },
673
576
  "node_modules/@types/lodash": {
674
- "version": "4.17.12",
675
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz",
676
- "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
577
+ "version": "4.17.13",
578
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz",
579
+ "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==",
677
580
  "license": "MIT"
678
581
  },
679
582
  "node_modules/@types/method-override": {
@@ -707,12 +610,12 @@
707
610
  }
708
611
  },
709
612
  "node_modules/@types/node": {
710
- "version": "22.7.9",
711
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.9.tgz",
712
- "integrity": "sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==",
613
+ "version": "22.9.0",
614
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
615
+ "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
713
616
  "license": "MIT",
714
617
  "dependencies": {
715
- "undici-types": "~6.19.2"
618
+ "undici-types": "~6.19.8"
716
619
  }
717
620
  },
718
621
  "node_modules/@types/normalize-package-data": {
@@ -728,9 +631,9 @@
728
631
  "license": "MIT"
729
632
  },
730
633
  "node_modules/@types/qs": {
731
- "version": "6.9.16",
732
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz",
733
- "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==",
634
+ "version": "6.9.17",
635
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz",
636
+ "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==",
734
637
  "license": "MIT"
735
638
  },
736
639
  "node_modules/@types/range-parser": {
@@ -827,9 +730,9 @@
827
730
  }
828
731
  },
829
732
  "node_modules/@xmldom/xmldom": {
830
- "version": "0.9.4",
831
- "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.4.tgz",
832
- "integrity": "sha512-zglELfWx7g1cEpVMRBZ0srIQO5nEvKvraJ6CVUC/c5Ky1GgX8OIjtUj5qOweTYULYZo5VnXs/LpUUUNiGpX/rA==",
733
+ "version": "0.9.5",
734
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz",
735
+ "integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==",
833
736
  "license": "MIT",
834
737
  "engines": {
835
738
  "node": ">=14.6"
@@ -861,12 +764,15 @@
861
764
  }
862
765
  },
863
766
  "node_modules/ansi-regex": {
864
- "version": "5.0.1",
865
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
866
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
767
+ "version": "6.1.0",
768
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
769
+ "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
867
770
  "license": "MIT",
868
771
  "engines": {
869
- "node": ">=8"
772
+ "node": ">=12"
773
+ },
774
+ "funding": {
775
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
870
776
  }
871
777
  },
872
778
  "node_modules/ansi-styles": {
@@ -903,9 +809,9 @@
903
809
  }
904
810
  },
905
811
  "node_modules/appium-ios-device": {
906
- "version": "2.7.23",
907
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.23.tgz",
908
- "integrity": "sha512-S0n9i8wKBKRICdRSVpgQ+3A22bEjGKuAR4ScSCGS62ni5wYFJ95eFi6iC6SFKGkDElAl9Eszmc1MzX65z0hKXg==",
812
+ "version": "2.7.24",
813
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.24.tgz",
814
+ "integrity": "sha512-AjFa4nCytqdl0PiSsCDWPMPBI3MsKfg6KQreoDHjoYZARet1CC9puOb8sGyVvK9qWSPnDw4uc0rZL3KII+OcWA==",
909
815
  "license": "Apache-2.0",
910
816
  "dependencies": {
911
817
  "@appium/support": "^5.0.3",
@@ -917,13 +823,26 @@
917
823
  "lodash": "^4.17.15",
918
824
  "semver": "^7.0.0",
919
825
  "source-map-support": "^0.x",
920
- "uuid": "^10.0.0"
826
+ "uuid": "^11.0.1"
921
827
  },
922
828
  "engines": {
923
829
  "node": ">=14",
924
830
  "npm": ">=8"
925
831
  }
926
832
  },
833
+ "node_modules/appium-ios-device/node_modules/uuid": {
834
+ "version": "11.0.3",
835
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
836
+ "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
837
+ "funding": [
838
+ "https://github.com/sponsors/broofa",
839
+ "https://github.com/sponsors/ctavan"
840
+ ],
841
+ "license": "MIT",
842
+ "bin": {
843
+ "uuid": "dist/esm/bin/uuid"
844
+ }
845
+ },
927
846
  "node_modules/appium-ios-simulator": {
928
847
  "version": "6.1.13",
929
848
  "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.13.tgz",
@@ -969,9 +888,9 @@
969
888
  }
970
889
  },
971
890
  "node_modules/appium-webdriveragent": {
972
- "version": "8.9.4",
973
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.9.4.tgz",
974
- "integrity": "sha512-04+YmkvLEky9v3JPfsaOgtqwGRRLti77bKWWlcUJYFIJA/I0R1nQre4uNN1qXl7o/e+YO6ng2+Qn1vkftrPpQA==",
891
+ "version": "8.10.1",
892
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.10.1.tgz",
893
+ "integrity": "sha512-wDdqsmThUQcN0gZOhKsWqcpMzMxkkIYQhCwMdvZ6w49cTs8gxt0iEn6aidbWYn9Q9cfTtSTaOA+0WD5okkkE5w==",
975
894
  "license": "Apache-2.0",
976
895
  "dependencies": {
977
896
  "@appium/base-driver": "^9.0.0",
@@ -1554,9 +1473,9 @@
1554
1473
  "license": "MIT"
1555
1474
  },
1556
1475
  "node_modules/cross-spawn": {
1557
- "version": "7.0.3",
1558
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
1559
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
1476
+ "version": "7.0.5",
1477
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
1478
+ "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
1560
1479
  "license": "MIT",
1561
1480
  "dependencies": {
1562
1481
  "path-key": "^3.1.0",
@@ -2926,9 +2845,9 @@
2926
2845
  }
2927
2846
  },
2928
2847
  "node_modules/node-simctl": {
2929
- "version": "7.6.1",
2930
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.1.tgz",
2931
- "integrity": "sha512-5vJvlPNqgu2iMHiBBkJ2vYtol18638ATpDcKjnSwcOkqXcjADBZh3IW7lLt5idiswFG9KsK1qXVHBhELXfWeyg==",
2848
+ "version": "7.6.2",
2849
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.2.tgz",
2850
+ "integrity": "sha512-cchHIVLY5Rh2muCBobbwVquqtOBysxD4t7EThTcOIcBw13OsTWTfkCpHlxdjFRl4HnB9Mv8Z5MpkFyWmuH0iDA==",
2932
2851
  "license": "Apache-2.0",
2933
2852
  "dependencies": {
2934
2853
  "@appium/logger": "^1.3.0",
@@ -2939,7 +2858,7 @@
2939
2858
  "semver": "^7.0.0",
2940
2859
  "source-map-support": "^0.x",
2941
2860
  "teen_process": "^2.2.0",
2942
- "uuid": "^10.0.0",
2861
+ "uuid": "^11.0.1",
2943
2862
  "which": "^4.0.0"
2944
2863
  },
2945
2864
  "engines": {
@@ -2947,6 +2866,19 @@
2947
2866
  "npm": ">=8"
2948
2867
  }
2949
2868
  },
2869
+ "node_modules/node-simctl/node_modules/uuid": {
2870
+ "version": "11.0.3",
2871
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
2872
+ "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
2873
+ "funding": [
2874
+ "https://github.com/sponsors/broofa",
2875
+ "https://github.com/sponsors/ctavan"
2876
+ ],
2877
+ "license": "MIT",
2878
+ "bin": {
2879
+ "uuid": "dist/esm/bin/uuid"
2880
+ }
2881
+ },
2950
2882
  "node_modules/normalize-package-data": {
2951
2883
  "version": "2.5.0",
2952
2884
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -2978,9 +2910,9 @@
2978
2910
  }
2979
2911
  },
2980
2912
  "node_modules/object-inspect": {
2981
- "version": "1.13.2",
2982
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
2983
- "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
2913
+ "version": "1.13.3",
2914
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz",
2915
+ "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
2984
2916
  "license": "MIT",
2985
2917
  "engines": {
2986
2918
  "node": ">= 0.4"
@@ -3961,18 +3893,6 @@
3961
3893
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
3962
3894
  "license": "MIT"
3963
3895
  },
3964
- "node_modules/string-width/node_modules/ansi-regex": {
3965
- "version": "6.1.0",
3966
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
3967
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
3968
- "license": "MIT",
3969
- "engines": {
3970
- "node": ">=12"
3971
- },
3972
- "funding": {
3973
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3974
- }
3975
- },
3976
3896
  "node_modules/string-width/node_modules/strip-ansi": {
3977
3897
  "version": "7.1.0",
3978
3898
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
@@ -4013,6 +3933,24 @@
4013
3933
  "node": ">=8"
4014
3934
  }
4015
3935
  },
3936
+ "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
3937
+ "version": "5.0.1",
3938
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3939
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3940
+ "license": "MIT",
3941
+ "engines": {
3942
+ "node": ">=8"
3943
+ }
3944
+ },
3945
+ "node_modules/strip-ansi/node_modules/ansi-regex": {
3946
+ "version": "5.0.1",
3947
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3948
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3949
+ "license": "MIT",
3950
+ "engines": {
3951
+ "node": ">=8"
3952
+ }
3953
+ },
4016
3954
  "node_modules/supports-color": {
4017
3955
  "version": "8.1.1",
4018
3956
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -4098,9 +4036,9 @@
4098
4036
  }
4099
4037
  },
4100
4038
  "node_modules/tslib": {
4101
- "version": "2.8.0",
4102
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz",
4103
- "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==",
4039
+ "version": "2.8.1",
4040
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4041
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4104
4042
  "license": "0BSD"
4105
4043
  },
4106
4044
  "node_modules/type-fest": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.28.2",
11
+ "version": "7.29.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -81,7 +81,7 @@
81
81
  "appium-ios-device": "^2.7.23",
82
82
  "appium-ios-simulator": "^6.1.7",
83
83
  "appium-remote-debugger": "^12.1.1",
84
- "appium-webdriveragent": "^8.9.4",
84
+ "appium-webdriveragent": "^8.10.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",