Skip to content

Commit

Permalink
fix(support): update dependency axios to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2023
1 parent 7124eb6 commit 9b14205
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/appium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"argparse": "2.0.1",
"async-lock": "1.4.0",
"asyncbox": "3.0.0",
"axios": "1.6.0",
"axios": "1.6.1",
"bluebird": "3.7.2",
"cross-env": "7.0.3",
"find-up": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/base-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/serve-favicon": "2.5.7",
"async-lock": "1.4.0",
"asyncbox": "3.0.0",
"axios": "1.6.0",
"axios": "1.6.1",
"bluebird": "3.7.2",
"body-parser": "1.20.2",
"es6-error": "4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-test-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@appium/types": "^0.14.1",
"@types/lodash": "4.14.201",
"@types/stoppable": "1.1.3",
"axios": "1.6.0",
"axios": "1.6.1",
"bluebird": "3.7.2",
"chai": "4.3.10",
"get-port": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/uuid": "9.0.7",
"@types/which": "3.0.1",
"archiver": "6.0.1",
"axios": "1.6.0",
"axios": "1.6.1",
"base64-stream": "1.0.0",
"bluebird": "3.7.2",
"bplist-creator": "0.1.1",
Expand Down

0 comments on commit 9b14205

Please sign in to comment.