From d8341708bcc5f764828633bb7875648dbb468299 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Fri, 23 Sep 2011 23:42:48 -0600 Subject: [PATCH] update to latest jwcrypto which changes assertion lifetime from 2s to 2m. issue #287 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 284bd3ab2..75b675bd8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ , "colors" : "0.5.0" , "sax" : "0.2.3" , "mimelib-noiconv" : "0.1.3" - , "jwcrypto": "https://github.com/mozilla/jwcrypto/tarball/e8b4e91" + , "jwcrypto": "https://github.com/mozilla/jwcrypto/tarball/7504350" } , "scripts": { "postinstall": "./scripts/generate_ephemeral_keys.sh", -- GitLab