Skip to content

Commit

Permalink
fix: update axios to v1.3.3
Browse files Browse the repository at this point in the history
because renovate cannot seem to do it
  • Loading branch information
boneskull committed Feb 16, 2023
1 parent 90c0d36 commit 8f9de63
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 8 deletions.
49 changes: 45 additions & 4 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 @@ -77,7 +77,7 @@
"argparse": "2.0.1",
"async-lock": "1.4.0",
"asyncbox": "2.9.4",
"axios": "1.2.3",
"axios": "1.3.3",
"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 @@ -53,7 +53,7 @@
"@types/serve-favicon": "2.5.3",
"async-lock": "1.4.0",
"asyncbox": "2.9.4",
"axios": "1.2.3",
"axios": "1.3.3",
"bluebird": "3.7.2",
"body-parser": "1.20.1",
"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 @@ -43,7 +43,7 @@
"dependencies": {
"@appium/types": "^0.9.1",
"@types/lodash": "4.14.191",
"axios": "1.2.3",
"axios": "1.3.3",
"bluebird": "3.7.2",
"chai": "4.3.7",
"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 @@ -63,7 +63,7 @@
"@types/teen_process": "2.0.0",
"@types/uuid": "9.0.0",
"archiver": "5.3.1",
"axios": "1.2.3",
"axios": "1.3.3",
"base64-stream": "1.0.0",
"bluebird": "3.7.2",
"bplist-creator": "0.1.1",
Expand Down

0 comments on commit 8f9de63

Please sign in to comment.