Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/axios to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent 6da783d commit 6f1d4bb
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 48 deletions.
48 changes: 25 additions & 23 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": "1.0.1",
"@nestjs/axios": "3.0.0",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
Expand Down
48 changes: 25 additions & 23 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": "1.0.1",
"@nestjs/axios": "3.0.0",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
Expand Down

0 comments on commit 6f1d4bb

Please sign in to comment.