From c27c0433c81727e05eb03e659e61af54ec8da22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:11:33 +0000 Subject: [PATCH] Bump papaparse from 5.1.0 to 5.2.0 Bumps [papaparse](https://github.com/mholt/PapaParse) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/5.1.0...5.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c676c96..084a341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8552,9 +8552,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.2.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz", + "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==" }, "parallel-transform": { "version": "1.2.0", diff --git a/package.json b/package.json index 45e99dd..9a3f414 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "axios": "^0.19.0", "csvtojson": "^2.0.10", "express": "^4.17.1", - "papaparse": "^5.1.0", + "papaparse": "^5.2.0", "path": "^0.12.7", "rxjs": "~6.4.0", "tailwindcss": "^1.1.3",