Browse Source
Task/upgrade countries-list to version 3.4.1 (#7614)
* Update countries-list to version 3.4.1
* Update changelog
pull/7610/head
Thomas Kaul
5 days 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
|
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Upgraded `countries-list` from version `3.4.0` to `3.4.1` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
"color": "5.0.3", |
|
|
|
"cookie-parser": "1.4.7", |
|
|
|
"countries-and-timezones": "3.9.0", |
|
|
|
"countries-list": "3.4.0", |
|
|
|
"countries-list": "3.4.1", |
|
|
|
"countup.js": "2.10.1", |
|
|
|
"date-fns": "4.4.0", |
|
|
|
"dotenv": "17.4.2", |
|
|
|
@ -16600,9 +16600,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/countries-list": { |
|
|
|
"version": "3.4.0", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.4.0.tgz", |
|
|
|
"integrity": "sha512-SonKkjlEGUNz/Ugj6akOMUl8/F6EBVbLq/nQbDKhZo60EFyNgsVIgDP521J9pGhywikV514Ct4BueIqiOnvBBA==", |
|
|
|
"version": "3.4.1", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.4.1.tgz", |
|
|
|
"integrity": "sha512-sKLGAZD5EAdzQwQ19vOp/9u33MTjmZ0CkdXPYtp/An6cyIlJ/E8TwGf2FcPe1AnzHO+h7nbTfoHyXIi58Hpa+Q==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/countup.js": { |
|
|
|
|
|
|
|
@ -107,7 +107,7 @@ |
|
|
|
"color": "5.0.3", |
|
|
|
"cookie-parser": "1.4.7", |
|
|
|
"countries-and-timezones": "3.9.0", |
|
|
|
"countries-list": "3.4.0", |
|
|
|
"countries-list": "3.4.1", |
|
|
|
"countup.js": "2.10.1", |
|
|
|
"date-fns": "4.4.0", |
|
|
|
"dotenv": "17.4.2", |
|
|
|
|