From d664db939aa674d32015de4fbb9d51ad4aca2f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:54:40 +0000 Subject: [PATCH] Bump papaparse from 4.3.7 to 5.2.0 in /listing-10.12 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] --- listing-10.12/package-lock.json | 6 +++--- listing-10.12/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/listing-10.12/package-lock.json b/listing-10.12/package-lock.json index a5b6a27..8287bc6 100644 --- a/listing-10.12/package-lock.json +++ b/listing-10.12/package-lock.json @@ -632,9 +632,9 @@ } }, "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==" }, "parse-mongo-url": { "version": "1.1.1", diff --git a/listing-10.12/package.json b/listing-10.12/package.json index 815f591..e0d30a6 100644 --- a/listing-10.12/package.json +++ b/listing-10.12/package.json @@ -12,6 +12,6 @@ "dependencies": { "data-forge": "0.5.7", "express": "4.16.2", - "papaparse": "4.3.7" + "papaparse": "5.2.0" } }