Skip to content

Commit cee7d4d

Browse files
committed
merge with main
2 parents 98ec90f + 8d6aa13 commit cee7d4d

File tree

9 files changed

+2412
-2098
lines changed

9 files changed

+2412
-2098
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3
99
- name: Use Node.js 14
10-
uses: actions/setup-node@v3.6.0
10+
uses: actions/setup-node@v3.7.0
1111
with:
1212
node-version: 14
1313
registry-url: https://npm.pkg.github.com/

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Dependabot metadata
1313
id: metadata
14-
uses: dependabot/fetch-metadata@v1.5.1
14+
uses: dependabot/fetch-metadata@v1.6.0
1515
with:
1616
github-token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
1717
- name: Enable auto-merge for Dependabot PRs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
git config user.email github-actions@github.com
6262
6363
# SETUP NODE
64-
- uses: actions/setup-node@v3.6.0
64+
- uses: actions/setup-node@v3.7.0
6565
with:
6666
node-version: 10
6767
registry-url: https://npm.pkg.github.com/

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.48
1+
2.0.53

package-lock.json

Lines changed: 2402 additions & 2088 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@CheckmarxDev/ast-cli-javascript-wrapper",
3-
"version": "0.0.74",
3+
"version": "0.0.75",
44
"description": "AST CLI Javascript wrapper",
55
"main": "dist/main/wrapper/CxWrapper.js",
66
"typings": "dist/main/wrapper/CxWrapper.d.ts",
@@ -28,13 +28,13 @@
2828
"homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme",
2929
"devDependencies": {
3030
"@types/jest": "^27.5.0",
31-
"@types/node": "^20.3.1",
32-
"@typescript-eslint/eslint-plugin": "^5.60.0",
33-
"@typescript-eslint/parser": "^5.59.11",
31+
"@types/node": "^20.4.5",
32+
"@typescript-eslint/eslint-plugin": "^5.62.0",
33+
"@typescript-eslint/parser": "^5.62.0",
3434
"copyfiles": "^2.4.1",
35-
"eslint": "^8.43.0",
35+
"eslint": "^8.45.0",
3636
"jest": "^26.6.3",
37-
"jest-cli": "29.5.0",
37+
"jest-cli": "29.6.1",
3838
"ts-jest": "^26.0.0",
3939
"typescript": "^4.9.5"
4040
},
120 KB
Binary file not shown.

src/main/wrapper/resources/cx-mac

257 KB
Binary file not shown.

src/main/wrapper/resources/cx.exe

120 KB
Binary file not shown.

0 commit comments

Comments
 (0)