Skip to content

Commit 694f4aa

Browse files
Merge branch 'main' into feature-handle-sca-realtime
2 parents 0f6202f + bc57ee5 commit 694f4aa

File tree

9 files changed

+787
-652
lines changed

9 files changed

+787
-652
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.5.1
10+
uses: actions/setup-node@v3.6.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/[email protected].5
14+
uses: dependabot/[email protected].6
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
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- name: Set env
1616
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
17-
- uses: actions/setup-node@v3.5.1
17+
- uses: actions/setup-node@v3.6.0
1818
with:
1919
node-version: 10
2020
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.37
1+
2.0.42

package-lock.json

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

package.json

Lines changed: 8 additions & 8 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.67",
3+
"version": "0.0.68",
44
"description": "AST CLI Javascript wrapper",
55
"main": "dist/main/wrapper/CxWrapper.js",
66
"typings": "dist/main/wrapper/CxWrapper.d.ts",
@@ -9,7 +9,7 @@
99
"README.md"
1010
],
1111
"dependencies": {
12-
"log4js": "^6.7.1"
12+
"log4js": "^6.8.0"
1313
},
1414
"scripts": {
1515
"build": "tsc",
@@ -27,15 +27,15 @@
2727
"homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme",
2828
"devDependencies": {
2929
"@types/jest": "^27.5.0",
30-
"@types/node": "^18.11.18",
31-
"@typescript-eslint/eslint-plugin": "^5.48.0",
32-
"@typescript-eslint/parser": "^5.48.0",
30+
"@types/node": "^18.14.0",
31+
"@typescript-eslint/eslint-plugin": "^5.53.0",
32+
"@typescript-eslint/parser": "^5.53.0",
3333
"copyfiles": "^2.4.1",
34-
"eslint": "^8.31.0",
34+
"eslint": "^8.34.0",
3535
"jest": "^26.6.3",
36-
"jest-cli": "29.3.1",
36+
"jest-cli": "29.4.3",
3737
"ts-jest": "^26.0.0",
38-
"typescript": "^4.9.4"
38+
"typescript": "^4.9.5"
3939
},
4040
"publishConfig": {
4141
"registry": "https://npm.pkg.github.com"
140 KB
Binary file not shown.

src/main/wrapper/resources/cx-mac

290 KB
Binary file not shown.

src/main/wrapper/resources/cx.exe

86 KB
Binary file not shown.

0 commit comments

Comments
 (0)