chore: remove form-data dependency (#6876)

chore: remove form-data dependency
This commit is contained in:
Ben McCann
2024-02-02 21:44:53 -08:00
committed by GitHub
parent 79d3342c3d
commit a4cfb51df5
4 changed files with 23 additions and 14 deletions
+3 -1
View File
@@ -18,7 +18,6 @@
"byte-size": "^8.1.1",
"cli-progress": "^3.12.0",
"commander": "^11.0.0",
"form-data": "^4.0.0",
"glob": "^10.3.1",
"yaml": "^2.3.1"
},
@@ -58,5 +57,8 @@
"type": "git",
"url": "github:immich-app/immich",
"directory": "cli"
},
"engines": {
"node": ">=20.0.0"
}
}