This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +38
-58
lines changed Expand file tree Collapse file tree 3 files changed +38
-58
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.5.13] - 2025-02-06
8+ ### Security:
9+ - Bump nanoid to ` 3.3.8 ` to resolve CVE [ CVE-2024 -55565] ( https://github.com/advisories/GHSA-mwcw-c2x4-8c55 )
10+ - Bump path-to-regexp to` 0.1.12 ` to resolve CVE [ CVE-2024 -52798] ( https://github.com/advisories/GHSA-rhx6-c78j-4q9w )
11+ - Override vue dependencies to ` 3.4.34 ` to resolve CVE [ CVE-2024 -9506] ( https://github.com/advisories/GHSA-5j4c-8p2g-v4jx )
12+
713## [ 1.5.12] - 2024-11-19
814### Security:
915- Bump cross-spawn to ` 7.0.6 ` to resolve [ CVE-2024 -9506] ( https://github.com/advisories/GHSA-5j4c-8p2g-v4jx )
@@ -13,8 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1319
1420## [ 1.5.11] - 2024-10-29
1521### Security:
16- - Bump http-proxy-middleware to ` 2.0.7 ` to resolve [ cve -2024 -21536] ( https://github.com/advisories/GHSA-c7qv-q95q-8v27 )
17- - Bump cookie to ` 0.7.0 ` to resolve CVE [ CVE-2024 -47764] ( https://github.com/advisories/GHSA-pxg6-pf52-xh8x )
22+ - Bump http-proxy-middleware to ` 2.0.7 ` to resolve [ CVE -2024 -21536] ( https://github.com/advisories/GHSA-c7qv-q95q-8v27 )
23+ - Bump cookie to ` 0.7.0 ` to resolve CVE [ CVE-2024 -47764] ( https://github.com/advisories/GHSA-pxg6-pf52-xh8x )
1824
1925## [ 1.5.10] - 2024-09-20
2026### Security:
Original file line number Diff line number Diff line change 5757 "postcss" : " 8.4.31" ,
5858 "axios" : " 0.28.0" ,
5959 "cookie" : " 0.7.0" ,
60- "cross-spawn" : " ^7.0.6"
60+ "cross-spawn" : " ^7.0.6" ,
61+ "vue" : " ^3.4.34"
6162 },
6263 "resolutions" : {
6364 "fast-xml-parser" : " 4.4.1" ,
6465 "postcss" : " 8.4.31" ,
6566 "axios" : " 0.28.0" ,
6667 "cookie" : " 0.7.0" ,
67- "cross-spawn" : " ^7.0.6"
68+ "cross-spawn" : " ^7.0.6" ,
69+ "vue" : " ^3.4.34"
6870 }
6971}
You can’t perform that action at this time.
0 commit comments