appium 1.22.1-rc.3 → 1.22.1-rc.4

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 +16 -11
  2. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium",
3
- "version": "1.22.1-rc.3",
3
+ "version": "1.22.1-rc.4",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -549,6 +549,11 @@
549
549
  "@wdio/logger": "6.10.10"
550
550
  }
551
551
  },
552
+ "@xmldom/xmldom": {
553
+ "version": "0.7.5",
554
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz",
555
+ "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A=="
556
+ },
552
557
  "accepts": {
553
558
  "version": "1.3.7",
554
559
  "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
@@ -1890,9 +1895,9 @@
1890
1895
  "integrity": "sha512-R7cX/9UGUuUheFBnDMI6lQezQJKUfHdnZRKoXNtqxyAlzpgAhJNoG62LHEL3e5nygq1Qt2DQmbFB5xgNXUvomg=="
1891
1896
  },
1892
1897
  "appium-webdriveragent": {
1893
- "version": "3.15.1",
1894
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-3.15.1.tgz",
1895
- "integrity": "sha512-ts/dapE7JOa30TxkjvTGso+3LRNjcQgv6s97/a6cCR9eAytNCStn4ZhNvR1v3hh8vAYsXKoe5XPnpnTB/SWn+w==",
1898
+ "version": "3.16.0",
1899
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-3.16.0.tgz",
1900
+ "integrity": "sha512-9yL5s48GqiQBqwwgmzgGk8BUAYZqmAvdVFoVwU/UcEeg6VvXA8UxwuFU087UmbzxF6XeJZDgI3Aa96kFEt2UjA==",
1896
1901
  "requires": {
1897
1902
  "@babel/runtime": "^7.0.0",
1898
1903
  "appium-base-driver": "^7.0.0",
@@ -1941,11 +1946,12 @@
1941
1946
  }
1942
1947
  },
1943
1948
  "appium-xcuitest-driver": {
1944
- "version": "3.56.0",
1945
- "resolved": "https://registry.npmjs.org/appium-xcuitest-driver/-/appium-xcuitest-driver-3.56.0.tgz",
1946
- "integrity": "sha512-zFe9vjjCJEUlzWKTiZ45ow6Z38lchf4sqcy8/TMy4y7aO6KuICExRH5dF7C6EJ8+OnvOVwYdTJhkTNmI6sZj1g==",
1949
+ "version": "3.56.2",
1950
+ "resolved": "https://registry.npmjs.org/appium-xcuitest-driver/-/appium-xcuitest-driver-3.56.2.tgz",
1951
+ "integrity": "sha512-xnUu7ec/O29SsWNrgCXkDLzoGq/eA46T+7XC2/PNzxi5tVFJmuPFPaueL1M6SkqEfXD55UNChT33KpcxIinfHQ==",
1947
1952
  "requires": {
1948
1953
  "@babel/runtime": "^7.0.0",
1954
+ "@xmldom/xmldom": "^0.x",
1949
1955
  "appium-base-driver": "^7.0.0",
1950
1956
  "appium-idb": "^0.x",
1951
1957
  "appium-ios-device": "^1.8.0",
@@ -1958,7 +1964,7 @@
1958
1964
  "asyncbox": "^2.3.1",
1959
1965
  "bluebird": "^3.5.1",
1960
1966
  "css-selector-parser": "^1.4.1",
1961
- "js2xmlparser2": "^0.2.0",
1967
+ "js2xmlparser2": "^0.x",
1962
1968
  "lodash": "^4.17.10",
1963
1969
  "lru-cache": "^6.0.0",
1964
1970
  "moment": "^2.24.0",
@@ -1966,10 +1972,9 @@
1966
1972
  "node-simctl": "^6.4.0",
1967
1973
  "portscanner": "2.2.0",
1968
1974
  "semver": "^7.0.0",
1969
- "source-map-support": "^0.5.5",
1975
+ "source-map-support": "^0.x",
1970
1976
  "teen_process": "^1.14.0",
1971
- "ws": "^8.0.0",
1972
- "xmldom": "^0.x"
1977
+ "ws": "^8.0.0"
1973
1978
  },
1974
1979
  "dependencies": {
1975
1980
  "ws": {
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "firefoxos",
12
12
  "testing"
13
13
  ],
14
- "version": "1.22.1-rc.3",
14
+ "version": "1.22.1-rc.4",
15
15
  "author": "https://github.com/appium",
16
16
  "license": "Apache-2.0",
17
17
  "repository": {