You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [1.5.10] - 2024-09-20
8
+
### Security:
9
+
- Bump webpack to `5.94.0` to resolve [CVE-2024-43788](https://github.com/advisories/GHSA-4vvj-4cpr-p986)
10
+
- Bump serve-static to `1.16.2` to resolve CVE with send [CVE-2024-43799](https://github.com/advisories/GHSA-m6fv-jmcg-4jfg)
11
+
- Bump path-to-regexp to `0.1.10` to resolve [CVE-2024-45296](https://github.com/advisories/GHSA-9wv6-86v2-598j)
12
+
- Bump micromatch to `4.0.8` to resolve [CVE-2024-4067](https://github.com/advisories/GHSA-952p-6rrq-rcjv)
13
+
- Remove usage of `bootstrap-vue` (EOL) and migrate `bootstrap v4` (EOL) to `bootstrap v5` to resolve [CVE-2024-6531](https://nvd.nist.gov/vuln/detail/CVE-2024-6531)
14
+
- Adds Security.md file to provide guidance around reporting security vulnerabilities.
15
+
16
+
7
17
## [1.5.9] - 2024-08-02
8
18
### Security:
9
-
- Bump `fast-xml-parser` to `4.4.1` to resolve [CVE-2024-41818]
10
-
- Update to Vue 3 compat build and replace `vue-template-compiler` with `@vue/compiler-sfc` to resolve [CVE-2024-6783]
19
+
- Bump `fast-xml-parser` to `4.4.1` to resolve [CVE-2024-41818](https://nvd.nist.gov/vuln/detail/CVE-2024-41818)
20
+
- Update to Vue 3 compat build and replace `vue-template-compiler` with `@vue/compiler-sfc` to resolve [CVE-2024-6783](https://nvd.nist.gov/vuln/detail/CVE-2024-6783)
11
21
12
22
### Removed
13
23
- Unused `vue-stepper-component` and `vue2-dropzone` dependencies
14
24
15
25
## [1.5.8] - 2024-06-23
16
26
### Security:
17
-
- Bump `braces` to `3.0.3` to resolve [CVE-2024-4068]
18
-
- Bump `ws` to resolve [CVE-2024-37890]
27
+
- Bump `braces` to `3.0.3` to resolve [CVE-2024-4068](https://nvd.nist.gov/vuln/detail/CVE-2024-4068)
28
+
- Bump `ws` to resolve [CVE-2024-37890](https://nvd.nist.gov/vuln/detail/CVE-2024-37890)
19
29
20
30
## [1.5.7] - 2024-05-30
21
31
### Fixed:
@@ -27,19 +37,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
37
## [1.5.6] - 2024-04-09
28
38
### Fixed:
29
39
- Updated axios sub-dependency to use v0.28.0 to resolve security vulnerabilities:
0 commit comments