Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobcx committed Jul 27, 2023
2 parents 20c9151 + c74e6b3 commit 0a07464
Show file tree
Hide file tree
Showing 9 changed files with 2,412 additions and 2,098 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.5.1
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
git config user.email github-actions@github.com
# SETUP NODE
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
node-version: 10
registry-url: https://npm.pkg.github.com/
Expand Down
2 changes: 1 addition & 1 deletion checkmarx-ast-cli.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.48
2.0.53
4,490 changes: 2,402 additions & 2,088 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@CheckmarxDev/ast-cli-javascript-wrapper",
"version": "0.0.74",
"version": "0.0.75",
"description": "AST CLI Javascript wrapper",
"main": "dist/main/wrapper/CxWrapper.js",
"typings": "dist/main/wrapper/CxWrapper.d.ts",
Expand Down Expand Up @@ -28,13 +28,13 @@
"homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme",
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.59.11",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"copyfiles": "^2.4.1",
"eslint": "^8.43.0",
"eslint": "^8.45.0",
"jest": "^26.6.3",
"jest-cli": "29.5.0",
"jest-cli": "29.6.1",
"ts-jest": "^26.0.0",
"typescript": "^4.9.5"
},
Expand Down
Binary file modified src/main/wrapper/resources/cx-linux
Binary file not shown.
Binary file modified src/main/wrapper/resources/cx-mac
Binary file not shown.
Binary file modified src/main/wrapper/resources/cx.exe
Binary file not shown.

0 comments on commit 0a07464

Please sign in to comment.