From a6ad4d0b4321bea90bd8a8f0ad2bd7f0ef0259b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:46:23 +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.81 to 0.0.82. - [Release notes](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/releases) - [Commits](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/compare/v0.0.81...v0.0.82) --- 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 4fde183..a41a5ab 100644 --- a/cxAstScan/package-lock.json +++ b/cxAstScan/package-lock.json @@ -5,15 +5,15 @@ "packages": { "": { "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.81", + "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.82", "azure-pipelines-task-lib": "4.5.0" } }, "node_modules/@checkmarxdev/ast-cli-javascript-wrapper": { "name": "@CheckmarxDev/ast-cli-javascript-wrapper", - "version": "0.0.81", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.81/67710af5953bfad7738aff84b1f1e80b3c46f49c", - "integrity": "sha512-p/Ig2/1cYEPJV7r4w60ob6SHBxZrWQv7dEgJ1zZs+h3nZayeafKzHLNuS3OfvMnkzafz23J5s8PwYT2nQw4bDQ==", + "version": "0.0.82", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.82/2847500205e974118f268ae5876c8c73be75e230", + "integrity": "sha512-TVLBItHUq2UiwJIU12tDsaxNt9bd3rcZ33rz9JONW3WCNcGjHjWdf+UJk8zIdWybzCFZd5l12AyqpNqT4o1kRg==", "license": "ISC", "dependencies": { "log4js": "^6.9.1", @@ -700,9 +700,9 @@ }, "dependencies": { "@checkmarxdev/ast-cli-javascript-wrapper": { - "version": "npm:@CheckmarxDev/ast-cli-javascript-wrapper@0.0.81", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.81/67710af5953bfad7738aff84b1f1e80b3c46f49c", - "integrity": "sha512-p/Ig2/1cYEPJV7r4w60ob6SHBxZrWQv7dEgJ1zZs+h3nZayeafKzHLNuS3OfvMnkzafz23J5s8PwYT2nQw4bDQ==", + "version": "npm:@CheckmarxDev/ast-cli-javascript-wrapper@0.0.82", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.82/2847500205e974118f268ae5876c8c73be75e230", + "integrity": "sha512-TVLBItHUq2UiwJIU12tDsaxNt9bd3rcZ33rz9JONW3WCNcGjHjWdf+UJk8zIdWybzCFZd5l12AyqpNqT4o1kRg==", "requires": { "log4js": "^6.9.1", "ts-mockito": "^2.6.1" diff --git a/cxAstScan/package.json b/cxAstScan/package.json index cb5a82a..05d6498 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.81" + "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.82" } }