Browse Source
Feature/upgrade UUID to version 9.0.1 (#2537)
* Upgrade uuid to version 9.0.1
* Update changelog
pull/2543/head
Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
7 additions and
1 deletions
-
CHANGELOG.md
-
package.json
-
yarn.lock
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Improved the style and wording of the position detail dialog |
|
|
|
- Changed the currency selector in the create or update account dialog to `@angular/material/autocomplete` |
|
|
|
- Upgraded `uuid` from version `9.0.0` to `9.0.1` |
|
|
|
- Upgraded `yahoo-finance2` from version `2.8.0` to `2.8.1` |
|
|
|
|
|
|
|
## 2.14.0 - 2023-10-21 |
|
|
|
|
|
@ -128,7 +128,7 @@ |
|
|
|
"stripe": "11.12.0", |
|
|
|
"svgmap": "2.6.0", |
|
|
|
"twitter-api-v2": "1.14.2", |
|
|
|
"uuid": "9.0.0", |
|
|
|
"uuid": "9.0.1", |
|
|
|
"yahoo-finance2": "2.8.1", |
|
|
|
"zone.js": "0.13.1" |
|
|
|
}, |
|
|
|
|
|
@ -18457,6 +18457,11 @@ uuid@9.0.0, uuid@^9.0.0: |
|
|
|
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" |
|
|
|
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== |
|
|
|
|
|
|
|
uuid@9.0.1: |
|
|
|
version "9.0.1" |
|
|
|
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" |
|
|
|
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== |
|
|
|
|
|
|
|
uuid@^8.3.0, uuid@^8.3.2: |
|
|
|
version "8.3.2" |
|
|
|
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" |
|
|
|