From fa0d88f5978d45169029cb01e3f9874eec53c5d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:14:22 +0000 Subject: [PATCH] chore(deps): 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3765fbe..5e91c8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gray-matter": "^4.0.3", "ip-cidr": "^4.0.2", "next": "^16.2.9", - "papaparse": "^5.5.3", + "papaparse": "^5.5.4", "react": "^19.2.7", "react-dom": "^19.2.7", "rehype-autolink-headings": "^7.1.0", @@ -9227,9 +9227,9 @@ "license": "(MIT AND Zlib)" }, "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/parse-entities": { diff --git a/package.json b/package.json index bab8ac8..1d1d3a5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gray-matter": "^4.0.3", "ip-cidr": "^4.0.2", "next": "^16.2.9", - "papaparse": "^5.5.3", + "papaparse": "^5.5.4", "react": "^19.2.7", "react-dom": "^19.2.7", "rehype-autolink-headings": "^7.1.0",