appium-espresso-driver 8.2.0 → 8.2.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 +12 -0
- package/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk +0 -0
- package/espresso-server/buildSrc/.gradle/{9.4.1 → 9.5.0}/executionHistory/executionHistory.bin +0 -0
- package/espresso-server/buildSrc/.gradle/9.5.0/executionHistory/executionHistory.lock +0 -0
- package/espresso-server/buildSrc/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/espresso-server/buildSrc/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/espresso-server/buildSrc/.gradle/file-system.probe +0 -0
- package/espresso-server/buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin +0 -0
- package/espresso-server/buildSrc/build/kotlin/compileKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/espresso-server/gradle/libs.versions.toml +1 -1
- package/espresso-server/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/espresso-server/gradle/wrapper/gradle-wrapper.properties +3 -1
- package/espresso-server/gradlew +1 -1
- package/espresso-server/gradlew.bat +10 -21
- package/espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers/Version.kt +1 -1
- package/npm-shrinkwrap.json +124 -101
- package/package.json +1 -1
- package/espresso-server/buildSrc/.gradle/9.4.1/executionHistory/executionHistory.lock +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [8.2.2](https://github.com/appium/appium-espresso-driver/compare/v8.2.1...v8.2.2) (2026-05-04)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump gradle-wrapper from 9.4.1 to 9.5.0 in /espresso-server ([#1156](https://github.com/appium/appium-espresso-driver/issues/1156)) ([c221ecf](https://github.com/appium/appium-espresso-driver/commit/c221ecfcdef70c942e44a5995d74a2576d32176d))
|
|
6
|
+
|
|
7
|
+
## [8.2.1](https://github.com/appium/appium-espresso-driver/compare/v8.2.0...v8.2.1) (2026-04-23)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** bump androidGradlePlugin in /espresso-server ([#1155](https://github.com/appium/appium-espresso-driver/issues/1155)) ([f1a8c4b](https://github.com/appium/appium-espresso-driver/commit/f1a8c4b0dfc8c41767631ab1ced1d8499e0f09ae))
|
|
12
|
+
|
|
1
13
|
## [8.2.0](https://github.com/appium/appium-espresso-driver/compare/v8.1.0...v8.2.0) (2026-04-20)
|
|
2
14
|
|
|
3
15
|
### Features
|
|
Binary file
|
package/espresso-server/buildSrc/.gradle/{9.4.1 → 9.5.0}/executionHistory/executionHistory.bin
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Mon
|
|
2
|
-
gradle.version=9.
|
|
1
|
+
#Mon May 04 14:17:58 UTC 2026
|
|
2
|
+
gradle.version=9.5.0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
distributionBase=GRADLE_USER_HOME
|
|
2
2
|
distributionPath=wrapper/dists
|
|
3
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.
|
|
3
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
|
4
4
|
networkTimeout=10000
|
|
5
|
+
retries=0
|
|
6
|
+
retryBackOffMs=500
|
|
5
7
|
validateDistributionUrl=true
|
|
6
8
|
zipStoreBase=GRADLE_USER_HOME
|
|
7
9
|
zipStorePath=wrapper/dists
|
package/espresso-server/gradlew
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
# Darwin, MinGW, and NonStop.
|
|
58
58
|
#
|
|
59
59
|
# (3) This script is generated from the Groovy template
|
|
60
|
-
# https://github.com/gradle/gradle/blob/
|
|
60
|
+
# https://github.com/gradle/gradle/blob/3d91ce3b8caaf77ad09f381f43615b715b53f72c/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
|
61
61
|
# within the Gradle project.
|
|
62
62
|
#
|
|
63
63
|
# You can find Gradle at https://github.com/gradle/gradle/.
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
@rem
|
|
24
24
|
@rem ##########################################################################
|
|
25
25
|
|
|
26
|
-
@rem Set local scope for the variables
|
|
27
|
-
|
|
26
|
+
@rem Set local scope for the variables, and ensure extensions are enabled
|
|
27
|
+
setlocal EnableExtensions
|
|
28
28
|
|
|
29
29
|
set DIRNAME=%~dp0
|
|
30
30
|
if "%DIRNAME%"=="" set DIRNAME=.
|
|
@@ -51,7 +51,7 @@ echo. 1>&2
|
|
|
51
51
|
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
|
52
52
|
echo location of your Java installation. 1>&2
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
"%COMSPEC%" /c exit 1
|
|
55
55
|
|
|
56
56
|
:findJavaFromJavaHome
|
|
57
57
|
set JAVA_HOME=%JAVA_HOME:"=%
|
|
@@ -65,7 +65,7 @@ echo. 1>&2
|
|
|
65
65
|
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
|
66
66
|
echo location of your Java installation. 1>&2
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
"%COMSPEC%" /c exit 1
|
|
69
69
|
|
|
70
70
|
:execute
|
|
71
71
|
@rem Setup the command line
|
|
@@ -73,21 +73,10 @@ goto fail
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
@rem Execute Gradle
|
|
76
|
-
|
|
76
|
+
@rem endlocal doesn't take effect until after the line is parsed and variables are expanded
|
|
77
|
+
@rem which allows us to clear the local environment before executing the java command
|
|
78
|
+
endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel
|
|
77
79
|
|
|
78
|
-
:
|
|
79
|
-
@rem
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
:fail
|
|
83
|
-
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
|
84
|
-
rem the _cmd.exe /c_ return code!
|
|
85
|
-
set EXIT_CODE=%ERRORLEVEL%
|
|
86
|
-
if %EXIT_CODE% equ 0 set EXIT_CODE=1
|
|
87
|
-
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
|
|
88
|
-
exit /b %EXIT_CODE%
|
|
89
|
-
|
|
90
|
-
:mainEnd
|
|
91
|
-
if "%OS%"=="Windows_NT" endlocal
|
|
92
|
-
|
|
93
|
-
:omega
|
|
80
|
+
:exitWithErrorLevel
|
|
81
|
+
@rem Use "%COMSPEC%" /c exit to allow operators to work properly in scripts
|
|
82
|
+
"%COMSPEC%" /c exit %ERRORLEVEL%
|
package/espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers/Version.kt
CHANGED
|
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
|
|
|
2
2
|
|
|
3
3
|
// This value is updated automatically by the NPM versioning script
|
|
4
4
|
// It should be in sync with the NPM module version from package.json
|
|
5
|
-
private const val VERSION = "8.2.
|
|
5
|
+
private const val VERSION = "8.2.2"
|
|
6
6
|
|
|
7
7
|
fun getEspressoServerVersion() = VERSION
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "8.2.
|
|
9
|
+
"version": "8.2.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"node_modules/@appium/base-driver": {
|
|
62
|
-
"version": "10.
|
|
63
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.
|
|
64
|
-
"integrity": "sha512-
|
|
62
|
+
"version": "10.4.0",
|
|
63
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.4.0.tgz",
|
|
64
|
+
"integrity": "sha512-vt+9zILQw2wECIqzLPbWupaMrNVC9ALttoiARyvL1V7zVwNLi1Zr9MQY0o9+vAXcxiVAf2/aUWeMjyMBYNVBfw==",
|
|
65
65
|
"license": "Apache-2.0",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@appium/support": "7.1.
|
|
68
|
-
"@appium/types": "1.3.
|
|
67
|
+
"@appium/support": "7.1.1",
|
|
68
|
+
"@appium/types": "1.3.1",
|
|
69
69
|
"@colors/colors": "1.6.0",
|
|
70
70
|
"async-lock": "1.4.1",
|
|
71
71
|
"asyncbox": "6.1.0",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"fastest-levenshtein": "1.0.16",
|
|
77
77
|
"http-status-codes": "2.3.0",
|
|
78
78
|
"lodash": "4.18.1",
|
|
79
|
-
"lru-cache": "11.3.
|
|
79
|
+
"lru-cache": "11.3.5",
|
|
80
80
|
"method-override": "3.0.0",
|
|
81
81
|
"morgan": "1.10.1",
|
|
82
82
|
"path-to-regexp": "8.4.2",
|
|
83
83
|
"serve-favicon": "2.5.1",
|
|
84
|
-
"type-fest": "5.
|
|
84
|
+
"type-fest": "5.6.0"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -91,6 +91,19 @@
|
|
|
91
91
|
"spdy": "4.0.2"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
+
"node_modules/@appium/base-driver/node_modules/asyncbox": {
|
|
95
|
+
"version": "6.1.0",
|
|
96
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.1.0.tgz",
|
|
97
|
+
"integrity": "sha512-KZwKNVnDdDe0ubN+fFMuHhSljZNHnbjdJABImoqFzQP61oIg6sMlhXIqOIu3WRd7YwW89q+eVj2Ty/Ax5dbh2Q==",
|
|
98
|
+
"license": "Apache-2.0",
|
|
99
|
+
"dependencies": {
|
|
100
|
+
"p-limit": "^7.2.0"
|
|
101
|
+
},
|
|
102
|
+
"engines": {
|
|
103
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
104
|
+
"npm": ">=10"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
94
107
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
95
108
|
"version": "1.15.0",
|
|
96
109
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
@@ -103,14 +116,14 @@
|
|
|
103
116
|
}
|
|
104
117
|
},
|
|
105
118
|
"node_modules/@appium/logger": {
|
|
106
|
-
"version": "2.0.
|
|
107
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
108
|
-
"integrity": "sha512-
|
|
119
|
+
"version": "2.0.7",
|
|
120
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.7.tgz",
|
|
121
|
+
"integrity": "sha512-WqagwYDZlPsSkICrXL9wB1E7qgErnwmYc/Q6NLVAC2ckXkWioh3fZ49AK5zevbJCnnkQbU2y8497Mk4xWDetkg==",
|
|
109
122
|
"license": "ISC",
|
|
110
123
|
"dependencies": {
|
|
111
124
|
"console-control-strings": "1.1.0",
|
|
112
125
|
"lodash": "4.18.1",
|
|
113
|
-
"lru-cache": "11.3.
|
|
126
|
+
"lru-cache": "11.3.5",
|
|
114
127
|
"set-blocking": "2.0.0"
|
|
115
128
|
},
|
|
116
129
|
"engines": {
|
|
@@ -132,14 +145,14 @@
|
|
|
132
145
|
}
|
|
133
146
|
},
|
|
134
147
|
"node_modules/@appium/support": {
|
|
135
|
-
"version": "7.1.
|
|
136
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.
|
|
137
|
-
"integrity": "sha512-
|
|
148
|
+
"version": "7.1.1",
|
|
149
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.1.tgz",
|
|
150
|
+
"integrity": "sha512-WJewvoQxDOaVKjlvjVwifNDMQUVdCy0Edcxobl6I7pJzSE2O15Bi3BEq5AMzDpaXs7DtjZTLkHT29Tin9KHV3Q==",
|
|
138
151
|
"license": "Apache-2.0",
|
|
139
152
|
"dependencies": {
|
|
140
|
-
"@appium/logger": "2.0.
|
|
153
|
+
"@appium/logger": "2.0.7",
|
|
141
154
|
"@appium/tsconfig": "1.1.2",
|
|
142
|
-
"@appium/types": "1.3.
|
|
155
|
+
"@appium/types": "1.3.1",
|
|
143
156
|
"@colors/colors": "1.6.0",
|
|
144
157
|
"archiver": "7.0.1",
|
|
145
158
|
"asyncbox": "6.1.0",
|
|
@@ -166,9 +179,9 @@
|
|
|
166
179
|
"semver": "7.7.4",
|
|
167
180
|
"shell-quote": "1.8.3",
|
|
168
181
|
"supports-color": "10.2.2",
|
|
169
|
-
"teen_process": "4.1.
|
|
170
|
-
"type-fest": "5.
|
|
171
|
-
"uuid": "
|
|
182
|
+
"teen_process": "4.1.1",
|
|
183
|
+
"type-fest": "5.6.0",
|
|
184
|
+
"uuid": "14.0.0",
|
|
172
185
|
"which": "6.0.1",
|
|
173
186
|
"yauzl": "3.3.0"
|
|
174
187
|
},
|
|
@@ -180,6 +193,19 @@
|
|
|
180
193
|
"sharp": "0.34.5"
|
|
181
194
|
}
|
|
182
195
|
},
|
|
196
|
+
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
197
|
+
"version": "6.1.0",
|
|
198
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.1.0.tgz",
|
|
199
|
+
"integrity": "sha512-KZwKNVnDdDe0ubN+fFMuHhSljZNHnbjdJABImoqFzQP61oIg6sMlhXIqOIu3WRd7YwW89q+eVj2Ty/Ax5dbh2Q==",
|
|
200
|
+
"license": "Apache-2.0",
|
|
201
|
+
"dependencies": {
|
|
202
|
+
"p-limit": "^7.2.0"
|
|
203
|
+
},
|
|
204
|
+
"engines": {
|
|
205
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
206
|
+
"npm": ">=10"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
183
209
|
"node_modules/@appium/support/node_modules/axios": {
|
|
184
210
|
"version": "1.15.0",
|
|
185
211
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
@@ -192,9 +218,9 @@
|
|
|
192
218
|
}
|
|
193
219
|
},
|
|
194
220
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
195
|
-
"version": "4.1.
|
|
196
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
197
|
-
"integrity": "sha512-
|
|
221
|
+
"version": "4.1.1",
|
|
222
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.1.tgz",
|
|
223
|
+
"integrity": "sha512-E9gaYuVaWrvbxzZDgZ/MjWkPKqiKETBWSRy06qz1GOyKU22mI76JrxzaGbeddcHcmW8ZFXPowPv1ad3a7S+Xvg==",
|
|
198
224
|
"license": "Apache-2.0",
|
|
199
225
|
"dependencies": {
|
|
200
226
|
"lodash": "^4.17.21",
|
|
@@ -219,15 +245,15 @@
|
|
|
219
245
|
}
|
|
220
246
|
},
|
|
221
247
|
"node_modules/@appium/types": {
|
|
222
|
-
"version": "1.3.
|
|
223
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.
|
|
224
|
-
"integrity": "sha512-
|
|
248
|
+
"version": "1.3.1",
|
|
249
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.1.tgz",
|
|
250
|
+
"integrity": "sha512-SWTntQ8EAI1m6P2LWqcqASGkRLk5HiKv2V2x7DSfknS8AsiF2ymr6T6oPJ7hUrTkEUA/3ncTSZji5Oq4h5TjzA==",
|
|
225
251
|
"license": "Apache-2.0",
|
|
226
252
|
"dependencies": {
|
|
227
|
-
"@appium/logger": "2.0.
|
|
253
|
+
"@appium/logger": "2.0.7",
|
|
228
254
|
"@appium/schema": "1.1.0",
|
|
229
255
|
"@appium/tsconfig": "1.1.2",
|
|
230
|
-
"type-fest": "5.
|
|
256
|
+
"type-fest": "5.6.0"
|
|
231
257
|
},
|
|
232
258
|
"engines": {
|
|
233
259
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -504,15 +530,14 @@
|
|
|
504
530
|
}
|
|
505
531
|
},
|
|
506
532
|
"node_modules/appium-adb": {
|
|
507
|
-
"version": "14.3.
|
|
508
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.
|
|
509
|
-
"integrity": "sha512-
|
|
533
|
+
"version": "14.3.4",
|
|
534
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.4.tgz",
|
|
535
|
+
"integrity": "sha512-vjxKXP4JIAEKAmKh4dQF1E434JV5cec03n8aUNP3t+TFdw43rVQxbvbQ0fZ0ztaVl9/qWJsWjp6UA6OMwyciLQ==",
|
|
510
536
|
"license": "Apache-2.0",
|
|
511
537
|
"dependencies": {
|
|
512
538
|
"@appium/support": "^7.0.0-rc.1",
|
|
513
539
|
"async-lock": "^1.0.0",
|
|
514
540
|
"asyncbox": "^6.0.1",
|
|
515
|
-
"bluebird": "^3.4.7",
|
|
516
541
|
"ini": "^6.0.0",
|
|
517
542
|
"lodash": "^4.0.0",
|
|
518
543
|
"lru-cache": "^11.1.0",
|
|
@@ -525,9 +550,9 @@
|
|
|
525
550
|
}
|
|
526
551
|
},
|
|
527
552
|
"node_modules/appium-android-driver": {
|
|
528
|
-
"version": "13.
|
|
529
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.
|
|
530
|
-
"integrity": "sha512-
|
|
553
|
+
"version": "13.2.0",
|
|
554
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.0.tgz",
|
|
555
|
+
"integrity": "sha512-ZGUMf9xupFlBXLwh9otr9FtA2rUcrEx07lCYCSvxlW48KuqQCZZNRUMhI5MVeFl2PMNHt1OV2VYz/KhPz7E6JA==",
|
|
531
556
|
"license": "Apache-2.0",
|
|
532
557
|
"dependencies": {
|
|
533
558
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -536,7 +561,6 @@
|
|
|
536
561
|
"appium-chromedriver": "^8.2.25",
|
|
537
562
|
"asyncbox": "^6.1.0",
|
|
538
563
|
"axios": "^1.x",
|
|
539
|
-
"bluebird": "^3.4.7",
|
|
540
564
|
"io.appium.settings": "^7.0.4",
|
|
541
565
|
"lodash": "^4.17.4",
|
|
542
566
|
"lru-cache": "^11.1.0",
|
|
@@ -556,9 +580,9 @@
|
|
|
556
580
|
}
|
|
557
581
|
},
|
|
558
582
|
"node_modules/appium-chromedriver": {
|
|
559
|
-
"version": "8.2.
|
|
560
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.
|
|
561
|
-
"integrity": "sha512-
|
|
583
|
+
"version": "8.2.30",
|
|
584
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.30.tgz",
|
|
585
|
+
"integrity": "sha512-TI7R/cjVglaK5F43SDYQAcLX1r/roUZgndhT819fBGNaN9uS+e1JdN39IvmfXmPr8L0DmAHA5MuTdzl5cu0CAg==",
|
|
562
586
|
"license": "Apache-2.0",
|
|
563
587
|
"dependencies": {
|
|
564
588
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -702,9 +726,9 @@
|
|
|
702
726
|
"license": "MIT"
|
|
703
727
|
},
|
|
704
728
|
"node_modules/asyncbox": {
|
|
705
|
-
"version": "6.
|
|
706
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.
|
|
707
|
-
"integrity": "sha512-
|
|
729
|
+
"version": "6.2.0",
|
|
730
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
731
|
+
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
708
732
|
"license": "Apache-2.0",
|
|
709
733
|
"dependencies": {
|
|
710
734
|
"p-limit": "^7.2.0"
|
|
@@ -721,20 +745,20 @@
|
|
|
721
745
|
"license": "MIT"
|
|
722
746
|
},
|
|
723
747
|
"node_modules/axios": {
|
|
724
|
-
"version": "1.
|
|
725
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
726
|
-
"integrity": "sha512-
|
|
748
|
+
"version": "1.16.0",
|
|
749
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
|
|
750
|
+
"integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
|
|
727
751
|
"license": "MIT",
|
|
728
752
|
"dependencies": {
|
|
729
|
-
"follow-redirects": "^1.
|
|
753
|
+
"follow-redirects": "^1.16.0",
|
|
730
754
|
"form-data": "^4.0.5",
|
|
731
755
|
"proxy-from-env": "^2.1.0"
|
|
732
756
|
}
|
|
733
757
|
},
|
|
734
758
|
"node_modules/b4a": {
|
|
735
|
-
"version": "1.8.
|
|
736
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.
|
|
737
|
-
"integrity": "sha512-
|
|
759
|
+
"version": "1.8.1",
|
|
760
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.1.tgz",
|
|
761
|
+
"integrity": "sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==",
|
|
738
762
|
"license": "Apache-2.0",
|
|
739
763
|
"peerDependencies": {
|
|
740
764
|
"react-native-b4a": "*"
|
|
@@ -790,9 +814,9 @@
|
|
|
790
814
|
}
|
|
791
815
|
},
|
|
792
816
|
"node_modules/bare-os": {
|
|
793
|
-
"version": "3.
|
|
794
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.
|
|
795
|
-
"integrity": "sha512-
|
|
817
|
+
"version": "3.9.1",
|
|
818
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.1.tgz",
|
|
819
|
+
"integrity": "sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==",
|
|
796
820
|
"license": "Apache-2.0",
|
|
797
821
|
"engines": {
|
|
798
822
|
"bare": ">=1.14.0"
|
|
@@ -808,9 +832,9 @@
|
|
|
808
832
|
}
|
|
809
833
|
},
|
|
810
834
|
"node_modules/bare-stream": {
|
|
811
|
-
"version": "2.13.
|
|
812
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.
|
|
813
|
-
"integrity": "sha512-
|
|
835
|
+
"version": "2.13.1",
|
|
836
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.1.tgz",
|
|
837
|
+
"integrity": "sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==",
|
|
814
838
|
"license": "Apache-2.0",
|
|
815
839
|
"dependencies": {
|
|
816
840
|
"streamx": "^2.25.0",
|
|
@@ -834,9 +858,9 @@
|
|
|
834
858
|
}
|
|
835
859
|
},
|
|
836
860
|
"node_modules/bare-url": {
|
|
837
|
-
"version": "2.4.
|
|
838
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.
|
|
839
|
-
"integrity": "sha512
|
|
861
|
+
"version": "2.4.2",
|
|
862
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.2.tgz",
|
|
863
|
+
"integrity": "sha512-/9a2j4ac6ckpmAHvod/ob7x439OAHst/drc2Clnq+reRYd/ovddwcF4LfoxHyNk5AuGBnPg+HqFjmE/Zpq6v0A==",
|
|
840
864
|
"license": "Apache-2.0",
|
|
841
865
|
"dependencies": {
|
|
842
866
|
"bare-path": "^3.0.0"
|
|
@@ -1298,16 +1322,6 @@
|
|
|
1298
1322
|
"license": "MIT",
|
|
1299
1323
|
"optional": true
|
|
1300
1324
|
},
|
|
1301
|
-
"node_modules/diff": {
|
|
1302
|
-
"version": "8.0.4",
|
|
1303
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
1304
|
-
"integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
|
|
1305
|
-
"extraneous": true,
|
|
1306
|
-
"license": "BSD-3-Clause",
|
|
1307
|
-
"engines": {
|
|
1308
|
-
"node": ">=0.3.1"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
1325
|
"node_modules/dunder-proto": {
|
|
1312
1326
|
"version": "1.0.1",
|
|
1313
1327
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
@@ -1906,9 +1920,9 @@
|
|
|
1906
1920
|
}
|
|
1907
1921
|
},
|
|
1908
1922
|
"node_modules/hosted-git-info": {
|
|
1909
|
-
"version": "9.0.
|
|
1910
|
-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.
|
|
1911
|
-
"integrity": "sha512-
|
|
1923
|
+
"version": "9.0.3",
|
|
1924
|
+
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.3.tgz",
|
|
1925
|
+
"integrity": "sha512-Hc+ghLoSt6QaYZUv0WBiIvmMDZuZZ7oaDvdH8MbfOO4lOsxdXLEvuC6ePoGs9H1X9oCLyq6+NVN0MKqD+ydxyg==",
|
|
1912
1926
|
"license": "ISC",
|
|
1913
1927
|
"dependencies": {
|
|
1914
1928
|
"lru-cache": "^11.1.0"
|
|
@@ -2053,15 +2067,14 @@
|
|
|
2053
2067
|
}
|
|
2054
2068
|
},
|
|
2055
2069
|
"node_modules/io.appium.settings": {
|
|
2056
|
-
"version": "7.0.
|
|
2057
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.
|
|
2058
|
-
"integrity": "sha512
|
|
2070
|
+
"version": "7.0.27",
|
|
2071
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.27.tgz",
|
|
2072
|
+
"integrity": "sha512-jx+P/TSLJbx7/avYo2fKcMQ1tL+kiuQkxg/PvngSwWQA8GIRDgKg95uAa2ltyJp457WCrsPCorYS7ACV7eSqkw==",
|
|
2059
2073
|
"license": "Apache-2.0",
|
|
2060
2074
|
"dependencies": {
|
|
2061
2075
|
"@appium/logger": "^2.0.0-rc.1",
|
|
2062
2076
|
"asyncbox": "^6.0.1",
|
|
2063
2077
|
"bluebird": "^3.5.1",
|
|
2064
|
-
"lodash": "^4.2.1",
|
|
2065
2078
|
"semver": "^7.5.4",
|
|
2066
2079
|
"teen_process": "^4.0.4"
|
|
2067
2080
|
},
|
|
@@ -2278,9 +2291,9 @@
|
|
|
2278
2291
|
}
|
|
2279
2292
|
},
|
|
2280
2293
|
"node_modules/lru-cache": {
|
|
2281
|
-
"version": "11.3.
|
|
2282
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.
|
|
2283
|
-
"integrity": "sha512-
|
|
2294
|
+
"version": "11.3.5",
|
|
2295
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
|
|
2296
|
+
"integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
|
|
2284
2297
|
"license": "BlueOak-1.0.0",
|
|
2285
2298
|
"engines": {
|
|
2286
2299
|
"node": "20 || >=22"
|
|
@@ -2416,9 +2429,9 @@
|
|
|
2416
2429
|
}
|
|
2417
2430
|
},
|
|
2418
2431
|
"node_modules/moment-timezone": {
|
|
2419
|
-
"version": "0.6.
|
|
2420
|
-
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.
|
|
2421
|
-
"integrity": "sha512-
|
|
2432
|
+
"version": "0.6.2",
|
|
2433
|
+
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.2.tgz",
|
|
2434
|
+
"integrity": "sha512-lDsQv8FoGdBUdf0+TjGsq2orxKuXdwFlQ6Zw6TX3xIcTwTfEpCLyKqvEauvCHJ8iu3KBV8+uPhlv70YsNGdUBQ==",
|
|
2422
2435
|
"license": "MIT",
|
|
2423
2436
|
"dependencies": {
|
|
2424
2437
|
"moment": "^2.29.4"
|
|
@@ -3264,13 +3277,7 @@
|
|
|
3264
3277
|
"spdx-license-ids": "^3.0.0"
|
|
3265
3278
|
}
|
|
3266
3279
|
},
|
|
3267
|
-
"node_modules/spdx-
|
|
3268
|
-
"version": "2.5.0",
|
|
3269
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
3270
|
-
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
3271
|
-
"license": "CC-BY-3.0"
|
|
3272
|
-
},
|
|
3273
|
-
"node_modules/spdx-expression-parse": {
|
|
3280
|
+
"node_modules/spdx-correct/node_modules/spdx-expression-parse": {
|
|
3274
3281
|
"version": "3.0.1",
|
|
3275
3282
|
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
3276
3283
|
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
@@ -3280,6 +3287,12 @@
|
|
|
3280
3287
|
"spdx-license-ids": "^3.0.0"
|
|
3281
3288
|
}
|
|
3282
3289
|
},
|
|
3290
|
+
"node_modules/spdx-exceptions": {
|
|
3291
|
+
"version": "2.5.0",
|
|
3292
|
+
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
3293
|
+
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
3294
|
+
"license": "CC-BY-3.0"
|
|
3295
|
+
},
|
|
3283
3296
|
"node_modules/spdx-license-ids": {
|
|
3284
3297
|
"version": "3.0.23",
|
|
3285
3298
|
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
|
|
@@ -3498,9 +3511,9 @@
|
|
|
3498
3511
|
}
|
|
3499
3512
|
},
|
|
3500
3513
|
"node_modules/tar-stream": {
|
|
3501
|
-
"version": "3.
|
|
3502
|
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.
|
|
3503
|
-
"integrity": "sha512-
|
|
3514
|
+
"version": "3.2.0",
|
|
3515
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz",
|
|
3516
|
+
"integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==",
|
|
3504
3517
|
"license": "MIT",
|
|
3505
3518
|
"dependencies": {
|
|
3506
3519
|
"b4a": "^1.6.4",
|
|
@@ -3510,9 +3523,9 @@
|
|
|
3510
3523
|
}
|
|
3511
3524
|
},
|
|
3512
3525
|
"node_modules/teen_process": {
|
|
3513
|
-
"version": "4.1.
|
|
3514
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
3515
|
-
"integrity": "sha512-
|
|
3526
|
+
"version": "4.1.2",
|
|
3527
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.2.tgz",
|
|
3528
|
+
"integrity": "sha512-MLmWBU1vLjzYuz0BMWtEnriZl9ikFiCQWUKTmVIhnOErJ7jlHOIUEaqrPFGr0lCMxN6hhUl5pPGc3ya7Huj3jA==",
|
|
3516
3529
|
"license": "Apache-2.0",
|
|
3517
3530
|
"dependencies": {
|
|
3518
3531
|
"lodash": "^4.17.21",
|
|
@@ -3573,9 +3586,9 @@
|
|
|
3573
3586
|
"license": "0BSD"
|
|
3574
3587
|
},
|
|
3575
3588
|
"node_modules/type-fest": {
|
|
3576
|
-
"version": "5.
|
|
3577
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
3578
|
-
"integrity": "sha512-
|
|
3589
|
+
"version": "5.6.0",
|
|
3590
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz",
|
|
3591
|
+
"integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==",
|
|
3579
3592
|
"license": "(MIT OR CC0-1.0)",
|
|
3580
3593
|
"dependencies": {
|
|
3581
3594
|
"tagged-tag": "^1.0.0"
|
|
@@ -3644,9 +3657,9 @@
|
|
|
3644
3657
|
"license": "MIT"
|
|
3645
3658
|
},
|
|
3646
3659
|
"node_modules/uuid": {
|
|
3647
|
-
"version": "
|
|
3648
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
3649
|
-
"integrity": "sha512-
|
|
3660
|
+
"version": "14.0.0",
|
|
3661
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
|
|
3662
|
+
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
|
|
3650
3663
|
"funding": [
|
|
3651
3664
|
"https://github.com/sponsors/broofa",
|
|
3652
3665
|
"https://github.com/sponsors/ctavan"
|
|
@@ -3666,6 +3679,16 @@
|
|
|
3666
3679
|
"spdx-expression-parse": "^3.0.0"
|
|
3667
3680
|
}
|
|
3668
3681
|
},
|
|
3682
|
+
"node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
|
|
3683
|
+
"version": "3.0.1",
|
|
3684
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
3685
|
+
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
3686
|
+
"license": "MIT",
|
|
3687
|
+
"dependencies": {
|
|
3688
|
+
"spdx-exceptions": "^2.1.0",
|
|
3689
|
+
"spdx-license-ids": "^3.0.0"
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3669
3692
|
"node_modules/vary": {
|
|
3670
3693
|
"version": "1.1.2",
|
|
3671
3694
|
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
package/package.json
CHANGED