Skip to content

Commit

Permalink
fix(rest): reverted axios to 0.21.4 to avoid issue axios/axios#4124 i…
Browse files Browse the repository at this point in the history
…ntroduced in version 0.22.0
  • Loading branch information
jan-molak committed Oct 4, 2021
1 parent e733059 commit ce1fc7f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 25 deletions.
24 changes: 4 additions & 20 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 @@ -66,7 +66,7 @@
"@types/hapi": "^18.0.6",
"@types/mocha": "^9.0.0",
"@types/restify": "^8.5.2",
"axios": "^0.22.0",
"axios": "^0.21.4",
"express": "^4.17.1",
"koa": "^2.13.3",
"mocha": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/protractor/package.json
Expand Up @@ -90,7 +90,7 @@
"@types/html-minifier": "^4.0.1",
"@types/mocha": "^9.0.0",
"@types/selenium-webdriver": "^3.0.19",
"axios": "^0.22.0",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"cross-env": "^7.0.3",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@serenity-js/core": "2.32.1",
"axios": "^0.22.0"
"axios": "^0.21.4"
},
"devDependencies": {
"@documentation/esdoc-template": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serenity-bdd/package.json
Expand Up @@ -50,7 +50,7 @@
"@serenity-js/assertions": "2.32.1",
"@serenity-js/core": "2.32.1",
"@serenity-js/rest": "2.32.1",
"axios": "^0.22.0",
"axios": "^0.21.4",
"chalk": "^4.1.2",
"find-java-home": "^1.2.2",
"https-proxy-agent": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Expand Up @@ -95,7 +95,7 @@
"@wdio/local-runner": "^7.14.1",
"@wdio/mocha-framework": "^7.14.1",
"@wdio/spec-reporter": "^7.14.1",
"axios": "^0.22.0",
"axios": "^0.21.4",
"cross-env": "^7.0.3",
"mocha": "^9.1.1",
"mocha-testdata": "^1.2.0",
Expand Down

0 comments on commit ce1fc7f

Please sign in to comment.