Skip to content

Commit 30c3790

Browse files
committed
fix: Apps/zeuz-cli/nodejs/package.json & Apps/zeuz-cli/nodejs/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent b654f8f commit 30c3790

2 files changed

Lines changed: 165 additions & 6 deletions

File tree

Apps/zeuz-cli/nodejs/package-lock.json

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

Apps/zeuz-cli/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
33
"commander": "~6.2.1",
4-
"axios": "~0.21.3"
4+
"axios": "~1.8.2"
55
}
66
}

0 commit comments

Comments
 (0)