appium-xcuitest-driver 4.32.1 → 4.32.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.32.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.1...v4.32.2) (2023-06-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency node-simctl to v7.1.16 ([#1743](https://github.com/appium/appium-xcuitest-driver/issues/1743)) ([33eced1](https://github.com/appium/appium-xcuitest-driver/commit/33eced1a309091bc3c7826c5a2fce36c2c9e87dd))
7
+
1
8
  ## [4.32.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.0...v4.32.1) (2023-06-14)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.32.1",
3
+ "version": "4.32.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.32.1",
9
+ "version": "4.32.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@xmldom/xmldom": "0.8.8",
@@ -26,7 +26,7 @@
26
26
  "lru-cache": "7.18.3",
27
27
  "moment": "2.29.4",
28
28
  "moment-timezone": "0.5.43",
29
- "node-simctl": "7.1.15",
29
+ "node-simctl": "7.1.16",
30
30
  "portscanner": "2.2.0",
31
31
  "semver": "7.5.1",
32
32
  "source-map-support": "0.5.21",
@@ -81,7 +81,7 @@
81
81
  "rimraf": "5.0.1",
82
82
  "semantic-release": "20.1.3",
83
83
  "sharp": "0.32.1",
84
- "sinon": "15.1.0",
84
+ "sinon": "15.1.2",
85
85
  "sinon-chai": "3.7.0",
86
86
  "ts-node": "10.9.1",
87
87
  "type-fest": "3.11.1",
@@ -10980,9 +10980,9 @@
10980
10980
  "dev": true
10981
10981
  },
10982
10982
  "node_modules/node-simctl": {
10983
- "version": "7.1.15",
10984
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.1.15.tgz",
10985
- "integrity": "sha512-Dw6thOsb+p9Vc2jOTdBgSdoLhIIlMUwOFRcu4uLb8T7JrOzmb0bSV/tj/CDVItSHa4Vsx6Y9gnIT/1L3OqpQ4A==",
10983
+ "version": "7.1.16",
10984
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.1.16.tgz",
10985
+ "integrity": "sha512-zEtpmydUgRSQxolfS1mn1DYgFTv3ujID6I0V4rDytuaO5ssRf29J+7eQpvTsH1py4C8IkG6RP3dFQxFeodU4qw==",
10986
10986
  "dependencies": {
10987
10987
  "@babel/runtime": "^7.0.0",
10988
10988
  "asyncbox": "^2.3.1",
@@ -16210,13 +16210,13 @@
16210
16210
  "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
16211
16211
  },
16212
16212
  "node_modules/sinon": {
16213
- "version": "15.1.0",
16214
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.1.0.tgz",
16215
- "integrity": "sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==",
16213
+ "version": "15.1.2",
16214
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.1.2.tgz",
16215
+ "integrity": "sha512-uG1pU54Fis4EfYOPoEi13fmRHgZNg/u+3aReSEzHsN52Bpf+bMVfsBQS5MjouI+rTuG6UBIINlpuuO2Epr7SiA==",
16216
16216
  "dev": true,
16217
16217
  "dependencies": {
16218
16218
  "@sinonjs/commons": "^3.0.0",
16219
- "@sinonjs/fake-timers": "^10.2.0",
16219
+ "@sinonjs/fake-timers": "^10.1.0",
16220
16220
  "@sinonjs/samsam": "^8.0.0",
16221
16221
  "diff": "^5.1.0",
16222
16222
  "nise": "^5.1.4",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.32.1",
11
+ "version": "4.32.2",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -85,7 +85,7 @@
85
85
  "lru-cache": "7.18.3",
86
86
  "moment": "2.29.4",
87
87
  "moment-timezone": "0.5.43",
88
- "node-simctl": "7.1.15",
88
+ "node-simctl": "7.1.16",
89
89
  "portscanner": "2.2.0",
90
90
  "semver": "7.5.1",
91
91
  "source-map-support": "0.5.21",
@@ -178,7 +178,7 @@
178
178
  "rimraf": "5.0.1",
179
179
  "semantic-release": "20.1.3",
180
180
  "sharp": "0.32.1",
181
- "sinon": "15.1.0",
181
+ "sinon": "15.1.2",
182
182
  "sinon-chai": "3.7.0",
183
183
  "ts-node": "10.9.1",
184
184
  "type-fest": "3.11.1",