From 3ebbc9cacad9632767d294808556c2a35d940d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:05:58 +0000 Subject: [PATCH] Bump papaparse from 5.4.1 to 5.5.1 Bumps [papaparse](https://github.com/mholt/PapaParse) from 5.4.1 to 5.5.1. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/commits) --- updated-dependencies: - dependency-name: papaparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7bf73c..acf8d27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lodash": "^4.17.21", - "papaparse": "^5.3.2", + "papaparse": "^5.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-dropzone": "^14.3.5", @@ -7632,8 +7632,9 @@ } }, "node_modules/papaparse": { - "version": "5.4.1", - "license": "MIT" + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.1.tgz", + "integrity": "sha512-EuEKUhyxrHVozD7g3/ztsJn6qaKse8RPfR6buNB2dMJvdtXNhcw8jccVi/LxNEY3HVrV6GO6Z4OoeCG9Iy9wpA==" }, "node_modules/parent-module": { "version": "1.0.1", diff --git a/package.json b/package.json index 4a5faac..07595f6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lodash": "^4.17.21", - "papaparse": "^5.3.2", + "papaparse": "^5.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-dropzone": "^14.3.5",