From c801f2ff16620c5a01607926dd35fa45f0c20808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:12:50 +0300 Subject: [PATCH] Bump azure-pipelines-task-lib from 4.10.0 to 4.10.1 in /extension (#1053) Bumps [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) from 4.10.0 to 4.10.1. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e7cdf2d8..7d3a55a5 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.10.0", + "azure-pipelines-task-lib": "4.10.1", "js-yaml": "4.1.0" }, "devDependencies": { @@ -1365,9 +1365,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.10.0.tgz", - "integrity": "sha512-/j5nwVEPYx/WV/5H66BuMK3ubrKYFgbFc0yPmEwfXvDwNbgXeIHtcXXZGHiCVq2q+JmHcFYav9sfOrCq2O2Bdg==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.10.1.tgz", + "integrity": "sha512-tehYJhA0FY48rQunic8FGYnUPNAkoCAkXUmbueW2k7fhIC+ujWJB8pwEodZ7w5r5jRgkYasr0mRFIT1cZZ20VQ==", "dependencies": { "adm-zip": "^0.5.10", "deasync": "^0.1.28", diff --git a/extension/package.json b/extension/package.json index 677b0dee..9c53f886 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.10.0", + "azure-pipelines-task-lib": "4.10.1", "js-yaml": "4.1.0" }, "devDependencies": {