From c938b726572595ace2eb7b467c99604b64e2aa7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 01:29:47 +0000 Subject: [PATCH] Bump jwt-simple from 0.3.1 to 0.5.6 in /src 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] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index e4e57cc..0b9afd1 100644 --- a/src/package.json +++ b/src/package.json @@ -11,7 +11,7 @@ "async": "^1.5.2", "debug": "~2.1.1", "express": "~4.12.2", - "jwt-simple": "^0.3.0", + "jwt-simple": "^0.5.6", "rethinkdb": "^2.3.0", "rethinkdbdash": "^2.2.18", "socket.io": "^1.3.6"