From 314386098f62a50080238d0c7dfcb4d04d2f77ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:44:55 +0000 Subject: [PATCH] Build(deps): Bump papaparse from 5.4.1 to 5.5.1 in /frontend 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] --- 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 f9c6ab03..5b21b936 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 80345e4b..3b600210 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",