From de172e3eb5e6334067bfef76c6e774db98c134b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:14:46 +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 2e04c39..88613c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "lz-string": "^1.5.0", "mermaid": "^11.16.0", "next": "15.5.18", - "papaparse": "^5.5.3", + "papaparse": "^5.5.4", "react": "19.2.7", "react-dom": "19.2.7", "react-markdown": "^10.1.0", @@ -9478,9 +9478,9 @@ "license": "MIT" }, "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": { diff --git a/package.json b/package.json index b49b0cc..a8fc29c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "lz-string": "^1.5.0", "mermaid": "^11.16.0", "next": "15.5.18", - "papaparse": "^5.5.3", + "papaparse": "^5.5.4", "react": "19.2.7", "react-dom": "19.2.7", "react-markdown": "^10.1.0",