From 0032a17ea0710b0c60ad1dfa2836c7d7dacb7858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:02:37 +0000 Subject: [PATCH] Bump azure-pipelines-task-lib in /cantarus-polydeploy-client-installer Bumps [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) from 5.278.0 to 5.278.2. - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: azure-pipelines-task-lib dependency-version: 5.278.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 14 +++++++------- cantarus-polydeploy-client-installer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cantarus-polydeploy-client-installer/package-lock.json b/cantarus-polydeploy-client-installer/package-lock.json index 89d108c..9e1e39d 100644 --- a/cantarus-polydeploy-client-installer/package-lock.json +++ b/cantarus-polydeploy-client-installer/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@types/node": "^16.18.11", - "azure-pipelines-task-lib": "^5.278.0", + "azure-pipelines-task-lib": "^5.278.2", "azure-pipelines-tool-lib": "^2.0.12", "semver": "^7.8.5" }, @@ -413,9 +413,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "5.278.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.278.0.tgz", - "integrity": "sha512-0Je3UvwSk3LmctLwqOduUDo1W1OyHO4/avRvQ4VPz5S4J52fE1qnR18UrBV9EyJACVEtFTCNaZHb3UZmrQMoiA==", + "version": "5.278.2", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.278.2.tgz", + "integrity": "sha512-uANy+B0zyQk8HOMAfKFgTumB7JITiWEHG+uoQwUHsHJ+VsloIoJKnt8Zoj0HgAhho/pViGmJWnkn1I6Jojiqjw==", "dependencies": { "adm-zip": "^0.6.0", "minimatch": "^3.1.5", @@ -4324,9 +4324,9 @@ } }, "azure-pipelines-task-lib": { - "version": "5.278.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.278.0.tgz", - "integrity": "sha512-0Je3UvwSk3LmctLwqOduUDo1W1OyHO4/avRvQ4VPz5S4J52fE1qnR18UrBV9EyJACVEtFTCNaZHb3UZmrQMoiA==", + "version": "5.278.2", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.278.2.tgz", + "integrity": "sha512-uANy+B0zyQk8HOMAfKFgTumB7JITiWEHG+uoQwUHsHJ+VsloIoJKnt8Zoj0HgAhho/pViGmJWnkn1I6Jojiqjw==", "requires": { "adm-zip": "^0.6.0", "minimatch": "^3.1.5", diff --git a/cantarus-polydeploy-client-installer/package.json b/cantarus-polydeploy-client-installer/package.json index d7ecc31..b8a391a 100644 --- a/cantarus-polydeploy-client-installer/package.json +++ b/cantarus-polydeploy-client-installer/package.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@types/node": "^16.18.11", - "azure-pipelines-task-lib": "^5.278.0", + "azure-pipelines-task-lib": "^5.278.2", "azure-pipelines-tool-lib": "^2.0.12", "semver": "^7.8.5" },