From 0fd4fb5316b7532f8374dc394b2c3ce9b8e98618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:55:30 +0000 Subject: [PATCH] Bump papaparse from 4.6.3 to 5.2.0 in /front 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] --- front/package-lock.json | 6 +++--- front/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index ba34f76..dbcf56d 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -12102,9 +12102,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/front/package.json b/front/package.json index 78b2dd9..a18c38e 100644 --- a/front/package.json +++ b/front/package.json @@ -20,7 +20,7 @@ "bootstrap-vue": "^2.0.0-rc.11", "i": "^0.3.6", "npm": "^6.2.0", - "papaparse": "^4.5.1", + "papaparse": "^5.2.0", "uuid": "^3.3.2", "vue": "^2.5.2", "vue-form-wizard": "^0.8.4",