From 956877282e426f00a13d2ef5309be245810a0881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:50:37 +0000 Subject: [PATCH] Bump papaparse from 4.6.3 to 5.3.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8f03d..45f30ad 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "dependencies": { "lodash": "^4.16.4", "mocha": "^5.0.3", - "papaparse": "^4.1.2" + "papaparse": "^5.3.0" } }