Browse Source
Task/upgrade countries-list to version 3.2.0 (#5888)
* Upgrade countries-list to version 3.2.0
* Update changelog
pull/5893/head
Thomas Kaul
4 weeks 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
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
- Ensured atomic data replacement during historical market data gathering |
|
|
- Ensured atomic data replacement during historical market data gathering |
|
|
- Removed _Internet Identity_ as a social login provider |
|
|
- Removed _Internet Identity_ as a social login provider |
|
|
- Refreshed the cryptocurrencies list |
|
|
- Refreshed the cryptocurrencies list |
|
|
|
|
|
- Upgraded `countries-list` from version `3.1.1` to `3.2.0` |
|
|
- Upgraded `ng-extract-i18n-merge` from version `3.0.0` to `3.1.0` |
|
|
- Upgraded `ng-extract-i18n-merge` from version `3.0.0` to `3.1.0` |
|
|
|
|
|
|
|
|
## 2.213.0 - 2025-10-30 |
|
|
## 2.213.0 - 2025-10-30 |
|
|
|
|
|
@ -57,7 +57,7 @@ |
|
|
"class-validator": "0.14.2", |
|
|
"class-validator": "0.14.2", |
|
|
"color": "5.0.0", |
|
|
"color": "5.0.0", |
|
|
"countries-and-timezones": "3.8.0", |
|
|
"countries-and-timezones": "3.8.0", |
|
|
"countries-list": "3.1.1", |
|
|
"countries-list": "3.2.0", |
|
|
"countup.js": "2.9.0", |
|
|
"countup.js": "2.9.0", |
|
|
"date-fns": "4.1.0", |
|
|
"date-fns": "4.1.0", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv": "17.2.3", |
|
|
@ -18523,9 +18523,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/countries-list": { |
|
|
"node_modules/countries-list": { |
|
|
"version": "3.1.1", |
|
|
"version": "3.2.0", |
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.1.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.2.0.tgz", |
|
|
"integrity": "sha512-nPklKJ5qtmY5MdBKw1NiBAoyx5Sa7p2yPpljZyQ7gyCN1m+eMFs9I6CT37Mxt8zvR5L3VzD3DJBE4WQzX3WF4A==", |
|
|
"integrity": "sha512-HYHAo2fwEsG3TmbsNdVmIQPHizRlqeYMTtLEAl0IANG/3jRYX7p3NR6VapDqKP0n60TmsRy1dyRjVN5JbywDbA==", |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
"node_modules/countup.js": { |
|
|
"node_modules/countup.js": { |
|
|
|
|
|
@ -103,7 +103,7 @@ |
|
|
"class-validator": "0.14.2", |
|
|
"class-validator": "0.14.2", |
|
|
"color": "5.0.0", |
|
|
"color": "5.0.0", |
|
|
"countries-and-timezones": "3.8.0", |
|
|
"countries-and-timezones": "3.8.0", |
|
|
"countries-list": "3.1.1", |
|
|
"countries-list": "3.2.0", |
|
|
"countup.js": "2.9.0", |
|
|
"countup.js": "2.9.0", |
|
|
"date-fns": "4.1.0", |
|
|
"date-fns": "4.1.0", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv": "17.2.3", |
|
|
|