diff --git a/cli/package-lock.json b/cli/package-lock.json index 50393a0f9e..cd4ba9682f 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@immich/cli", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@immich/cli", - "version": "2.1.0", + "version": "2.2.0", "license": "GNU Affero General Public License version 3", "dependencies": { "lodash-es": "^4.17.21" diff --git a/cli/package.json b/cli/package.json index 45c60569e7..d33de8918e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@immich/cli", - "version": "2.1.0", + "version": "2.2.0", "description": "Command Line Interface (CLI) for Immich", "type": "module", "exports": "./dist/index.js", diff --git a/e2e/package-lock.json b/e2e/package-lock.json index ccc5690e97..a28b2db8f6 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -38,7 +38,7 @@ }, "../cli": { "name": "@immich/cli", - "version": "2.1.0", + "version": "2.2.0", "dev": true, "license": "GNU Affero General Public License version 3", "dependencies": { @@ -87,8 +87,8 @@ "@oazapfts/runtime": "^1.0.2" }, "devDependencies": { - "@types/node": "^20.11.30", - "typescript": "^5.4.3" + "@types/node": "^20.11.0", + "typescript": "^5.3.3" } }, "node_modules/@aashutoshrathi/word-wrap": {