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-MINIMIST-2429795
  • Loading branch information
snyk-bot committed Mar 23, 2022
1 parent 1d7bc95 commit 235e19a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -47,7 +47,7 @@
},
"dependencies": {
"axios": "^0.24.0",
"minimist": "^1.2.5",
"minimist": "^1.2.6",
"node-clipboard": "^1.2.0",
"ora": "^4.0.0",
"owasp-password-strength-test": "^1.3.0",
Expand Down

0 comments on commit 235e19a

Please sign in to comment.