From f54a43c8cb655087987cc6f92d426de875f7b6e1 Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Tue, 29 Jan 2019 18:49:42 +0800 Subject: [PATCH] Upgrade xml-crypto to 1.1.2 This change incorporates a revert that fixes the problem discussed on yaronn/xml-crypto#167. It also drops xpath.js in favour of xpath, which everybody else uses. Fixes #324 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 864e8748..6fac5e3e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "debug": "^3.1.0", "passport-strategy": "*", "q": "^1.5.0", - "xml-crypto": "^1.0.2", + "xml-crypto": "^1.1.2", "xml-encryption": "^0.11.0", "xml2js": "0.4.x", "xmlbuilder": "^9.0.4",