From bef1c0df2416bda9297975bd4cc1f224748d84b6 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 11 Sep 2026 17:07:19 +0200 Subject: [PATCH] Task/upgrade papaparse to version 5.7.0 (#7855) * Update papaparse to version 5.7.0 * Update changelog --- CHANGELOG.md | 1 + package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be89cc1ed..6f291883c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the style of the activity type filter on the activities page (experimental) - Improved the style of the selector in the benchmark comparator +- Upgraded `papaparse` from version `5.5.3` to `5.7.0` ## 3.69.0 - 2026-09-07 diff --git a/package-lock.json b/package-lock.json index 8a2818c96..c1c783196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "ngx-markdown": "22.0.0", "ngx-skeleton-loader": "13.0.0", "open-color": "1.9.1", - "papaparse": "5.5.3", + "papaparse": "5.7.0", "passport": "0.7.0", "passport-google-oauth20": "2.0.0", "passport-headerapikey": "1.2.2", @@ -29413,9 +29413,9 @@ "license": "BlueOak-1.0.0" }, "node_modules/papaparse": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz", - "integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.7.0.tgz", + "integrity": "sha512-qBGxg/7Q3Kl9Wfhrz2Z74UnvnHTXLNG6jmKJFeBvP2+y4lV7So+7SR62+Zd47JvdrCkX+nDcnr0ObPzek/+6RA==", "license": "MIT" }, "node_modules/param-case": { diff --git a/package.json b/package.json index 517bca30c..63547ef0d 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "ngx-markdown": "22.0.0", "ngx-skeleton-loader": "13.0.0", "open-color": "1.9.1", - "papaparse": "5.5.3", + "papaparse": "5.7.0", "passport": "0.7.0", "passport-google-oauth20": "2.0.0", "passport-headerapikey": "1.2.2",