From c6733a52639ff4bea33a8f4c9d740225a9cbe7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:04:19 +0000 Subject: [PATCH] Bump papaparse from 4.6.3 to 5.2.0 Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.6.3 to 5.2.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/4.6.3...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 d6a8c63..a96622d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8139,9 +8139,9 @@ "dev": true }, "papaparse": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.6.3.tgz", - "integrity": "sha512-LRq7BrHC2kHPBYSD50aKuw/B/dGcg29omyJbKWY3KsYUZU69RKwaBHu13jGmCYBtOc4odsLCrFyk6imfyNubJQ==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz", + "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==" }, "parallel-transform": { "version": "1.1.0", diff --git a/package.json b/package.json index f08bb67..658d420 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "file-saver": "^2.0.2", "localforage": "^1.7.3", "node-sass": "^4.12.0", - "papaparse": "^4.6.3", + "papaparse": "^5.2.0", "sass-loader": "^7.1.0", "vue": "^2.6.10", "vue-material": "^1.0.0-beta-11",