From 1b358a8dbb9fd72f7926705cbdd7a5ed89c55a74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jul 2021 10:39:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSZIP-1251497 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 378346d..2530680 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Adrian Lynch (adi_ady_ade@hotmail.com)", "license": "MIT", "dependencies": { - "exceljs": "^0.2.3", + "exceljs": "^1.11.0", "hapi": "^10.0.0", "inert": "^3.0.1", "joi": "^6.7.1",