From cb9d5d8e764153e172c72b9b7a7da050b5fc3a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:38:38 +0000 Subject: [PATCH] Bump jsonwebtoken from 3.2.2 to 8.5.1 Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 3.2.2 to 8.5.1. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v3.2.2...v8.5.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05e32b4..abdafb0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "genid": "~0.1.0", "googlediff": "~0.1.0", "json-gate": "~0.8.21", - "jsonwebtoken": "^3.2.2", + "jsonwebtoken": "^8.5.1", "lodash": "~2.4.1", "lru-cache": "~2.5.0", "memoize": "~0.1.1",