Skip to content

Commit fe06fb5

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-1579269
1 parent 3001f83 commit fe06fb5

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

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

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/zeuz-cli/nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
33
"commander": "~6.0.0",
4-
"axios": "~0.20.0"
4+
"axios": "~0.21.3"
55
}
66
}

0 commit comments

Comments
 (0)