From 4772c16136c49dea501695fb1ba5fb51e01c21b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:12:31 +0000 Subject: [PATCH] Bump tfx-cli from 0.18.0 to 0.20.0 in /cantarus-polydeploy-client Bumps [tfx-cli](https://github.com/Microsoft/tfs-cli) from 0.18.0 to 0.20.0. - [Release notes](https://github.com/Microsoft/tfs-cli/releases) - [Commits](https://github.com/Microsoft/tfs-cli/commits) --- updated-dependencies: - dependency-name: tfx-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cantarus-polydeploy-client/package-lock.json | 15 ++++++++------- cantarus-polydeploy-client/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/cantarus-polydeploy-client/package-lock.json b/cantarus-polydeploy-client/package-lock.json index 3d766d0..404169d 100644 --- a/cantarus-polydeploy-client/package-lock.json +++ b/cantarus-polydeploy-client/package-lock.json @@ -13,7 +13,7 @@ "azure-pipelines-task-lib": "^4.17.3" }, "devDependencies": { - "tfx-cli": "^0.18.0" + "tfx-cli": "^0.20.0" } }, "node_modules/@babel/code-frame": { @@ -2229,10 +2229,11 @@ } }, "node_modules/tfx-cli": { - "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==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.20.0.tgz", + "integrity": "sha512-iCyTvUx70PgUSzjV0jQA1cMurIuaqy9RZjHP0xOiabZpittVzBl3QebcOdjxr1NqAB9BVejZyTEqalR3UOteNQ==", "dev": true, + "license": "MIT", "dependencies": { "app-root-path": "1.0.0", "archiver": "2.0.3", @@ -4250,9 +4251,9 @@ } }, "tfx-cli": { - "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==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.20.0.tgz", + "integrity": "sha512-iCyTvUx70PgUSzjV0jQA1cMurIuaqy9RZjHP0xOiabZpittVzBl3QebcOdjxr1NqAB9BVejZyTEqalR3UOteNQ==", "dev": true, "requires": { "app-root-path": "1.0.0", diff --git a/cantarus-polydeploy-client/package.json b/cantarus-polydeploy-client/package.json index bf22c39..01a577c 100644 --- a/cantarus-polydeploy-client/package.json +++ b/cantarus-polydeploy-client/package.json @@ -16,7 +16,7 @@ "azure-pipelines-task-lib": "^4.17.3" }, "devDependencies": { - "tfx-cli": "^0.18.0" + "tfx-cli": "^0.20.0" }, "scripts": { "package": "cd .. && tfx extension create --manifest-globs vss-extension.json"