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

Commit c5a99a7

Browse files
committed
Update to v1.5.9 open-source release
1 parent 40d07d1 commit c5a99a7

File tree

6 files changed

+5289
-2617
lines changed

6 files changed

+5289
-2617
lines changed

.viperlightignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ deployment/simple-file-manager-for-amazon-efs.yaml:59
1313
deployment/simple-file-manager-for-amazon-efs.yaml:84
1414
deployment/simple-file-manager-for-amazon-efs.yaml:69
1515
test/
16+
Config
1617

1718
[node-npmoutdated]
1819
@aws-amplify/api=4.0.64
1920
@aws-amplify/core=4.7.15
2021
aws-amplify=4.3.46
2122
bootstrap=4.6.2
22-
vue=2.7.14
2323
vue-router=3.6.5
2424
eslint=7.32.0
2525
eslint-plugin-vue=7.20.0

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.9] - 2024-08-02
8+
### 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]
11+
12+
### Removed
13+
- Unused `vue-stepper-component` and `vue2-dropzone` dependencies
14+
715
## [1.5.8] - 2024-06-23
816
### Security:
917
- Bump `braces` to `3.0.3` to resolve [CVE-2024-4068]

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Pyyaml under the MIT License (MIT)
1717
Urllib3 under the the MIT License (MIT)
1818
Vue under the MIT License (MIT)
1919
vue-router under the MIT License (MIT)
20-
vue-stepper-component under the MIT License (MIT)
21-
vue2-dropzone under the MIT License (MIT)
20+
@vue/compat under the MIT License (MIT)
21+
@vue/compiler-sfc under the MIT License (MIT)
2222
webpack under the MIT License (MIT)
2323
PySocks under the BSD-3-Clause license
2424
attrs under the MIT License (MIT)

0 commit comments

Comments
 (0)