From 564a47f5cc65d374e4d7e708f41c586ab5297746 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 May 2018 08:56:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:base64url:20180511 - https://snyk.io/vuln/npm:base64url:20180511 Latest report for code4hr/hrhack: https://snyk.io/test/github/code4hr/hrhack --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e98ec12..7956d34 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "ejs": "~0.8.4", "errorhandler": "~1.0.0", "express": "~4.0.0", - "express-jwt": "^0.1.3", + "express-jwt": "^3.0.0", "express-session": "~1.0.2", - "jsonwebtoken": "^0.3.0", + "jsonwebtoken": "^5.0.0", "lodash": "~2.4.1", "method-override": "~1.0.0", "mongoose": "~3.8.8",