fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
- https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867
- https://snyk.io/vuln/SNYK-JS-SEND-7926862
- https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
This commit is contained in:
snyk-bot
2024-09-12 08:36:16 +00:00
parent ab23e4aa3c
commit 7a5a2de261
2 changed files with 691 additions and 346 deletions
+689 -344
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -5,9 +5,9 @@
"main": "src/server.js",
"dependencies": {
"@iarna/toml": "^2.2.3",
"body-parser": "^1.19.0",
"body-parser": "^1.20.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express": "^4.21.0",
"express-rate-limit": "^5.0.0",
"fa-diagrams": "^1.0.3",
"mathjax-node": "^2.1.1",