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

Commit b638348

Browse files
authored
Update to Version v1.5.5 (#204)
1 parent 4860e3e commit b638348

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.5] - 2023-10-20
8+
### Fixed:
9+
- Updated crypto.js dependency to fix security vulnerabilities [CVE-2023-46233]
10+
- Updated react-dev-tools dependency to fix security vulnerabilities [CVE-2023-5654]
11+
- Update urllib3 dependency to v1.26.18
12+
713
## [1.5.4] - 2023-10-20
814
### Fixed:
915
- Fixing Security Vulnerabilities

source/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyyaml
22
requests_toolbelt
3-
urllib3<2
3+
urllib3 >= 1.26.18, < 2

source/web/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)