Skip to content

Commit

Permalink
Merge pull request #8440 from nestjs/renovate/axios-0.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency axios to v0.24.0
  • Loading branch information
kamilmysliwiec committed Oct 26, 2021
2 parents 60db92b + fc77e4f commit e9e8214
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@nuxtjs/opencollective": "0.3.2",
"axios": "0.23.0",
"axios": "0.24.0",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"cli-color": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -17,7 +17,7 @@
},
"license": "MIT",
"dependencies": {
"axios": "0.23.0",
"axios": "0.24.0",
"iterare": "1.2.1",
"tslib": "2.3.1",
"uuid": "8.3.2"
Expand Down

0 comments on commit e9e8214

Please sign in to comment.