From 77469d2ff748ed1a92fb206437334d3c42a00d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:04:37 +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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d73befc..2c8dab9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "lz-string": "^1.5.0", "mermaid": "^11.15.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": { @@ -9639,7 +9639,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, diff --git a/package.json b/package.json index 7468651..3300954 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "lz-string": "^1.5.0", "mermaid": "^11.15.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",