diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b40d4bb..2d0e4ab45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language selector on the account page - Extended the asset profile details dialog in the admin control panel +- Upgraded `uuid` from version `8.3.2` to `9.0.0` ## 1.214.0 - 19.11.2022 diff --git a/package.json b/package.json index df957d337..a7a24e4e4 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "stripe": "8.199.0", "svgmap": "2.6.0", "twitter-api-v2": "1.10.3", - "uuid": "8.3.2", + "uuid": "9.0.0", "yahoo-finance2": "2.3.10", "zone.js": "0.11.8" },