From 38927debb61016369891268ed54190fc629aa760 Mon Sep 17 00:00:00 2001 From: Knut Eirik Leira Hjelle Date: Wed, 20 Oct 2021 12:26:51 +0200 Subject: [PATCH] fix #71: bump xpath version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63a17b4..66d8613 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "unzipper": "^0.8.11", "xmldom": "^0.1.27", - "xpath": "0.0.27" + "xpath": "^0.0.32" }, "devDependencies": { "babel-cli": "^6.26.0",