From 51a376e3406ba3d644108452f49427f455fc5235 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jul 2020 03:29:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESSJWT-575022 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bad5e798..eb47dc23a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eventemitter3": "1.2.0", "express": "4.14.0", "express-graphql": "0.5.4", - "express-jwt": "5.0.0", + "express-jwt": "6.0.0", "fastclick": "1.0.6", "fbjs": "0.8.4", "front-matter": "2.1.0",