From 9b965d64ccc41aba94f28a0ee72c8db10004612b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:06:14 +0000 Subject: [PATCH] Bump papaparse from 5.0.0 to 5.2.0 in /mapV 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] --- mapV/package-lock.json | 6 +++--- mapV/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mapV/package-lock.json b/mapV/package-lock.json index 9681d6c..dc52358 100644 --- a/mapV/package-lock.json +++ b/mapV/package-lock.json @@ -7292,9 +7292,9 @@ "dev": true }, "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==" }, "parallel-transform": { "version": "1.1.0", diff --git a/mapV/package.json b/mapV/package.json index 0e94221..c070287 100644 --- a/mapV/package.json +++ b/mapV/package.json @@ -23,7 +23,7 @@ "@angular/router": "~8.0.1", "mapbox-gl": "^1.0.0", "material-components-web": "^2.3.1", - "papaparse": "^5.0.0", + "papaparse": "^5.2.0", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1"