From 3035bbe3e942d22614163704c1a84a9b76297455 Mon Sep 17 00:00:00 2001 From: sarahCx Date: Tue, 17 Dec 2024 18:07:18 +0200 Subject: [PATCH] update version (#1012) Co-authored-by: galactica --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd59f383..babcff2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ast-results", "version": "2.27.0", "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.120", + "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.121", "copyfiles": "2.4.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-node": "^11.1.0", @@ -261,9 +261,9 @@ }, "node_modules/@checkmarxdev/ast-cli-javascript-wrapper": { "name": "@CheckmarxDev/ast-cli-javascript-wrapper", - "version": "0.0.120", - "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.120/2c8cd704dcbda1a69a55b3a1e55ddfd0443dd1ce", - "integrity": "sha512-OXmh2L/uT3oxLIxMH7ebW5iC+Sh1HPrzEOIbrSRlxrA6qhqyJFTrUa846qV5Hft8XeS2X3M2yJDG4Ryg/TK6sg==", + "version": "0.0.121", + "resolved": "https://npm.pkg.github.com/download/@CheckmarxDev/ast-cli-javascript-wrapper/0.0.121/4af180b32cca607f21799e86e9c98da4386ca909", + "integrity": "sha512-3ZHTdGAx/2PFKsUNYhEqx8rTnMfQEOqat8cwpIdO8O518nu0Hf3ihSlcWaiqkpuY1P3OrJPQTmqDpiuWl51PaQ==", "license": "ISC", "dependencies": { "log4js": "^6.9.1" diff --git a/package.json b/package.json index 73eb109c..1fccf965 100644 --- a/package.json +++ b/package.json @@ -927,7 +927,7 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.120", + "@checkmarxdev/ast-cli-javascript-wrapper": "0.0.121", "copyfiles": "2.4.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-node": "^11.1.0", @@ -950,4 +950,4 @@ "pre-commit": "lint-staged" } } -} +} \ No newline at end of file