From 62b95fc3adc413b21fa3716847a991ba5da44ed9 Mon Sep 17 00:00:00 2001 From: AlvoBen Date: Tue, 31 Dec 2024 12:54:06 +0200 Subject: [PATCH] upgrade js runtime wrapper to 1.0.11 --- 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 aa8d17d..040503a 100644 --- a/cxAstScan/package-lock.json +++ b/cxAstScan/package-lock.json @@ -5,15 +5,15 @@ "packages": { "": { "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "1.0.10", + "@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "1.0.11", "azure-pipelines-task-lib": "4.17.3" } }, "node_modules/@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": { "name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli", - "version": "1.0.10", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/1.0.10/82c59ce8c57ad4de522878021bdade357144ce9f", - "integrity": "sha512-un7Q6ZjuP7y1cS69Tg9mV7H4UypWvxBxyI2otdfhAmnlbPJPPq0oUqEPuo7hSO7CI6+pGxeYZFF4Zu7r/3khQQ==", + "version": "1.0.11", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/1.0.11/6a3814f47fa7e2f86ce401e7df1dd079927bd762", + "integrity": "sha512-I/Zy8l5rB4CO10D0uw+9oB/TgGbmOvTSUZ7exk1g1nH5Dh3EDDi6J8pxl+3UVYmWZzWb+QNE0Zlw9WVRouEudA==", "license": "ISC", "dependencies": { "async-mutex": "^0.5.0", @@ -1310,9 +1310,9 @@ }, "dependencies": { "@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": { - "version": "npm:@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli@1.0.10", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/1.0.10/82c59ce8c57ad4de522878021bdade357144ce9f", - "integrity": "sha512-un7Q6ZjuP7y1cS69Tg9mV7H4UypWvxBxyI2otdfhAmnlbPJPPq0oUqEPuo7hSO7CI6+pGxeYZFF4Zu7r/3khQQ==", + "version": "npm:@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli@1.0.11", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/1.0.11/6a3814f47fa7e2f86ce401e7df1dd079927bd762", + "integrity": "sha512-I/Zy8l5rB4CO10D0uw+9oB/TgGbmOvTSUZ7exk1g1nH5Dh3EDDi6J8pxl+3UVYmWZzWb+QNE0Zlw9WVRouEudA==", "requires": { "async-mutex": "^0.5.0", "axios": "^1.7.7", diff --git a/cxAstScan/package.json b/cxAstScan/package.json index c54e890..71c8b32 100644 --- a/cxAstScan/package.json +++ b/cxAstScan/package.json @@ -1,7 +1,7 @@ { "dependencies": { "azure-pipelines-task-lib": "4.17.3", - "@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "1.0.10" + "@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "1.0.11" }, "overrides": { "semver": "^7.5.2"