Skip to content

Commit

Permalink
Merge pull request #222 from simonkrol/release/v1.5.9
Browse files Browse the repository at this point in the history
Update to v1.5.9 open-source release
  • Loading branch information
bassemwanis committed Aug 2, 2024
2 parents 40d07d1 + c5a99a7 commit d1cfddc
Show file tree
Hide file tree
Showing 6 changed files with 5,289 additions and 2,617 deletions.
2 changes: 1 addition & 1 deletion .viperlightignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ deployment/simple-file-manager-for-amazon-efs.yaml:59
deployment/simple-file-manager-for-amazon-efs.yaml:84
deployment/simple-file-manager-for-amazon-efs.yaml:69
test/
Config

[node-npmoutdated]
@aws-amplify/api=4.0.64
@aws-amplify/core=4.7.15
aws-amplify=4.3.46
bootstrap=4.6.2
vue=2.7.14
vue-router=3.6.5
eslint=7.32.0
eslint-plugin-vue=7.20.0
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.9] - 2024-08-02
### Security:
- Bump `fast-xml-parser` to `4.4.1` to resolve [CVE-2024-41818]
- Update to Vue 3 compat build and replace `vue-template-compiler` with `@vue/compiler-sfc` to resolve [CVE-2024-6783]

### Removed
- Unused `vue-stepper-component` and `vue2-dropzone` dependencies

## [1.5.8] - 2024-06-23
### Security:
- Bump `braces` to `3.0.3` to resolve [CVE-2024-4068]
Expand Down
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Pyyaml under the MIT License (MIT)
Urllib3 under the the MIT License (MIT)
Vue under the MIT License (MIT)
vue-router under the MIT License (MIT)
vue-stepper-component under the MIT License (MIT)
vue2-dropzone under the MIT License (MIT)
@vue/compat under the MIT License (MIT)
@vue/compiler-sfc under the MIT License (MIT)
webpack under the MIT License (MIT)
PySocks under the BSD-3-Clause license
attrs under the MIT License (MIT)
Expand Down
Loading

0 comments on commit d1cfddc

Please sign in to comment.