From e5874ae428ffc0465e6bd4e660f89f78b56a74a6 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Mon, 18 Mar 2019 12:17:04 +0100 Subject: [PATCH] fix: ensure correct PS signing and verification (#585) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e31d21a..de1189b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "url": "https://github.com/auth0/node-jsonwebtoken/issues" }, "dependencies": { - "jws": "^3.2.1", + "jws": "^3.2.2", "lodash.includes": "^4.3.0", "lodash.isboolean": "^3.0.3", "lodash.isinteger": "^4.0.4",