Skip to content

Commit 7f2d11e

Browse files
OrShamirCMcx-ben-alvo
authored andcommitted
[create-pull-request] automated change (#764)
Co-authored-by: AlvoBen <144705560+AlvoBen@users.noreply.github.com>
1 parent 053a50f commit 7f2d11e

File tree

2 files changed

+14
-27
lines changed

2 files changed

+14
-27
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,42 @@
11
{
2-
"name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli",
3-
"version": "1.0.6",
4-
"description": "AST CLI Javascript wrapper runtime CLI",
2+
"name": "@CheckmarxDev/ast-cli-javascript-wrapper",
3+
"version": "0.0.114",
4+
"description": "AST CLI Javascript wrapper",
55
"main": "dist/main/wrapper/CxWrapper.js",
66
"typings": "dist/main/wrapper/CxWrapper.d.ts",
77
"files": [
88
"dist/main/**/*",
9-
"README.md",
10-
"checkmarx-ast-cli.version"
9+
"README.md"
1110
],
1211
"dependencies": {
13-
"async-mutex": "^0.5.0",
14-
"axios": "^1.7.7",
15-
"log4js": "^6.9.1",
16-
"node-fetch": "^3.3.2",
17-
"tar": "^7.4.3",
18-
"unzipper": "^0.12.3"
12+
"log4js": "^6.9.1"
1913
},
2014
"scripts": {
2115
"build": "tsc",
22-
"postbuild": "copyfiles -u 1 src/tests/data/* dist/;",
16+
"postbuild": "copyfiles -u 1 src/main/wrapper/resources/cx* dist/;copyfiles -u 1 src/tests/data/* dist/;",
2317
"lint": "eslint . --ext .ts",
2418
"lint-and-fix": "eslint . --ext .ts --fix",
25-
"test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest --runInBand"
19+
"test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest"
2620
},
27-
"repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli.git",
21+
"repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper.git",
2822
"author": "Jay Nanduri",
2923
"license": "ISC",
3024
"bugs": {
31-
"url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/issues"
25+
"url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/issues"
3226
},
33-
"homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli#readme",
27+
"homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme",
3428
"devDependencies": {
35-
"@babel/core": "^7.25.2",
36-
"@babel/plugin-transform-runtime": "^7.25.4",
37-
"@babel/preset-env": "^7.25.4",
38-
"@babel/preset-typescript": "^7.24.7",
39-
"@types/adm-zip": "^0.5.5",
4029
"@types/jest": "^27.5.0",
41-
"@types/node": "^22.9.0",
42-
"@types/unzipper": "^0.10.10",
30+
"@types/node": "^20.14.11",
4331
"@typescript-eslint/eslint-plugin": "^5.29.0",
4432
"@typescript-eslint/parser": "^5.29.0",
45-
"babel-jest": "^29.7.0",
4633
"copyfiles": "^2.4.1",
4734
"eslint": "8.1.0",
4835
"jest": "^29.7.0",
4936
"jest-cli": "29.7.0",
50-
"ts-jest": "^29.2.5",
37+
"ts-jest": "^29.2.2",
5138
"ts-mockito": "^2.6.1",
52-
"typescript": "^5.6.3"
39+
"typescript": "^5.5.3"
5340
},
5441
"overrides": {
5542
"bluebird": "3.7.2"

0 commit comments

Comments
 (0)