From 80cc321bf2ebc9507687550c8748e1e54a2b6fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:09:13 +0000 Subject: [PATCH] Bump papaparse from 5.1.0 to 5.3.0 Bumps [papaparse](https://github.com/mholt/PapaParse) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/5.1.0...5.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88b8653..8474f36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4626,9 +4626,9 @@ "dev": true }, "papaparse": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.1.0.tgz", - "integrity": "sha512-3jEYMiCc8qN7V5ffi2BTS2mRauKxCu5AIED6DxbjnHhIm7OY7fzKYkndfPlHWaaKUDCTml5XTU6V+hiuxGlZuw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.3.0.tgz", + "integrity": "sha512-Lb7jN/4bTpiuGPrYy4tkKoUS8sTki8zacB5ke1p5zolhcSE4TlWgrlsxjrDTbG/dFVh07ck7X36hUf/b5V68pg==", "dev": true }, "parallel-transform": {