Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/axios to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent a389ab6 commit 83fddf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-sdk/client-s3": "3.726.1",
"@aws-sdk/s3-request-presigner": "3.726.1",
"@google-cloud/bigquery": "7.9.1",
"@nestjs/axios": "^3.1.2",
"@nestjs/axios": "^4.0.0",
"@nestjs/common": "11.0.3",
"@nestjs/config": "2.3.4",
"@nestjs/core": "11.0.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1483,14 +1483,14 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/axios@npm:^3.1.2":
version: 3.1.2
resolution: "@nestjs/axios@npm:3.1.2"
"@nestjs/axios@npm:^4.0.0":
version: 4.0.0
resolution: "@nestjs/axios@npm:4.0.0"
peerDependencies:
"@nestjs/common": ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0
"@nestjs/common": ^10.0.0 || ^11.0.0
axios: ^1.3.1
rxjs: ^6.0.0 || ^7.0.0
checksum: 10/cf6c0d0899ea4dcdfa383c0045f7e203bc3ad0bfb96702e134da2c147ec9b3f2b252f1013fc58f1e6389d021ee8b10bfc4075b63967df464be003290fcf6696d
rxjs: ^7.0.0
checksum: 10/9a61ac8a2fdbf304961696148945ba9e19c0ed73256767b0a643bbafe77106b2f738cb2f35f2fc63bff09a8abcd18365d2f8c772484e2fdd70b455bceb7b5822
languageName: node
linkType: hard

Expand Down Expand Up @@ -9149,7 +9149,7 @@ __metadata:
"@aws-sdk/client-s3": "npm:3.726.1"
"@aws-sdk/s3-request-presigner": "npm:3.726.1"
"@google-cloud/bigquery": "npm:7.9.1"
"@nestjs/axios": "npm:^3.1.2"
"@nestjs/axios": "npm:^4.0.0"
"@nestjs/cli": "npm:^10.0.0"
"@nestjs/common": "npm:11.0.3"
"@nestjs/config": "npm:2.3.4"
Expand Down

0 comments on commit 83fddf2

Please sign in to comment.