From af8c874ee3a95fdbb4e0c132aa3660308909070a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:58:10 +0000 Subject: [PATCH] Update azure-pipelines-task-lib requirement from ^4.1.0 to ^4.3.0 Updates the requirements on [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) to permit the latest version. - [Release notes](https://github.com/Microsoft/azure-pipelines-task-lib/releases) - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: azure-pipelines-task-lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ffdcb2..d8d2bd4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "webpack-merge": "^4.2.2" }, "dependencies": { - "azure-pipelines-task-lib": "^4.1.0", + "azure-pipelines-task-lib": "^4.3.0", "azure-pipelines-tool-lib": "^1.3.2", "typed-rest-client": "^1.8.9" }