From ba7b23ac4826d0f80d15ddfea199e8c83fda0288 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 13:15:10 -0500 Subject: [PATCH] fix(deps): update dependency json2csv to v5.0.4 (#8865) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 24b010ac9c..75b2b65541 100644 --- a/install/package.json +++ b/install/package.json @@ -77,7 +77,7 @@ "jquery-serializeobject": "1.0.0", "jquery-ui": "1.12.1", "jsesc": "3.0.2", - "json2csv": "5.0.3", + "json2csv": "5.0.4", "jsonwebtoken": "^8.5.1", "less": "^3.11.1", "lodash": "^4.17.15",