From 903d19c2f2517e81d47214474796636ebb705be4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 16:20:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- 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",