From a197537e0bf4611169067e6dd4c19d3664be08f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:06:35 +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 9f60ef6..88faec0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "core-js": "^2.6.11", "faker": "^4.1.0", "jquery": "^3.4.1", - "papaparse": "^4.6.3", + "papaparse": "^5.3.0", "popper.js": "^1.16.1", "vue": "^2.6.11", "vue-loading-overlay": "^3.3.0",