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-PATHTOREGEXP-8482416
  • Loading branch information
snyk-bot committed Dec 7, 2024
1 parent e8b8223 commit 9ff5612
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
51 changes: 28 additions & 23 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 @@ -46,7 +46,7 @@
"test": "test"
},
"dependencies": {
"express": "^4.21.0",
"express": "^4.21.2",
"express-http-to-https": "^1.1.4",
"express-static-gzip": "^2.1.8",
"gzipper": "^2.10.4",
Expand Down

0 comments on commit 9ff5612

Please sign in to comment.