Skip to content

Commit

Permalink
Updated Libraries versions to fox vulnerabilities (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi0512 authored Nov 28, 2024
1 parent 3afe1c7 commit cb56f81
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CxScan/CxScanV20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"license": "SEE LICENSE IN checkmarx-license-terms.md",
"dependencies": {
"@checkmarx/cx-common-js-client": "0.1.87",
"degenerator": "3.0.4",
"azure-pipelines-task-lib": "^3.1.7",
"degenerator": "5.0.1",
"azure-pipelines-task-lib": "^4.17.3",
"cookiejar": "2.1.4",
"superagent": "^5.1.0",
"tmp": "^0.1.0",
"superagent": "^10.0.0",
"tmp": "^0.2.3",
"debug": "^4.3.2",
"lodash": "^4.17.21",
"glob-parent": "^5.1.2",
"y18n": "^4.0.1",
"micromatch": "^4.0.2",
"micromatch": "^4.0.8",
"snapdragon": "^0.12.1"
},
"devDependencies": {
Expand All @@ -33,7 +33,13 @@
"decode-uri-component": "0.3.0"
},
"@checkmarx/cx-common-js-client": {
"xml2js":"0.5.0"
"xml2js":"0.5.0",
"proxy-agent":"^6.4.0",
"superagent-proxy":"^3.0.0",
"micromatch":"^4.0.8",
"archiver":"^7.0.1",
"superagent":"^10.0.0",
"tmp":"0.2.3"
}
}
}

0 comments on commit cb56f81

Please sign in to comment.