From 5410edbdca6506a0fdc89f4b2857d926892bb230 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 13 Oct 2015 21:40:24 +0200 Subject: [PATCH] update ursa for node4 compatibility see https://github.com/quartzjer/ursa/commit/fd9c8972408fd6266ce81408dd662a56c2e1b661 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6539f5..622003e 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "yggdrasil": "0.1.0" }, "optionalDependencies": { - "ursa": "~0.8.0" + "ursa": "~0.9.1" } }