From 6dfc3dcef6cb9aca5365f3ce96c42e0095eee9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:47:47 +0000 Subject: [PATCH] Bump papaparse from 4.6.3 to 5.3.0 in /report Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.6.3 to 5.3.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/4.6.3...5.3.0) Signed-off-by: dependabot[bot] --- report/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/package.json b/report/package.json index 624e3b7..dc68831 100644 --- a/report/package.json +++ b/report/package.json @@ -44,7 +44,7 @@ "compute-iqr": "^1.1.0", "d3": "^3.5.17", "nvd3": "^1.8.5", - "papaparse": "^4.1.2" + "papaparse": "^5.3.0" }, "devDependencies": { "copyfiles": "^1.0.0",