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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MULTER-10299078
This commit is contained in:
snyk-bot
2026-03-24 13:10:26 +00:00
parent a26f5191fe
commit 3818910851
2 changed files with 24 additions and 77 deletions

View File

@@ -15,7 +15,7 @@
"express": "^4.21.2",
"socket.io": "^4.8.1",
"cors": "^2.8.5",
"multer": "^2.0.0",
"multer": "^2.0.1",
"sqlite3": "^6.0.1",
"uuid": "^11.0.3",
"path": "^0.12.7",