From cff3c6b82140bd5fd2b873089b5354615176b9d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 05:08:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- 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",