Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
  • Loading branch information
snyk-bot committed Nov 21, 2023
1 parent e70ac3d commit bee9a48
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"dependencies": {
"ajv": "^6.12.3",
"axios": "^0.21.1",
"axios": "^1.6.0",
"chalk": "^2.4.2",
"dc-management-sdk-js": "^1.20.0",
"enquirer": "^2.3.6",
Expand Down

0 comments on commit bee9a48

Please sign in to comment.