Skip to content

Commit aadbdf3

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10185673 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675
1 parent 05648b6 commit aadbdf3

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package-lock.json

Lines changed: 42 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"mongodb": "^5.7.0",
8585
"mongoose": "^7.3.3",
8686
"morgan": "^1.10.0",
87-
"multer": "^1.4.5-lts.1",
87+
"multer": "^2.0.0",
8888
"multer-cloud-storage": "^3.0.0",
8989
"mysql2": "^3.5.1",
9090
"nodemon": "^3.0.1",

0 commit comments

Comments
 (0)