Browse Source
Task/upgrade countries-list to version 3.3.0 (#6632)
* Upgrade countries-list to version 3.3.0
* Update changelog
pull/6633/head^2
Thomas Kaul
4 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 |
|
|
|
|
|
|
|
- Improved the language localization for Spanish (`es`) |
|
|
|
- Upgraded `countries-list` from version `3.2.2` to `3.3.0` |
|
|
|
|
|
|
|
## 2.251.0 - 2026-03-24 |
|
|
|
|
|
|
|
|
|
|
|
@ -60,7 +60,7 @@ |
|
|
|
"color": "5.0.3", |
|
|
|
"cookie-parser": "1.4.7", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-list": "3.2.2", |
|
|
|
"countries-list": "3.3.0", |
|
|
|
"countup.js": "2.9.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
@ -17192,9 +17192,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/countries-list": { |
|
|
|
"version": "3.2.2", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.2.2.tgz", |
|
|
|
"integrity": "sha512-ABJ/RWQBrPWy+hRuZoW+0ooK8p65Eo3WmUZwHm6v4wmfSPznNAKzjy3+UUYrJK2v3182BVsgWxdB6ROidj39kw==", |
|
|
|
"version": "3.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.3.0.tgz", |
|
|
|
"integrity": "sha512-XRUjS+dcZuNh/fg3+mka3bXgcg4TbQZ1gaK5IJqO6qulerBANl1bmrd20P2dgmPkBpP+5FnejiSF1gd7bgAg+g==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/countup.js": { |
|
|
|
|
|
|
|
@ -105,7 +105,7 @@ |
|
|
|
"color": "5.0.3", |
|
|
|
"cookie-parser": "1.4.7", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-list": "3.2.2", |
|
|
|
"countries-list": "3.3.0", |
|
|
|
"countup.js": "2.9.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
|