From b9e25a1d3cb5508d84ed64323c0fa6106dfa6cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:03:11 +0100 Subject: [PATCH] Build(deps): Bump papaparse from 5.4.1 to 5.5.1 in /frontend (#925) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index aa104020..ecdfe0da 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "gsap": "^3.12.5", "hammerjs": "^2.0.8", "jira2md": "^3.0.1", - "papaparse": "^5.4.1", + "papaparse": "^5.5.1", "pinia": "^2.3.0", "popper.js": "^1.16.1", "qrcode.vue": "^3.6.0", @@ -12313,10 +12313,9 @@ } }, "node_modules/papaparse": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz", - "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==", - "license": "MIT" + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.1.tgz", + "integrity": "sha512-EuEKUhyxrHVozD7g3/ztsJn6qaKse8RPfR6buNB2dMJvdtXNhcw8jccVi/LxNEY3HVrV6GO6Z4OoeCG9Iy9wpA==" }, "node_modules/param-case": { "version": "3.0.4", diff --git a/frontend/package.json b/frontend/package.json index c1d75501..a27af1ed 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "gsap": "^3.12.5", "hammerjs": "^2.0.8", "jira2md": "^3.0.1", - "papaparse": "^5.4.1", + "papaparse": "^5.5.1", "pinia": "^2.3.0", "popper.js": "^1.16.1", "qrcode.vue": "^3.6.0",