remove form-data

This commit is contained in:
Jonathan Jogenfors 2023-11-21 11:45:57 +01:00
parent 3593bda2fe
commit d2ecb5ca4d
2 changed files with 2 additions and 4 deletions

5
cli/package-lock.json generated
View file

@ -1,19 +1,18 @@
{
"name": "@immich/cli",
"version": "2.0.3",
"version": "2.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@immich/cli",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"dependencies": {
"axios": "^1.6.2",
"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"
},

View file

@ -12,7 +12,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"
},