From 7b188f91679c5d58ac5764af3339b432e9ba52bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 07:18:41 +0000 Subject: [PATCH] fix: package.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-DICER-2311764 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7c83bb..ccd0607 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.0", "nat-upnp": "^1.1.1", "node-tvdb": "^4.1.0", "npm": "^6.9.0",