From cd6a7d522ca333d239dc5aafb20501c5b3433625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 12:41:09 +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.0.0 to 5.1.0. - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: azure-pipelines-task-lib dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 78d7483..43bd6fc 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.0.0", + "azure-pipelines-task-lib": "^5.1.0", "azure-pipelines-tool-lib": "^2.0.8", "semver": "^7.7.1" }, @@ -253,9 +253,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.0.0.tgz", - "integrity": "sha512-GqW5aeZJomdmdP/an5QcEcBTExJHEHUKu6ICAOnOBQko8zTpfqO0zZvuUxSW/AKTUNw4RpBnDnuxQfC6h1umcQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.1.0.tgz", + "integrity": "sha512-uoIIAlN9piFEB6XD26iZecYdND1rhr1r05UpyesXvRzFJiuVUCwJfyD2wdfLIlGuVT9MYBLQ+8Xiou6WSrEFwA==", "license": "MIT", "dependencies": { "adm-zip": "^0.5.10", @@ -2883,9 +2883,9 @@ } }, "azure-pipelines-task-lib": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.0.0.tgz", - "integrity": "sha512-GqW5aeZJomdmdP/an5QcEcBTExJHEHUKu6ICAOnOBQko8zTpfqO0zZvuUxSW/AKTUNw4RpBnDnuxQfC6h1umcQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.1.0.tgz", + "integrity": "sha512-uoIIAlN9piFEB6XD26iZecYdND1rhr1r05UpyesXvRzFJiuVUCwJfyD2wdfLIlGuVT9MYBLQ+8Xiou6WSrEFwA==", "requires": { "adm-zip": "^0.5.10", "minimatch": "3.0.5", diff --git a/cantarus-polydeploy-client-installer/package.json b/cantarus-polydeploy-client-installer/package.json index 98e1e83..f481421 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.0.0", + "azure-pipelines-task-lib": "^5.1.0", "azure-pipelines-tool-lib": "^2.0.8", "semver": "^7.7.1" },