Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2022
1 parent 5ac8c69 commit 6a8ce24
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 62 deletions.
70 changes: 13 additions & 57 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/local-server/package.json
Expand Up @@ -63,7 +63,7 @@
"@types/hapi": "^18.0.7",
"@types/mocha": "^10.0.0",
"@types/restify": "^8.5.5",
"axios": "^0.27.2",
"axios": "^1.2.0",
"express": "^4.18.2",
"koa": "^2.13.4",
"mocha": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/protractor/package.json
Expand Up @@ -85,7 +85,7 @@
"@types/html-minifier": "^4.0.2",
"@types/mocha": "^10.0.0",
"@types/selenium-webdriver": "^3.0.20",
"axios": "^0.27.2",
"axios": "^1.2.0",
"body-parser": "^1.20.1",
"cross-env": "^7.0.3",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@serenity-js/core": "3.0.0-rc.35",
"axios": "^0.27.2"
"axios": "^1.2.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serenity-bdd/package.json
Expand Up @@ -48,7 +48,7 @@
"@serenity-js/assertions": "3.0.0-rc.35",
"@serenity-js/core": "3.0.0-rc.35",
"@serenity-js/rest": "3.0.0-rc.35",
"axios": "^0.27.2",
"axios": "^1.2.0",
"chalk": "^4.1.2",
"find-java-home": "^1.2.2",
"https-proxy-agent": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Expand Up @@ -81,7 +81,7 @@
"@wdio/local-runner": "^7.27.0",
"@wdio/mocha-framework": "^7.26.0",
"@wdio/spec-reporter": "^7.26.0",
"axios": "^0.27.2",
"axios": "^1.2.0",
"cross-env": "^7.0.3",
"mocha": "^10.1.0",
"mocha-testdata": "^1.2.0",
Expand Down

0 comments on commit 6a8ce24

Please sign in to comment.