From 30d6dabb88b20ba223c4aa3fdabe4b034719dce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:58:55 +0000 Subject: [PATCH] Bump azure-pipelines-task-lib from 4.10.1 to 4.12.0 in /cxAstScan Bumps [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) from 4.10.1 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] --- cxAstScan/package-lock.json | 14 +++++++------- cxAstScan/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cxAstScan/package-lock.json b/cxAstScan/package-lock.json index bf3819ba..08545113 100644 --- a/cxAstScan/package-lock.json +++ b/cxAstScan/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.90", - "azure-pipelines-task-lib": "4.10.1" + "azure-pipelines-task-lib": "4.12.0" } }, "node_modules/@checkmarxdev/ast-cli-javascript-wrapper": { @@ -38,9 +38,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "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==", + "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", @@ -510,9 +510,9 @@ } }, "azure-pipelines-task-lib": { - "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==", + "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==", "requires": { "adm-zip": "^0.5.10", "deasync": "^0.1.28", diff --git a/cxAstScan/package.json b/cxAstScan/package.json index 67c9e72f..c139e75a 100644 --- a/cxAstScan/package.json +++ b/cxAstScan/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "azure-pipelines-task-lib": "4.10.1", + "azure-pipelines-task-lib": "4.12.0", "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.90" } }