From dc92415f7a68b45f75810995ee10e6611aafe1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:27:17 +0000 Subject: [PATCH] Bump @checkmarxdev/ast-cli-javascript-wrapper in /cxAstScan Bumps [@checkmarxdev/ast-cli-javascript-wrapper](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper) from 0.0.84 to 0.0.85. - [Release notes](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/releases) - [Commits](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/compare/v0.0.84...v0.0.85) --- updated-dependencies: - dependency-name: "@checkmarxdev/ast-cli-javascript-wrapper" dependency-type: direct:production update-type: version-update:semver-patch ... 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 d6637e72..593c75b4 100644 --- a/cxAstScan/package-lock.json +++ b/cxAstScan/package-lock.json @@ -5,15 +5,15 @@ "packages": { "": { "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.84", + "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.85", "azure-pipelines-task-lib": "4.5.0" } }, "node_modules/@checkmarxdev/ast-cli-javascript-wrapper": { "name": "@CheckmarxDev/ast-cli-javascript-wrapper", - "version": "0.0.84", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.84/cdb53bef32f39afb813792e66a250e47233e765c", - "integrity": "sha512-9WTV1wblJ2DpJj368o//u6YlHsmIUVPg/wG9A1CI5SKsZjncSbxi1gtwVqekMQR8kMXFRUfyvbd7LL4GL2GNPg==", + "version": "0.0.85", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.85/8e4144bf28cb0978a273768649e2f737440a9777", + "integrity": "sha512-+lKJp1K6MXO+ajs+vLC8yE9dr9ww5BNaE2D0/KhWzxI0GeeUmeCSQkOIqt63iBytu6e80xO2KvzRIFWpdcx+jw==", "license": "ISC", "dependencies": { "log4js": "^6.9.1" @@ -686,9 +686,9 @@ }, "dependencies": { "@checkmarxdev/ast-cli-javascript-wrapper": { - "version": "npm:@CheckmarxDev/ast-cli-javascript-wrapper@0.0.84", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.84/cdb53bef32f39afb813792e66a250e47233e765c", - "integrity": "sha512-9WTV1wblJ2DpJj368o//u6YlHsmIUVPg/wG9A1CI5SKsZjncSbxi1gtwVqekMQR8kMXFRUfyvbd7LL4GL2GNPg==", + "version": "npm:@CheckmarxDev/ast-cli-javascript-wrapper@0.0.85", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.85/8e4144bf28cb0978a273768649e2f737440a9777", + "integrity": "sha512-+lKJp1K6MXO+ajs+vLC8yE9dr9ww5BNaE2D0/KhWzxI0GeeUmeCSQkOIqt63iBytu6e80xO2KvzRIFWpdcx+jw==", "requires": { "log4js": "^6.9.1" } diff --git a/cxAstScan/package.json b/cxAstScan/package.json index 6097ca90..1704b704 100644 --- a/cxAstScan/package.json +++ b/cxAstScan/package.json @@ -1,6 +1,6 @@ { "dependencies": { "azure-pipelines-task-lib": "4.5.0", - "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.84" + "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.85" } }