Browse Source
Feature/upgrade UUID to version 11.0.5 (#4201)
* Upgrade uuid to version 11.0.5
* Update changelog
pull/4213/head^2
Thomas Kaul
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Upgraded `chartjs-chart-treemap` from version `2.3.1` to `3.1.0` |
|
|
|
- Upgraded `chartjs-plugin-annotation` from version `2.1.2` to `3.1.0` |
|
|
|
- Upgraded `eslint` dependencies |
|
|
|
- Upgraded `uuid` from version `11.0.2` to `11.0.5` |
|
|
|
|
|
|
|
## 2.134.0 - 2025-01-15 |
|
|
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ |
|
|
|
"stripe": "17.3.0", |
|
|
|
"svgmap": "2.6.0", |
|
|
|
"twitter-api-v2": "1.14.2", |
|
|
|
"uuid": "11.0.2", |
|
|
|
"uuid": "11.0.5", |
|
|
|
"yahoo-finance2": "2.11.3", |
|
|
|
"zone.js": "0.15.0" |
|
|
|
}, |
|
|
@ -31809,9 +31809,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/uuid": { |
|
|
|
"version": "11.0.2", |
|
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", |
|
|
|
"integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", |
|
|
|
"version": "11.0.5", |
|
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", |
|
|
|
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", |
|
|
|
"funding": [ |
|
|
|
"https://github.com/sponsors/broofa", |
|
|
|
"https://github.com/sponsors/ctavan" |
|
|
|
|
|
@ -134,7 +134,7 @@ |
|
|
|
"stripe": "17.3.0", |
|
|
|
"svgmap": "2.6.0", |
|
|
|
"twitter-api-v2": "1.14.2", |
|
|
|
"uuid": "11.0.2", |
|
|
|
"uuid": "11.0.5", |
|
|
|
"yahoo-finance2": "2.11.3", |
|
|
|
"zone.js": "0.15.0" |
|
|
|
}, |
|
|
|