Skip to content

Commit

Permalink
Merge pull request #642 from Checkmarx/elchanan/fix/upgrade_semver_de…
Browse files Browse the repository at this point in the history
…pendencies

upgrade azure-pipelines-task-lib and override the semver (AST-47573)
  • Loading branch information
elchananarb authored Dec 11, 2024
2 parents 21144b6 + a241255 commit 889412d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
37 changes: 20 additions & 17 deletions cxAstScan/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions cxAstScan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"dependencies": {
"azure-pipelines-task-lib": "4.13.0",
"azure-pipelines-task-lib": "4.17.3",
"@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "1.0.8"
},
"overrides": {
"semver": "^7.5.2"
}
}
}

0 comments on commit 889412d

Please sign in to comment.