From 3a10a5ccebdef88610d0c60a70b40d66f86f5e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:53:49 +0300 Subject: [PATCH] Bump azure-pipelines-task-lib from 4.9.0 to 4.9.1 in /extension (#993) Bumps [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) from 4.9.0 to 4.9.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 d60840fb..a0dd3326 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "axios": "1.6.7", - "azure-pipelines-task-lib": "4.9.0", + "azure-pipelines-task-lib": "4.9.1", "js-yaml": "4.1.0" }, "devDependencies": { @@ -1365,9 +1365,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.9.0.tgz", - "integrity": "sha512-rF8I1pYZVGqZl1mo2r03flUqqqZt+ADUGOHYsEHL8ifKGzW6QbkPtpl6TYthLaQG2LZJDOnC8Agyu9+p06NwpA==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.9.1.tgz", + "integrity": "sha512-yjElz2FeNlgTgm0tCFkOpfGk0c4mbkQ5xHZ+HLcwH2MNuKurC0X9qqQe9ua1peDTX0s6SxOwS7xnCgpKc41NzQ==", "dependencies": { "adm-zip": "^0.5.10", "deasync": "^0.1.28", diff --git a/extension/package.json b/extension/package.json index 15c44243..327d826c 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.7", - "azure-pipelines-task-lib": "4.9.0", + "azure-pipelines-task-lib": "4.9.1", "js-yaml": "4.1.0" }, "devDependencies": {