From 8b04720677cbaa6b8940e3499071b4d4bcb2842a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:52:16 +0000 Subject: [PATCH] Bump papaparse from 4.3.7 to 5.2.0 in /complete/client Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.3.7 to 5.2.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/4.3.7...5.2.0) Signed-off-by: dependabot[bot] --- complete/client/package-lock.json | 6 +++--- complete/client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/complete/client/package-lock.json b/complete/client/package-lock.json index 4fd4d3f..51ab489 100644 --- a/complete/client/package-lock.json +++ b/complete/client/package-lock.json @@ -274,9 +274,9 @@ "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=" }, "papaparse": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.3.7.tgz", - "integrity": "sha1-7R5xgzINHgg53+n3GGGFz8UJe40=" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz", + "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==" }, "performance-now": { "version": "2.1.0", diff --git a/complete/client/package.json b/complete/client/package.json index cfb7a60..29df74d 100644 --- a/complete/client/package.json +++ b/complete/client/package.json @@ -10,7 +10,7 @@ "author": "", "license": "MIT", "dependencies": { - "papaparse": "4.3.7", + "papaparse": "5.2.0", "request": "2.85.0", "request-promise": "4.2.2" }