From ff159335907b60b6d9eb289dd236fc131a62231b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 19:51:24 +0000 Subject: [PATCH] Bump papaparse from 4.6.3 to 5.2.0 Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.6.3 to 5.2.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/4.6.3...5.2.0) --- updated-dependencies: - dependency-name: papaparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f33b8a..f40086c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "mapbox-gl": "^1.13.2", "maplibre-gl": "^2.4.0", "marked": "^4.2.4", - "papaparse": "^4.6.3", + "papaparse": "^5.2.0", "reselect": "^3.0.1", "xlsx": "^0.15.1" }, @@ -7450,9 +7450,9 @@ } }, "node_modules/papaparse": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.6.3.tgz", - "integrity": "sha512-LRq7BrHC2kHPBYSD50aKuw/B/dGcg29omyJbKWY3KsYUZU69RKwaBHu13jGmCYBtOc4odsLCrFyk6imfyNubJQ==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz", + "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==" }, "node_modules/param-case": { "version": "3.0.4", @@ -15241,9 +15241,9 @@ "dev": true }, "papaparse": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.6.3.tgz", - "integrity": "sha512-LRq7BrHC2kHPBYSD50aKuw/B/dGcg29omyJbKWY3KsYUZU69RKwaBHu13jGmCYBtOc4odsLCrFyk6imfyNubJQ==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz", + "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==" }, "param-case": { "version": "3.0.4", diff --git a/package.json b/package.json index 8d0feb3..d16db64 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "mapbox-gl": "^1.13.2", "maplibre-gl": "^2.4.0", "marked": "^4.2.4", - "papaparse": "^4.6.3", + "papaparse": "^5.2.0", "reselect": "^3.0.1", "xlsx": "^0.15.1" },