From d1166ed128d752b79d546ce4221f10857aa1e23c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 00:36:53 +0000 Subject: [PATCH] fix: detail/fileUpload/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMIDABLE-2838956 --- detail/fileUpload/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detail/fileUpload/package.json b/detail/fileUpload/package.json index 40f5153..0a45970 100644 --- a/detail/fileUpload/package.json +++ b/detail/fileUpload/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "formidable": "^1.0.14", + "formidable": "^3.2.4", "node-static": "^0.7.3" } }