From a53ff00b1068aa48a5a3dae6d042b9cbc6054464 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jan 2023 11:17:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSZIP-3188562 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ce1a11d..3ae175b1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "GPL-3.0+", "main": "dist/sigma.require.js", "dependencies": { - "xlsx": "~0.7.12", + "xlsx": "~0.8.8", "dagre": "~0.7.4" }, "devDependencies": {