Browse Source
Feature/upgrade svgmap to version 2.12 (#4280 )
* chore(deps): bump svgmap from 2.6.0 to 2.12.2
* fix(ui): handle error
* Update changelog
pull/4287/head
Ken Tandrian
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
8 additions and
7 deletions
CHANGELOG.md
apps/client/src/app/components/world-map-chart/world-map-chart.component.html
package-lock.json
package.json
@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the caching of the portfolio snapshot in the portfolio calculator by expiring cache entries when a user changes tags in the holding detail dialog
- Improved the language localization for German (`de`)
- Upgraded `svgmap` from version `2.6.0` to `2.12.2`
## 2.137.1 - 2025-02-01
@ -8,4 +8,4 @@
/>
}
< div class = "align-items-center d-flex h-100 w-100" id = "svgMap" > < / div >
< div class = "h-100 w-100" id = "svgMap" > < / div >
@ -86,7 +86,7 @@
"reflect-metadata" : "0.2.2" ,
"rxjs" : "7.8.1" ,
"stripe" : "17.3.0" ,
"svgmap" : "2.6.0 " ,
"svgmap" : "2.12.2 " ,
"twitter-api-v2" : "1.14.2" ,
"uuid" : "11.0.5" ,
"yahoo-finance2" : "2.11.3" ,
@ -29788,12 +29788,12 @@
"license" : "BSD-2-Clause"
} ,
"node_modules/svgmap" : {
"version" : "2.6.0 " ,
"resolved" : "https://registry.npmjs.org/svgmap/-/svgmap-2.6.0 .tgz" ,
"integrity" : "sha512-MePkVjgYlHwEfCSuGt+wB6WX6Z2fTD6yDtqZO5syzKYH7gamt1Hp9f/Bw5R49OvBtbsF7WCaGR0/GhewZGGA+ w==" ,
"version" : "2.12.2 " ,
"resolved" : "https://registry.npmjs.org/svgmap/-/svgmap-2.12.2 .tgz" ,
"integrity" : "sha512-SCX1Oys3v1dz3mTEbQha+6lrHGyu3LwXBhcgW0HlTh7waQDMFqNUKD8hADvDaPkPapRvNCLMnXaVD1Pbxbnho w==" ,
"license" : "MIT" ,
"dependencies" : {
"svg-pan-zoom" : "^3.6.1 "
"svg-pan-zoom" : "^3.6.2 "
}
} ,
"node_modules/svgo" : {
@ -132,7 +132,7 @@
"reflect-metadata" : "0.2.2" ,
"rxjs" : "7.8.1" ,
"stripe" : "17.3.0" ,
"svgmap" : "2.6.0 " ,
"svgmap" : "2.12.2 " ,
"twitter-api-v2" : "1.14.2" ,
"uuid" : "11.0.5" ,
"yahoo-finance2" : "2.11.3" ,