From dfc9a299926f6ab3e2c4bf6b5a8e40ff2950741a Mon Sep 17 00:00:00 2001 From: Quinten Krijger Date: Sun, 9 May 2021 13:51:03 +0200 Subject: [PATCH] Update jszip to fix #331 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35a071b2..ae0aad35 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "glob": "7.1.2", "jju": "^1.4.0", "json-in-place": "^1.0.1", - "jszip": "~3.1.5", + "jszip": "~3.6.0", "lodash": "~4.17.11", "minimist": "^1.1.2", "mkdirp": "^0.5.1",