1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

fix(deps): update dependency @immich/cli to v2.0.4 (#5250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-21 17:05:51 -06:00 committed by GitHub
parent c8aa782fef
commit 0280d15d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1054,9 +1054,9 @@
"dev": true
},
"node_modules/@immich/cli": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@immich/cli/-/cli-2.0.3.tgz",
"integrity": "sha512-G1G192hcyWY/v/tHMNSo6cedDhcMCKaONeSbzP55Ti+3nqza5Et5PS5kXEfXPIQySLiD1ilaD8nbnP3iF42dUw==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@immich/cli/-/cli-2.0.4.tgz",
"integrity": "sha512-Fzi4sESi1pD0YdqhDAlGgR8WfeBEsfxuNpbzgY6DklmgTeIDOh29pv+ESo080uWfKhXdBBhYgc1ZUc6m5krxQw==",
"dependencies": {
"axios": "^1.6.2",
"byte-size": "^8.1.1",
@ -1067,7 +1067,7 @@
"yaml": "^2.3.1"
},
"bin": {
"immich": "dist/index.js"
"immich": "dist/src/index.js"
}
},
"node_modules/@immich/cli/node_modules/commander": {
@ -13571,9 +13571,9 @@
"dev": true
},
"@immich/cli": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@immich/cli/-/cli-2.0.3.tgz",
"integrity": "sha512-G1G192hcyWY/v/tHMNSo6cedDhcMCKaONeSbzP55Ti+3nqza5Et5PS5kXEfXPIQySLiD1ilaD8nbnP3iF42dUw==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@immich/cli/-/cli-2.0.4.tgz",
"integrity": "sha512-Fzi4sESi1pD0YdqhDAlGgR8WfeBEsfxuNpbzgY6DklmgTeIDOh29pv+ESo080uWfKhXdBBhYgc1ZUc6m5krxQw==",
"requires": {
"axios": "^1.6.2",
"byte-size": "^8.1.1",