From e2be8570ed0ecf258dd27750f510c7b77fa8f499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:00:43 +0000 Subject: [PATCH] Bump papaparse from 5.0.0 to 5.2.0 Bumps [papaparse](https://github.com/mholt/PapaParse) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/5.0.0...5.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4981077..5ea1cce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -295,9 +295,9 @@ "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" }, "papaparse": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.0.0.tgz", - "integrity": "sha512-gCqNseOMB5RInYXR051oWfCIZZI9ldhijkeMj0kNYLpE/hSRLHaW8ctoK4h3IuS1v8l+PovsV96LjXtgmzHRxA==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz", + "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==" }, "path-key": { "version": "2.0.1", diff --git a/package.json b/package.json index 195dc85..8e98f2f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jquery-csv": "^1.0.3", "log4js": "^4.4.0", "moment": "^2.24.0", - "papaparse": "^5.0.0", + "papaparse": "^5.2.0", "readline-sync": "^1.4.9" } }