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-15417528
This commit is contained in:
snyk-bot
2026-06-01 08:33:09 +00:00
parent 256ae7c7d6
commit d2939818ec
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.22.2", "express": "^4.22.2",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
"multer": "^2.1.0", "multer": "^2.1.1",
"path": "^0.12.7", "path": "^0.12.7",
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"sqlite3": "^6.0.1", "sqlite3": "^6.0.1",
@@ -4328,9 +4328,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/multer": { "node_modules/multer": {
"version": "2.1.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/multer/-/multer-2.1.0.tgz", "resolved": "https://registry.npmjs.org/multer/-/multer-2.1.1.tgz",
"integrity": "sha512-TBm6j41rxNohqawsxlsWsNNh/VdV4QFXcBvRcPhXaA05EZ79z0qJ2bQFpync6JBoHTeNY5Q1JpG7AlTjdlfAEA==", "integrity": "sha512-mo+QTzKlx8R7E5ylSXxWzGoXoZbOsRMpyitcht8By2KHvMbf3tjwosZ/Mu/XYU6UuJ3VZnODIrak5ZrPiPyB6A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"append-field": "^1.0.0", "append-field": "^1.0.0",
+1 -1
View File
@@ -15,7 +15,7 @@
"express": "^4.22.2", "express": "^4.22.2",
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"multer": "^2.1.0", "multer": "^2.1.1",
"sqlite3": "^6.0.1", "sqlite3": "^6.0.1",
"uuid": "^11.1.1", "uuid": "^11.1.1",
"path": "^0.12.7", "path": "^0.12.7",