From 83341e2b733fd7e01796fb68691e425d902383fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 15:28:34 +0000 Subject: [PATCH] [Security] Bump papaparse from 4.3.6 to 5.2.0 Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.3.6 to 5.2.0. **This update includes a security fix.** - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/4.3.6...5.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0383732..a710fb3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "precommit": "lint-staged" }, "dependencies": { - "papaparse": "^4.3.6" + "papaparse": "^5.2.0" }, "lint-staged": { "*.{js,json,css}": [ diff --git a/yarn.lock b/yarn.lock index 2e9fbea..895a21f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2254,9 +2254,9 @@ pako@~1.0.5: version "1.0.6" resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258" -papaparse@^4.3.6: - version "4.3.6" - resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-4.3.6.tgz#9566eda0ecab13afcb740a62381c699f486cb145" +papaparse@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.2.0.tgz#97976a1b135c46612773029153dc64995caa3b7b" parse-asn1@^5.0.0: version "5.1.0"