fix: package.json & 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:36:09 +00:00
parent b3cef6fccf
commit 53d7c32d13
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
"express": "^4.22.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.8.9",
"multer": "^2.1.0"
"multer": "^2.1.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
@@ -1125,9 +1125,9 @@
"license": "MIT"
},
"node_modules/multer": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/multer/-/multer-2.1.0.tgz",
"integrity": "sha512-TBm6j41rxNohqawsxlsWsNNh/VdV4QFXcBvRcPhXaA05EZ79z0qJ2bQFpync6JBoHTeNY5Q1JpG7AlTjdlfAEA==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/multer/-/multer-2.1.1.tgz",
"integrity": "sha512-mo+QTzKlx8R7E5ylSXxWzGoXoZbOsRMpyitcht8By2KHvMbf3tjwosZ/Mu/XYU6UuJ3VZnODIrak5ZrPiPyB6A==",
"license": "MIT",
"dependencies": {
"append-field": "^1.0.0",
+1 -1
View File
@@ -14,7 +14,7 @@
"express": "^4.22.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.8.9",
"multer": "^2.1.0"
"multer": "^2.1.1"
},
"devDependencies": {
"nodemon": "^3.0.1"