From 91634851f8321ab4cefbe2391364b203d90b1454 Mon Sep 17 00:00:00 2001 From: elchananarb <110327842+elchananarb@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:02:00 +0200 Subject: [PATCH] Revert "upgrade azure-pipelines-task-lib and override the semver" --- cxAstScan/package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cxAstScan/package.json b/cxAstScan/package.json index 3653d06..2cb72c4 100644 --- a/cxAstScan/package.json +++ b/cxAstScan/package.json @@ -1,11 +1,6 @@ { "dependencies": { - "azure-pipelines-task-lib": "4.17.3", + "azure-pipelines-task-lib": "4.13.0", "@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "1.0.8" - }, - "overrides": { - "semver": "^7.5.2" } } - -