From 04baa1f767680a40e9e7b67ce4189a499ad86ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2019 18:43:27 +0000 Subject: [PATCH] Bump jwt-simple from 0.3.1 to 0.5.6 in /server Bumps [jwt-simple](https://github.com/hokaccha/node-jwt-simple) from 0.3.1 to 0.5.6. - [Release notes](https://github.com/hokaccha/node-jwt-simple/releases) - [Changelog](https://github.com/hokaccha/node-jwt-simple/blob/master/History.md) - [Commits](https://github.com/hokaccha/node-jwt-simple/compare/v0.3.1...v0.5.6) Signed-off-by: dependabot[bot] --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index dc25b5c..8a34419 100644 --- a/server/package.json +++ b/server/package.json @@ -6,7 +6,7 @@ "bcryptjs": "^2.1.0", "body-parser": "^1.12.2", "express": "^4.12.3", - "jwt-simple": "^0.3.0", + "jwt-simple": "^0.5.6", "lodash": "^3.6.0", "moment": "^2.10.2", "mongoose": "^4.0.1",