From f6d0bd4ce2c828c9604d38a94fc1989000bdd186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:14:13 +0000 Subject: [PATCH] chore(deps-dev): bump papaparse from 4.6.2 to 5.3.0 Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.6.2 to 5.3.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/4.6.2...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 ed944b3..a26e852 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "minilog": "3.1.0", "mkdirp": "^0.5.1", "omggif": "1.0.9", - "papaparse": "4.6.2", + "papaparse": "5.3.0", "postcss-import": "^12.0.0", "postcss-loader": "^3.0.0", "postcss-simple-vars": "^5.0.1",