Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#352)
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-PATHTOREGEXP-8482416

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
ludeknovy and snyk-bot authored Dec 8, 2024
1 parent d24a17b commit b3e27d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
29 changes: 17 additions & 12 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.4",
"compression": "^1.7.4",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express": "^4.21.2",
"express-winston": "^4.2.0",
"fast-csv": "^4.3.6",
"helmet": "^6.2.0",
Expand Down

0 comments on commit b3e27d2

Please sign in to comment.