appium-uiautomator2-driver 4.2.2 → 4.2.3

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/lib/method-map.ts CHANGED
@@ -6,6 +6,7 @@ export const newMethodMap = {
6
6
  POST: {
7
7
  command: 'getClipboard',
8
8
  payloadParams: {optional: ['contentType']},
9
+ deprecated: true
9
10
  },
10
11
  },
11
12
  } as const;
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "4.2.2",
9
+ "version": "4.2.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.12.0",
@@ -778,9 +778,9 @@
778
778
  }
779
779
  },
780
780
  "node_modules/appium-android-driver": {
781
- "version": "10.3.1",
782
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.3.1.tgz",
783
- "integrity": "sha512-FnwhCKXB85TDhdZsIs6uI02bMJIcewInqL3D+Zrc6S3tiZGiVq0BrMSn4h1FTz1agvhFvA2vqzq2WovgNJ4x7A==",
781
+ "version": "10.3.3",
782
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.3.3.tgz",
783
+ "integrity": "sha512-dDuwVbH1VtavN8aZb6Tkoz6hAYW76XBvoQRvG/j/SHyMJs88jKxqyJNfF29B1857j/jx9Ab3EKvMZ393CAYwtw==",
784
784
  "license": "Apache-2.0",
785
785
  "dependencies": {
786
786
  "@appium/support": "^6.0.0",
@@ -811,9 +811,9 @@
811
811
  }
812
812
  },
813
813
  "node_modules/appium-chromedriver": {
814
- "version": "7.0.16",
815
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.16.tgz",
816
- "integrity": "sha512-ooS9EFWPovasdfh65zQ0LXI7RH8fd4JQODs3h0L0AbgtnH6ttD/Rb8vGR2HlvBFebPsNjnYbkAdhhBLINnRNKg==",
814
+ "version": "7.0.17",
815
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.17.tgz",
816
+ "integrity": "sha512-heBIW4P8ztj+h7Ln+LQIS6OG0mRdzIDa0iWYcOEFxV0lZFHituVdiwXrwCgXzLalkTpq+EQX//kN8/g8OH+HiA==",
817
817
  "license": "Apache-2.0",
818
818
  "dependencies": {
819
819
  "@appium/base-driver": "^9.1.0",
@@ -836,9 +836,9 @@
836
836
  }
837
837
  },
838
838
  "node_modules/appium-uiautomator2-server": {
839
- "version": "7.4.1",
840
- "resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.4.1.tgz",
841
- "integrity": "sha512-xxM48wvnfHXi9jRCa2JyYDitb77E/bmBpL1a3vrlw671Xvv0WIlrAsdx4rpKPbqJuQMkqK3gdAXNTdW9e0TwsA==",
839
+ "version": "7.5.2",
840
+ "resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.5.2.tgz",
841
+ "integrity": "sha512-5ariiQOuPTM0MiQTp58lir0RhYKKj2KYWu6aLks9o28dxDxixnps8IKX6BnuK3d5zw8WW4+LIVsT7tZchc53wg==",
842
842
  "license": "Apache-2.0",
843
843
  "engines": {
844
844
  "node": ">=14",
@@ -955,9 +955,9 @@
955
955
  "license": "MIT"
956
956
  },
957
957
  "node_modules/axios": {
958
- "version": "1.8.4",
959
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
960
- "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
958
+ "version": "1.9.0",
959
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
960
+ "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
961
961
  "license": "MIT",
962
962
  "dependencies": {
963
963
  "follow-redirects": "^1.15.6",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "4.2.2",
10
+ "version": "4.2.3",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },