Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/axios to v3.0.1 (#2438)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 26, 2023
1 parent cc3d402 commit 7239bb0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 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 @@ -44,7 +44,7 @@
"@mikro-orm/mongodb": "5.8.1",
"@mikro-orm/mysql": "5.8.1",
"@mikro-orm/nestjs": "5.2.2",
"@nestjs/axios": "3.0.0",
"@nestjs/axios": "3.0.1",
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/microservices": "10.2.10",
Expand Down
14 changes: 7 additions & 7 deletions sample/009-http-app/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 sample/009-http-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/axios": "3.0.0",
"@nestjs/axios": "3.0.1",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
Expand Down
14 changes: 7 additions & 7 deletions sample/010-disk-app/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 sample/010-disk-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/axios": "3.0.0",
"@nestjs/axios": "3.0.1",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
Expand Down

0 comments on commit 7239bb0

Please sign in to comment.