Browse Source
Task/upgrade papaparse to version 5.7.0 (#7855)
* Update papaparse to version 5.7.0
* Update changelog
pull/7863/head^2
Thomas Kaul
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -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 activity type filter on the activities page (experimental) |
|
|
- Improved the style of the selector in the benchmark comparator |
|
|
- 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 |
|
|
## 3.69.0 - 2026-09-07 |
|
|
|
|
|
|
|
|
|
|
|
@ -90,7 +90,7 @@ |
|
|
"ngx-markdown": "22.0.0", |
|
|
"ngx-markdown": "22.0.0", |
|
|
"ngx-skeleton-loader": "13.0.0", |
|
|
"ngx-skeleton-loader": "13.0.0", |
|
|
"open-color": "1.9.1", |
|
|
"open-color": "1.9.1", |
|
|
"papaparse": "5.5.3", |
|
|
"papaparse": "5.7.0", |
|
|
"passport": "0.7.0", |
|
|
"passport": "0.7.0", |
|
|
"passport-google-oauth20": "2.0.0", |
|
|
"passport-google-oauth20": "2.0.0", |
|
|
"passport-headerapikey": "1.2.2", |
|
|
"passport-headerapikey": "1.2.2", |
|
|
@ -29413,9 +29413,9 @@ |
|
|
"license": "BlueOak-1.0.0" |
|
|
"license": "BlueOak-1.0.0" |
|
|
}, |
|
|
}, |
|
|
"node_modules/papaparse": { |
|
|
"node_modules/papaparse": { |
|
|
"version": "5.5.3", |
|
|
"version": "5.7.0", |
|
|
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz", |
|
|
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.7.0.tgz", |
|
|
"integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==", |
|
|
"integrity": "sha512-qBGxg/7Q3Kl9Wfhrz2Z74UnvnHTXLNG6jmKJFeBvP2+y4lV7So+7SR62+Zd47JvdrCkX+nDcnr0ObPzek/+6RA==", |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
"node_modules/param-case": { |
|
|
"node_modules/param-case": { |
|
|
|
|
|
@ -134,7 +134,7 @@ |
|
|
"ngx-markdown": "22.0.0", |
|
|
"ngx-markdown": "22.0.0", |
|
|
"ngx-skeleton-loader": "13.0.0", |
|
|
"ngx-skeleton-loader": "13.0.0", |
|
|
"open-color": "1.9.1", |
|
|
"open-color": "1.9.1", |
|
|
"papaparse": "5.5.3", |
|
|
"papaparse": "5.7.0", |
|
|
"passport": "0.7.0", |
|
|
"passport": "0.7.0", |
|
|
"passport-google-oauth20": "2.0.0", |
|
|
"passport-google-oauth20": "2.0.0", |
|
|
"passport-headerapikey": "1.2.2", |
|
|
"passport-headerapikey": "1.2.2", |
|
|
|