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 #78

Merged
merged 1 commit into from
Feb 5, 2025
Merged
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 @@ -28,7 +28,7 @@
"release:major": "scripts/release-version.sh major"
},
"dependencies": {
"@nestjs/axios": "^3.0.2",
"@nestjs/axios": "^4.0.0",
"@nestjs/cli": "^10.3.1",
"@nestjs/common": "^10.3.2",
"@nestjs/config": "^3.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -716,14 +716,14 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/axios@npm:^3.0.2":
version: 3.1.1
resolution: "@nestjs/axios@npm:3.1.1"
"@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/2022e63016577f9448837591ec5c700c724bf48763ec3006f41acd3edba4e18d5508bcf5f513dfdb8c0f25eb8c6c84aa6378ed6e3ed6abb4aab3f8b8e851db96
rxjs: ^7.0.0
checksum: 10/9a61ac8a2fdbf304961696148945ba9e19c0ed73256767b0a643bbafe77106b2f738cb2f35f2fc63bff09a8abcd18365d2f8c772484e2fdd70b455bceb7b5822
languageName: node
linkType: hard

Expand Down Expand Up @@ -7458,7 +7458,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "pass-emploi-connect@workspace:."
dependencies:
"@nestjs/axios": "npm:^3.0.2"
"@nestjs/axios": "npm:^4.0.0"
"@nestjs/cli": "npm:^10.3.1"
"@nestjs/common": "npm:^10.3.2"
"@nestjs/config": "npm:^3.2.0"
Expand Down
Loading