From 179ab36b38c27c802f8eb109e91e995ebfa90f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:50:23 +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 3459673..0e12ede 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "node-sass": "^4.0.0", "numbro": "^1.9.3", "nyc": "^10.1.2", - "papaparse": "^4.1.3", + "papaparse": "^5.3.0", "pikaday": "^1.5.1", "react": "^15.4.1", "react-addons-test-utils": "^15.4.2",