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-SEND-7926862
- https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent c99016c commit 4166d4e
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 11 deletions.
135 changes: 125 additions & 10 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 @@ -48,7 +48,7 @@
"dependencies": {
"express": "^4.19.2",
"express-http-to-https": "^1.1.4",
"express-static-gzip": "^1.1.3",
"express-static-gzip": "^2.1.8",
"gzipper": "^2.10.4",
"is-svg": ">=5.1.0",
"nth-check": ">=2.0.1"
Expand Down

0 comments on commit 4166d4e

Please sign in to comment.