appium-xcuitest-driver 4.10.1 → 4.10.2

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +11 -11
  2. package/package.json +2 -2
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.10.1",
3
+ "version": "4.10.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.10.1",
9
+ "version": "4.10.2",
10
10
  "engines": [
11
11
  "node"
12
12
  ],
@@ -18,7 +18,7 @@
18
18
  "appium-ios-device": "^2.4.0",
19
19
  "appium-ios-simulator": "^4.0.0",
20
20
  "appium-remote-debugger": "^9.1.1",
21
- "appium-webdriveragent": "^4.8.1",
21
+ "appium-webdriveragent": "^4.8.2",
22
22
  "appium-xcode": "^4.0.0",
23
23
  "async-lock": "^1.0.0",
24
24
  "asyncbox": "^2.3.1",
@@ -1069,7 +1069,7 @@
1069
1069
  }
1070
1070
  },
1071
1071
  "node_modules/@types/node": {
1072
- "version": "18.7.8",
1072
+ "version": "18.7.9",
1073
1073
  "license": "MIT"
1074
1074
  },
1075
1075
  "node_modules/@types/normalize-package-data": {
@@ -1334,7 +1334,7 @@
1334
1334
  }
1335
1335
  },
1336
1336
  "node_modules/appium-webdriveragent": {
1337
- "version": "4.8.1",
1337
+ "version": "4.8.2",
1338
1338
  "license": "Apache-2.0",
1339
1339
  "dependencies": {
1340
1340
  "@babel/runtime": "^7.0.0",
@@ -3271,7 +3271,7 @@
3271
3271
  "license": "MIT"
3272
3272
  },
3273
3273
  "node_modules/keyv": {
3274
- "version": "4.3.3",
3274
+ "version": "4.4.1",
3275
3275
  "license": "MIT",
3276
3276
  "dependencies": {
3277
3277
  "compress-brotli": "^1.3.8",
@@ -3554,7 +3554,7 @@
3554
3554
  }
3555
3555
  },
3556
3556
  "node_modules/marked": {
3557
- "version": "4.0.18",
3557
+ "version": "4.0.19",
3558
3558
  "extraneous": true,
3559
3559
  "license": "MIT",
3560
3560
  "bin": {
@@ -6131,7 +6131,7 @@
6131
6131
  }
6132
6132
  },
6133
6133
  "@types/node": {
6134
- "version": "18.7.8"
6134
+ "version": "18.7.9"
6135
6135
  },
6136
6136
  "@types/normalize-package-data": {
6137
6137
  "version": "2.4.1"
@@ -6320,7 +6320,7 @@
6320
6320
  }
6321
6321
  },
6322
6322
  "appium-webdriveragent": {
6323
- "version": "4.8.1",
6323
+ "version": "4.8.2",
6324
6324
  "requires": {
6325
6325
  "@babel/runtime": "^7.0.0",
6326
6326
  "appium-ios-simulator": "^4.0.0",
@@ -7568,7 +7568,7 @@
7568
7568
  "dev": true
7569
7569
  },
7570
7570
  "keyv": {
7571
- "version": "4.3.3",
7571
+ "version": "4.4.1",
7572
7572
  "requires": {
7573
7573
  "compress-brotli": "^1.3.8",
7574
7574
  "json-buffer": "3.0.1"
@@ -7767,7 +7767,7 @@
7767
7767
  "requires": {}
7768
7768
  },
7769
7769
  "marked": {
7770
- "version": "4.0.18",
7770
+ "version": "4.0.19",
7771
7771
  "extraneous": true
7772
7772
  },
7773
7773
  "mdurl": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.10.1",
11
+ "version": "4.10.2",
12
12
  "author": "appium",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "appium-ios-device": "^2.4.0",
71
71
  "appium-ios-simulator": "^4.0.0",
72
72
  "appium-remote-debugger": "^9.1.1",
73
- "appium-webdriveragent": "^4.8.1",
73
+ "appium-webdriveragent": "^4.8.2",
74
74
  "appium-xcode": "^4.0.0",
75
75
  "async-lock": "^1.0.0",
76
76
  "asyncbox": "^2.3.1",