appium-mac2-driver 1.1.3 → 1.1.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.
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "appium-mac2-driver",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
7
7
  "@appium/base-driver": {
8
- "version": "8.3.0",
9
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-8.3.0.tgz",
10
- "integrity": "sha512-4jtrehfUBEXfTJwM3kR8KrNgtUFHOba3YztU5ujeKlXgS1SrdlSeykiG52F0WXRRH5moCVF3HTvHhIr+eyGIJA==",
8
+ "version": "8.3.1",
9
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-8.3.1.tgz",
10
+ "integrity": "sha512-4URUwQ5Kx2rWFRltDG7couH7PBBGGzuAq2U9Q6g1obQfRbzfTYEYaNV9jSi1SRlwFfhRn7IvNtU7adslVZEqLw==",
11
11
  "requires": {
12
- "@appium/support": "^2.56.0",
12
+ "@appium/support": "^2.56.1",
13
13
  "@babel/runtime": "7.17.8",
14
14
  "@colors/colors": "1.5.0",
15
15
  "async-lock": "1.3.1",
@@ -31,9 +31,9 @@
31
31
  }
32
32
  },
33
33
  "@appium/support": {
34
- "version": "2.56.0",
35
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-2.56.0.tgz",
36
- "integrity": "sha512-ednGlM6RNrTWJGxfVnuRQvpeYOYL/qDYwCxTpc7qkg9bKpwb5Ozv9Q7ajUMhAT1C2ZuO3DCZA1fQdYvEU2OHFA==",
34
+ "version": "2.56.1",
35
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-2.56.1.tgz",
36
+ "integrity": "sha512-7RvFxkK94MDeisvj15j8DCoOuj2H/RO9MW1kAePc3UJISA/be+wO2yndoeZeRgvvpHonfO57u2s+xzxQCxCfBA==",
37
37
  "requires": {
38
38
  "@babel/runtime": "7.17.8",
39
39
  "archiver": "5.3.0",
@@ -60,6 +60,7 @@
60
60
  "pluralize": "8.0.0",
61
61
  "pngjs": "6.0.0",
62
62
  "read-pkg": "5.2.0",
63
+ "resolve-from": "5.0.0",
63
64
  "rimraf": "3.0.2",
64
65
  "sanitize-filename": "1.6.3",
65
66
  "semver": "7.3.5",
@@ -1918,6 +1919,11 @@
1918
1919
  "supports-preserve-symlinks-flag": "^1.0.0"
1919
1920
  }
1920
1921
  },
1922
+ "resolve-from": {
1923
+ "version": "5.0.0",
1924
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
1925
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
1926
+ },
1921
1927
  "rimraf": {
1922
1928
  "version": "3.0.2",
1923
1929
  "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "mac",
7
7
  "XCTest"
8
8
  ],
9
- "version": "1.1.3",
9
+ "version": "1.1.4",
10
10
  "author": "appium",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "bin": {},
32
32
  "dependencies": {
33
33
  "@appium/base-driver": "^8.0.0",
34
- "@appium/support": "^2.46.0",
34
+ "@appium/support": "^2.56.1",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "asyncbox": "^2.0.2",
37
37
  "axios": "^0.x",