From b51add122ebdcade5d6a9f6c40fe6585fe8b60d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:50:25 +0000 Subject: [PATCH] Bump papaparse from 5.1.0 to 5.2.0 in /frontoffice 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] --- frontoffice/package-lock.json | 6 +++--- frontoffice/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 frontoffice/package.json diff --git a/frontoffice/package-lock.json b/frontoffice/package-lock.json index 59a68b0..8f4a1ca 100644 --- a/frontoffice/package-lock.json +++ b/frontoffice/package-lock.json @@ -17464,9 +17464,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/frontoffice/package.json b/frontoffice/package.json old mode 100755 new mode 100644 index 446d91d..d53330e --- a/frontoffice/package.json +++ b/frontoffice/package.json @@ -25,7 +25,7 @@ "line-navigator": "^2.1.6", "lodash": "^4.17.15", "nyc": "^14.1.1", - "papaparse": "^5.1.0", + "papaparse": "^5.2.0", "set-value": "^3.0.1", "update": "^0.7.4", "vue": "^2.6.10",