diff --git a/cantarus-polydeploy-client-installer/package-lock.json b/cantarus-polydeploy-client-installer/package-lock.json index ac4eb61..e46b73e 100644 --- a/cantarus-polydeploy-client-installer/package-lock.json +++ b/cantarus-polydeploy-client-installer/package-lock.json @@ -15,7 +15,7 @@ "semver": "^7.6.3" }, "devDependencies": { - "tfx-cli": "^0.17.0" + "tfx-cli": "^0.18.0" } }, "node_modules/@babel/code-frame": { @@ -2243,9 +2243,9 @@ } }, "node_modules/tfx-cli": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.17.0.tgz", - "integrity": "sha512-/fFD1qE3FkPglQQZIxbiZ2Hl5itTgLQW1LJ/2qMxGYkzxJx9U/axhg/g6dnYb2qsvWs4oHTbajHCiLKe8mE5LA==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.18.0.tgz", + "integrity": "sha512-VnUkuFQgU8kcnkP/FKWQFrjVF2+BbXl6+6mGTf05/LHrz/nSNQA0ckBKqFdW/7W/ElSnRkMkhm8UXInn7cFnsw==", "dev": true, "dependencies": { "app-root-path": "1.0.0", @@ -4271,9 +4271,9 @@ } }, "tfx-cli": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.17.0.tgz", - "integrity": "sha512-/fFD1qE3FkPglQQZIxbiZ2Hl5itTgLQW1LJ/2qMxGYkzxJx9U/axhg/g6dnYb2qsvWs4oHTbajHCiLKe8mE5LA==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.18.0.tgz", + "integrity": "sha512-VnUkuFQgU8kcnkP/FKWQFrjVF2+BbXl6+6mGTf05/LHrz/nSNQA0ckBKqFdW/7W/ElSnRkMkhm8UXInn7cFnsw==", "dev": true, "requires": { "app-root-path": "1.0.0", diff --git a/cantarus-polydeploy-client-installer/package.json b/cantarus-polydeploy-client-installer/package.json index a30056b..bbce211 100644 --- a/cantarus-polydeploy-client-installer/package.json +++ b/cantarus-polydeploy-client-installer/package.json @@ -18,7 +18,7 @@ "semver": "^7.6.3" }, "devDependencies": { - "tfx-cli": "^0.17.0" + "tfx-cli": "^0.18.0" }, "scripts": { "package": "cd .. && tfx extension create --manifest-globs vss-extension.json"