From 2a26004aa4c776b99ab16b461c1f31b973525435 Mon Sep 17 00:00:00 2001 From: "[FRL]...MoNey" <30586998+frlmoney@users.noreply.github.com> Date: Thu, 17 Mar 2022 11:41:15 +0800 Subject: [PATCH] exceljs ^3.5.0 => ^4.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2af352..1335a7f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "bluebird": "^3.4.7", - "exceljs": "^3.5.0", + "exceljs": "^4.3.0", "joi": "^10.2.0", "lodash": "^4.17.4" }