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

Commit 4860e3e

Browse files
authored
update to version v1.5.4
update to version v1.5.4
2 parents f078306 + 3d42ddb commit 4860e3e

File tree

5 files changed

+94
-97
lines changed

5 files changed

+94
-97
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.4] - 2023-10-20
8+
### Fixed:
9+
- Fixing Security Vulnerabilities
10+
711
## [1.5.3] - 2023-09-20
812
### Bug Fixes:
913
- Merge Website Bucket policy statements to prevent deployment failures on policy creation slowdowns
File renamed without changes.

NOTICE.txt renamed to NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vue-router under the MIT License (MIT)
2020
vue-stepper-component under the MIT License (MIT)
2121
vue2-dropzone under the MIT License (MIT)
2222
webpack under the MIT License (MIT)
23-
PySocks under the BSD-3-Clause License
23+
PySocks under the BSD-3-Clause license
2424
attrs under the MIT License (MIT)
2525
blessed under the MIT License (MIT)
2626
boolean.py under the BSD-2-Clause license

source/web/package-lock.json

Lines changed: 85 additions & 94 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@
5454
"not dead"
5555
],
5656
"overrides": {
57-
"fast-xml-parser": "4.2.5"
57+
"fast-xml-parser": "4.2.5",
58+
"postcss": "8.4.31"
5859
},
5960
"resolutions": {
60-
"fast-xml-parser": "4.2.5"
61+
"fast-xml-parser": "4.2.5",
62+
"postcss": "8.4.31"
6163
}
6264
}

0 commit comments

Comments
 (0)