Skip to content

Commit

Permalink
Update to Version v1.5.5 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyarz-aws authored Nov 3, 2023
1 parent 4860e3e commit b638348
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.5] - 2023-10-20
### Fixed:
- Updated crypto.js dependency to fix security vulnerabilities [CVE-2023-46233]
- Updated react-dev-tools dependency to fix security vulnerabilities [CVE-2023-5654]
- Update urllib3 dependency to v1.26.18

## [1.5.4] - 2023-10-20
### Fixed:
- Fixing Security Vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion source/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyyaml
requests_toolbelt
urllib3<2
urllib3 >= 1.26.18, < 2
12 changes: 6 additions & 6 deletions source/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b638348

Please sign in to comment.