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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Feb 28, 2024
1 parent 2a76f63 commit cfdd161
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 25 deletions.
127 changes: 103 additions & 24 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 @@ -27,7 +27,7 @@
"lodash": "^4.17.21",
"open": "^9.1.0",
"shelljs": "^0.8.5",
"tmp": "^0.2.1",
"tmp": "^0.2.2",
"winston": "^3.11.0"
},
"devDependencies": {
Expand Down

0 comments on commit cfdd161

Please sign in to comment.