From 3d6202f3354f97643f6d4945c7cf2b04405927fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 12:20:07 +0000 Subject: [PATCH] Bump papaparse from 5.5.2 to 5.5.3 Bumps [papaparse](https://github.com/mholt/PapaParse) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/commits) --- updated-dependencies: - dependency-name: papaparse dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7e63906..abdbc9d 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "history": "^5.3.0", "jest-fixed-jsdom": "^0.0.9", "lodash": "^4.17.21", - "papaparse": "^5.5.1", + "papaparse": "^5.5.3", "ra-core": "^5.4.4", "ra-i18n-polyglot": "^5.4.4", "ra-language-english": "^5.4.4", diff --git a/yarn.lock b/yarn.lock index 4cef07e..401a352 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4351,10 +4351,10 @@ p-try@^2.0.0: resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== -papaparse@^5.5.1: - version "5.5.2" - resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.5.2.tgz#fb67cc5a03ba8930cb435dc4641a25d6804bd4d7" - integrity sha512-PZXg8UuAc4PcVwLosEEDYjPyfWnTEhOrUfdv+3Bx+NuAb+5NhDmXzg5fHWmdCh1mP5p7JAZfFr3IMQfcntNAdA== +papaparse@^5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.5.3.tgz#07f8994dec516c6dab266e952bed68e1de59fa9a" + integrity sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A== parent-module@^1.0.0: version "1.0.1"