Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @nestjs/axios to v4 #1659

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1497,14 +1497,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 @@ -9194,7 +9194,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
Loading