From af6ed2e15e3d573332708675af2acebdd7ee8511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:53:42 +0000 Subject: [PATCH] Bump azure-pipelines-task-lib from 4.11.0 to 4.12.0 in /extension Bumps [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) from 4.11.0 to 4.12.0. - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: azure-pipelines-task-lib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/package-lock.json | 8 ++++---- extension/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extension/package-lock.json b/extension/package-lock.json index 3a8cbdc2..10170742 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "axios": "1.6.8", - "azure-pipelines-task-lib": "4.11.0", + "azure-pipelines-task-lib": "4.12.0", "js-yaml": "4.1.0" }, "devDependencies": { @@ -1365,9 +1365,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.11.0.tgz", - "integrity": "sha512-svPdgXPmX9j5aLcb+ZmddBsKlkK5TJnlFfgPrDlY8EZAmnR9jLOYiHLLyLph3UO6hoHucsiqvIpH1SBFfH1I8w==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.12.0.tgz", + "integrity": "sha512-vGrcE/Y1aP9MqtCB9lR7l+0gCO5TaR4RM+JHAIDwJB0o9fI3GsIcjWTJqmcVscPbKw9p/7zpaBgwTcEESHdMwA==", "dependencies": { "adm-zip": "^0.5.10", "deasync": "^0.1.28", diff --git a/extension/package.json b/extension/package.json index 727350c1..a6d61bee 100644 --- a/extension/package.json +++ b/extension/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/tinglesoftware/dependabot-azure-devops#readme", "dependencies": { "axios": "1.6.8", - "azure-pipelines-task-lib": "4.11.0", + "azure-pipelines-task-lib": "4.12.0", "js-yaml": "4.1.0" }, "devDependencies": {