Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 19, 2024
1 parent 5f411ef commit cbc4588
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/local-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/hapi": "18.0.14",
"@types/mocha": "10.0.6",
"@types/restify": "8.5.12",
"axios": "1.6.8",
"axios": "1.7.0",
"c8": "9.1.0",
"express": "4.19.2",
"koa": "2.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/protractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@types/express": "4.17.21",
"@types/html-minifier": "4.0.5",
"@types/mocha": "10.0.6",
"axios": "1.6.8",
"axios": "1.7.0",
"body-parser": "1.20.2",
"c8": "9.1.0",
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@serenity-js/core": "3.23.0",
"agent-base": "7.1.1",
"axios": "1.6.8",
"axios": "1.7.0",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.4",
"lru-cache": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/serenity-bdd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@serenity-js/core": "3.23.0",
"@serenity-js/rest": "3.23.0",
"ansi-regex": "5.0.1",
"axios": "1.6.8",
"axios": "1.7.0",
"chalk": "4.1.2",
"find-java-home": "2.0.0",
"progress": "2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@wdio/local-runner": "8.36.1",
"@wdio/spec-reporter": "8.36.1",
"@wdio/types": "8.36.1",
"axios": "1.6.8",
"axios": "1.7.0",
"c8": "9.1.0",
"cross-env": "7.0.3",
"mocha": "10.4.0",
Expand Down

0 comments on commit cbc4588

Please sign in to comment.