From 91b2f043fc730229aef6e139ebb208b0802829d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Jul 2020 00:05:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESSFILEUPLOAD-595969 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08c88ed..2cce53b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "body-parser": "^1.15.2", "dna2json": "^1.0.1", "express": "^4.14.0", - "express-fileupload": "0.0.5", + "express-fileupload": "1.1.8", "gql": "^1.1.0", "method-override": "^2.3.6", "pug": "^2.0.0-beta6"