feat(server): replace axios dependency by fetch (#7018)

* feat: replace axios dependency by fetch

* pr feedback
This commit is contained in:
martin
2024-02-11 17:15:06 +01:00
committed by GitHub
parent c9b7f4e690
commit 4e31d82bac
4 changed files with 48 additions and 142 deletions

View File

@@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.11",
"@immich/cli": "^2.0.3",
"@immich/cli": "^2.0.7",
"@nestjs/bullmq": "^10.0.1",
"@nestjs/common": "^10.2.2",
"@nestjs/config": "^3.0.0",
@@ -50,7 +50,6 @@
"@types/picomatch": "^2.3.3",
"archiver": "^6.0.0",
"async-lock": "^1.4.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"bullmq": "^4.8.0",
"chokidar": "^3.5.3",