From e7c74cf85782e94cface02e5f06af1401299312b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 05:08:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 378346d..8304bd0 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": "^0.3.1", "hapi": "^10.0.0", "inert": "^3.0.1", "joi": "^6.7.1",