From 84b996d20f0df0aac148ceb5a7476f207d56e5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:29:15 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffea7186..8a97a106 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "multer": "^2.2.0", "node-html-markdown": "^2.0.0", "nodemailer": "^9.0.0", - "papaparse": "^5.5.3", + "papaparse": "^5.5.4", "parse-full-name": "^1.2.7", "session-file-store": "^1.5.0", "set-interval-async": "^3.0.3", @@ -12216,9 +12216,9 @@ } }, "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 0f13a645..57cb6885 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "multer": "^2.2.0", "node-html-markdown": "^2.0.0", "nodemailer": "^9.0.0", - "papaparse": "^5.5.3", + "papaparse": "^5.5.4", "parse-full-name": "^1.2.7", "session-file-store": "^1.5.0", "set-interval-async": "^3.0.3",