mirror of
https://github.com/Alvin-Zilverstand/narrow_casting_system.git
synced 2026-04-17 18:43:45 +02:00
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-TAR-15456201 - https://snyk.io/vuln/SNYK-JS-MULTER-10185673 - https://snyk.io/vuln/SNYK-JS-TAR-15307072 - https://snyk.io/vuln/SNYK-JS-TAR-15416075 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675 - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
"express": "^4.21.2",
|
||||
"socket.io": "^4.8.1",
|
||||
"cors": "^2.8.5",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"sqlite3": "^5.1.7",
|
||||
"multer": "^2.0.0",
|
||||
"sqlite3": "^6.0.1",
|
||||
"uuid": "^11.0.3",
|
||||
"path": "^0.12.7",
|
||||
"fs-extra": "^11.2.0"
|
||||
|
||||
Reference in New Issue
Block a user