From 781008cf83775876333415f2c090d1a34ce12cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Oct 2021 23:23:45 +0000 Subject: [PATCH] Bump papaparse from 5.1.1 to 5.2.0 Bumps [papaparse](https://github.com/mholt/PapaParse) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/5.1.1...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 3ebb5cc..1f72c3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11409,9 +11409,9 @@ "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" }, "papaparse": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.1.1.tgz", - "integrity": "sha512-KPkW4GNQxunmYTeJIjHFrvilcNuHBWrfgbyvmagEmfGOA4hnP1WIkPbv4yABhj1Nam3as4w+7MBiI27BntwqVg==" + "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/package.json b/package.json index 3bccb67..e004cc0 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "ngx-toastr": "^10.2.0", "nodemon": "^2.0.13", "npm": "^6.14.2", - "papaparse": "^5.1.1", + "papaparse": "^5.2.0", "path": "^0.12.7", "popper.js": "^1.16.1", "request": "^2.88.2",