Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#313)
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-EXPRESS-6474509

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
ludeknovy and snyk-bot authored Apr 5, 2024
1 parent c29671c commit 1df9821
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 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 @@ -26,7 +26,7 @@
"bree": "^9.2.2",
"compression": "^1.7.4",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express": "^4.19.2",
"express-winston": "^4.2.0",
"fast-csv": "^4.3.6",
"helmet": "^6.2.0",
Expand Down

0 comments on commit 1df9821

Please sign in to comment.