From 85806171b7ee339de67cf17c0e8ffbaa0be6a484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:14:52 +0000 Subject: [PATCH] Bump papaparse from 5.5.3 to 5.5.4 Bumps [papaparse](https://github.com/mholt/PapaParse) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Changelog](https://github.com/mholt/PapaParse/blob/master/CHANGELOG.md) - [Commits](https://github.com/mholt/PapaParse/compare/5.5.3...5.5.4) --- updated-dependencies: - dependency-name: papaparse dependency-version: 5.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d053569..c88e78d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.17.0", "leaflet": "^1.9.4", "next": "^16.2.7", - "papaparse": "^5.4.1", + "papaparse": "^5.5.4", "react": "^18", "react-dom": "^18", "react-leaflet": "^4.2.1" @@ -4512,9 +4512,10 @@ "dev": true }, "node_modules/papaparse": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz", - "integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==" + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.4.tgz", + "integrity": "sha512-SwzWD9gl/ElwYLCI0nUja1mFJzjq2D8ziShfNBa7zCHzkOozeOGDwHWQ+tvCzEZcewecWZ5U7kUopDnG+DFYEQ==", + "license": "MIT" }, "node_modules/parent-module": { "version": "1.0.1", diff --git a/package.json b/package.json index 657736d..1c6a967 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "axios": "^1.17.0", "leaflet": "^1.9.4", "next": "^16.2.7", - "papaparse": "^5.4.1", + "papaparse": "^5.5.4", "react": "^18", "react-dom": "^18", "react-leaflet": "^4.2.1"