From 9d061ff5dd2e9ea53c8c25f8c428cac7f3bf7f98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Jun 2025 08:17:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10299078 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7c83bb..d391d8a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jsonwebtoken": "^8.3.0", "lodash": "^4.17.11", "mongoose": "^5.2.17", - "multer": "^1.4.0", + "multer": "^2.0.1", "nat-upnp": "^1.1.1", "node-tvdb": "^4.1.0", "npm": "^6.9.0",