Skip to content

Commit

Permalink
Merge pull request #8198 from nestjs/renovate/axios-0.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency axios to v0.22.0
  • Loading branch information
kamilmysliwiec authored Oct 5, 2021
2 parents 892cbe5 + 18dd243 commit a2edf96
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
23 changes: 16 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@nuxtjs/opencollective": "0.3.2",
"axios": "0.21.4",
"axios": "0.22.0",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"cli-color": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "MIT",
"dependencies": {
"axios": "0.21.4",
"axios": "0.22.0",
"iterare": "1.2.1",
"tslib": "2.3.1",
"uuid": "8.3.2"
Expand Down

0 comments on commit a2edf96

Please sign in to comment.