Skip to content

Commit b1bdbf6

Browse files
chore(deps): update webdriverio (#2251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent 07dfec5 commit b1bdbf6

File tree

3 files changed

+261
-249
lines changed

3 files changed

+261
-249
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@rnx-kit/polyfills": "^0.2.0",
3737
"@rnx-kit/tsconfig": "^2.0.0",
3838
"@types/react": "~18.3.0",
39-
"appium": "patch:appium@npm%3A2.11.3#~/.yarn/patches/appium-npm-2.11.2-f39bb587af.patch",
39+
"appium": "patch:appium@npm%3A2.11.4#~/.yarn/patches/appium-npm-2.11.2-f39bb587af.patch",
4040
"appium-uiautomator2-driver": "^3.0.0",
4141
"appium-xcuitest-driver": "^7.0.0",
4242
"react-native-test-app": "workspace:*",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@
155155
},
156156
"packageManager": "[email protected]",
157157
"resolutions": {
158-
"@appium/base-driver/axios": "^1.7.4",
158+
"@appium/base-driver/axios": "^1.7.7",
159159
"@appium/docutils": "link:./example",
160160
"@appium/support/@types/semver": "^7.5.8",
161161
"@appium/support/archiver": "^7.0.1",
162-
"@appium/support/axios": "^1.7.4",
162+
"@appium/support/axios": "^1.7.7",
163163
"@appium/support/semver": "^7.6.3",
164164
"@appium/support/teen_process": "^2.2.0",
165165
"@colors/colors": "^1.6.0",
@@ -183,17 +183,17 @@
183183
"@semantic-release/npm/npm": "link:./example",
184184
"appium/@types/semver": "^7.5.8",
185185
"appium/ajv": "^8.17.1",
186-
"appium/axios": "^1.7.4",
186+
"appium/axios": "^1.7.7",
187187
"appium/semver": "^7.6.3",
188188
"appium/teen_process": "^2.2.0",
189189
"appium/ws": "^8.18.0",
190190
"appium/yaml": "^2.5.0",
191191
"argparse/sprintf-js": "^1.0.2",
192-
"body-parser": "~1.20.2",
192+
"body-parser": "~1.20.3",
193193
"bplist-creator": "~0.1.1",
194194
"bplist-parser": "~0.3.2",
195195
"compression/bytes": "^3.0.0",
196-
"express/qs": "^6.11.0",
196+
"express/qs": "^6.13.0",
197197
"safe-buffer": "~5.2.1"
198198
},
199199
"workspaces": [

0 commit comments

Comments
 (0)