Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 09d9755

Browse files
committed
Update to v1.5.14 open-source release
1 parent 4eacd92 commit 09d9755

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.5.14] - 2025-03-14
8+
### Security:
9+
- Upgrade axios to `1.8.2` to resolve CVE [CVE-2025-27152](https://avd.aquasec.com/nvd/2025/cve-2025-27152/)
10+
711
## [1.5.13] - 2025-02-06
812
### Security:
913
- Bump nanoid to `3.3.8` to resolve CVE [CVE-2024-55565](https://github.com/advisories/GHSA-mwcw-c2x4-8c55)

source/web/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"overrides": {
5656
"fast-xml-parser": "4.4.1",
5757
"postcss": "8.4.31",
58-
"axios": "0.28.0",
58+
"axios": "1.8.2",
5959
"cookie": "0.7.0",
6060
"cross-spawn": "^7.0.6",
6161
"vue": "^3.4.34"
6262
},
6363
"resolutions": {
6464
"fast-xml-parser": "4.4.1",
6565
"postcss": "8.4.31",
66-
"axios": "0.28.0",
66+
"axios": "1.8.2",
6767
"cookie": "0.7.0",
6868
"cross-spawn": "^7.0.6",
6969
"vue": "^3.4.34"

0 commit comments

Comments
 (0)