appium-xcuitest-driver 7.24.17 → 7.24.18

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,9 @@
1
+ ## [7.24.18](https://github.com/appium/appium-xcuitest-driver/compare/v7.24.17...v7.24.18) (2024-08-26)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Bump appium-ios-device ([d67869e](https://github.com/appium/appium-xcuitest-driver/commit/d67869ef2243d1a7f0bd4780062e9370ab87d6c8))
6
+
1
7
  ## [7.24.17](https://github.com/appium/appium-xcuitest-driver/compare/v7.24.16...v7.24.17) (2024-08-22)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.24.17",
3
+ "version": "7.24.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.24.17",
9
+ "version": "7.24.18",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
13
13
  "appium-idb": "^1.6.13",
14
- "appium-ios-device": "^2.5.4",
14
+ "appium-ios-device": "^2.7.23",
15
15
  "appium-ios-simulator": "^6.1.7",
16
16
  "appium-remote-debugger": "^12.1.1",
17
17
  "appium-webdriveragent": "^8.9.1",
@@ -1066,9 +1066,9 @@
1066
1066
  }
1067
1067
  },
1068
1068
  "node_modules/appium-ios-device": {
1069
- "version": "2.7.22",
1070
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.22.tgz",
1071
- "integrity": "sha512-FDY8DYR2Y/AgW0dVRoOSKJ+4lQccOCRQ/fy1c51mJ+fHe9XfylDTVWgC4Rh4YQzii8U5dfqxsJCEfvS2MuCE1w==",
1069
+ "version": "2.7.23",
1070
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.23.tgz",
1071
+ "integrity": "sha512-S0n9i8wKBKRICdRSVpgQ+3A22bEjGKuAR4ScSCGS62ni5wYFJ95eFi6iC6SFKGkDElAl9Eszmc1MzX65z0hKXg==",
1072
1072
  "license": "Apache-2.0",
1073
1073
  "dependencies": {
1074
1074
  "@appium/support": "^5.0.3",
@@ -1265,9 +1265,9 @@
1265
1265
  "license": "MIT"
1266
1266
  },
1267
1267
  "node_modules/axios": {
1268
- "version": "1.7.4",
1269
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
1270
- "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
1268
+ "version": "1.7.5",
1269
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz",
1270
+ "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==",
1271
1271
  "license": "MIT",
1272
1272
  "dependencies": {
1273
1273
  "follow-redirects": "^1.15.6",
@@ -4209,9 +4209,9 @@
4209
4209
  }
4210
4210
  },
4211
4211
  "node_modules/tslib": {
4212
- "version": "2.6.3",
4213
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
4214
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
4212
+ "version": "2.7.0",
4213
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
4214
+ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
4215
4215
  "license": "0BSD"
4216
4216
  },
4217
4217
  "node_modules/type-is": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.24.17",
11
+ "version": "7.24.18",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -78,7 +78,7 @@
78
78
  "dependencies": {
79
79
  "@colors/colors": "^1.6.0",
80
80
  "appium-idb": "^1.6.13",
81
- "appium-ios-device": "^2.5.4",
81
+ "appium-ios-device": "^2.7.23",
82
82
  "appium-ios-simulator": "^6.1.7",
83
83
  "appium-remote-debugger": "^12.1.1",
84
84
  "appium-webdriveragent": "^8.9.1",