From cfffbbd4fc64a8a56572da3085f2a3243c6b5327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:41:54 +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.1.0 to 5.2.0. - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: azure-pipelines-task-lib dependency-version: 5.2.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 43bd6fc..8a170c8 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.1.0", + "azure-pipelines-task-lib": "^5.2.0", "azure-pipelines-tool-lib": "^2.0.8", "semver": "^7.7.1" }, @@ -253,9 +253,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "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==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.2.0.tgz", + "integrity": "sha512-RTvMzBz8zpJFZu1/bXSWMQRpw8IMufdy7H3B2kFoI8LJcfcY3eCtPFf4JYlVsRVcQGJlk6XDEmq9dwWZ6udOBg==", "license": "MIT", "dependencies": { "adm-zip": "^0.5.10", @@ -2883,9 +2883,9 @@ } }, "azure-pipelines-task-lib": { - "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==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.2.0.tgz", + "integrity": "sha512-RTvMzBz8zpJFZu1/bXSWMQRpw8IMufdy7H3B2kFoI8LJcfcY3eCtPFf4JYlVsRVcQGJlk6XDEmq9dwWZ6udOBg==", "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 f481421..82db47f 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.1.0", + "azure-pipelines-task-lib": "^5.2.0", "azure-pipelines-tool-lib": "^2.0.8", "semver": "^7.7.1" },