appium-xcuitest-driver 4.3.6 → 4.3.7

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 +44 -14
  2. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.3.6",
3
+ "version": "4.3.7",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -82,6 +82,21 @@
82
82
  "uuid": "8.3.2",
83
83
  "which": "2.0.2",
84
84
  "yauzl": "2.10.0"
85
+ },
86
+ "dependencies": {
87
+ "glob": {
88
+ "version": "7.2.0",
89
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
90
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
91
+ "requires": {
92
+ "fs.realpath": "^1.0.0",
93
+ "inflight": "^1.0.4",
94
+ "inherits": "2",
95
+ "minimatch": "^3.0.4",
96
+ "once": "^1.3.0",
97
+ "path-is-absolute": "^1.0.0"
98
+ }
99
+ }
85
100
  }
86
101
  },
87
102
  "@babel/code-frame": {
@@ -626,6 +641,19 @@
626
641
  "readable-stream": "^2.0.0"
627
642
  },
628
643
  "dependencies": {
644
+ "glob": {
645
+ "version": "7.2.0",
646
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
647
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
648
+ "requires": {
649
+ "fs.realpath": "^1.0.0",
650
+ "inflight": "^1.0.4",
651
+ "inherits": "2",
652
+ "minimatch": "^3.0.4",
653
+ "once": "^1.3.0",
654
+ "path-is-absolute": "^1.0.0"
655
+ }
656
+ },
629
657
  "readable-stream": {
630
658
  "version": "2.3.7",
631
659
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
@@ -1343,19 +1371,6 @@
1343
1371
  "omggif": "^1.0.10"
1344
1372
  }
1345
1373
  },
1346
- "glob": {
1347
- "version": "7.2.0",
1348
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
1349
- "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
1350
- "requires": {
1351
- "fs.realpath": "^1.0.0",
1352
- "inflight": "^1.0.4",
1353
- "inherits": "2",
1354
- "minimatch": "^3.0.4",
1355
- "once": "^1.3.0",
1356
- "path-is-absolute": "^1.0.0"
1357
- }
1358
- },
1359
1374
  "global": {
1360
1375
  "version": "4.4.0",
1361
1376
  "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz",
@@ -2182,6 +2197,21 @@
2182
2197
  "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
2183
2198
  "requires": {
2184
2199
  "glob": "^7.1.3"
2200
+ },
2201
+ "dependencies": {
2202
+ "glob": {
2203
+ "version": "7.2.0",
2204
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
2205
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
2206
+ "requires": {
2207
+ "fs.realpath": "^1.0.0",
2208
+ "inflight": "^1.0.4",
2209
+ "inherits": "2",
2210
+ "minimatch": "^3.0.4",
2211
+ "once": "^1.3.0",
2212
+ "path-is-absolute": "^1.0.0"
2213
+ }
2214
+ }
2185
2215
  }
2186
2216
  },
2187
2217
  "safe-buffer": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.3.6",
11
+ "version": "4.3.7",
12
12
  "author": "appium",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -132,7 +132,7 @@
132
132
  "chai": "^4.1.2",
133
133
  "chai-as-promised": "^7.1.1",
134
134
  "chai-subset": "^1.6.0",
135
- "glob": "^7.1.0",
135
+ "glob": "^8.0.1",
136
136
  "gulp": "^4.0.0",
137
137
  "ios-test-app": "^3.0.0",
138
138
  "ios-uicatalog": "^3.5.0",