Browse Source
Feature/upgrade countries-and-timezones to version 3.8.0 (#5211)
* Upgrade countries-and-timezones to version 3.8.0
* Update changelog
pull/5217/head^2
Thomas Kaul
2 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 |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the language localization for Catalan (`ca`) |
|
|
- Improved the language localization for Catalan (`ca`) |
|
|
|
|
|
- Upgraded `countries-and-timezones` from version `3.7.2` to `3.8.0` |
|
|
|
|
|
|
|
|
## 2.183.0 - 2025-07-20 |
|
|
## 2.183.0 - 2025-07-20 |
|
|
|
|
|
|
|
|
|
@ -62,7 +62,7 @@ |
|
|
"class-transformer": "0.5.1", |
|
|
"class-transformer": "0.5.1", |
|
|
"class-validator": "0.14.2", |
|
|
"class-validator": "0.14.2", |
|
|
"color": "5.0.0", |
|
|
"color": "5.0.0", |
|
|
"countries-and-timezones": "3.7.2", |
|
|
"countries-and-timezones": "3.8.0", |
|
|
"countries-list": "3.1.1", |
|
|
"countries-list": "3.1.1", |
|
|
"countup.js": "2.8.2", |
|
|
"countup.js": "2.8.2", |
|
|
"date-fns": "4.1.0", |
|
|
"date-fns": "4.1.0", |
|
@ -16753,9 +16753,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/countries-and-timezones": { |
|
|
"node_modules/countries-and-timezones": { |
|
|
"version": "3.7.2", |
|
|
"version": "3.8.0", |
|
|
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.7.2.tgz", |
|
|
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.8.0.tgz", |
|
|
"integrity": "sha512-BHAMt4pKb3U3r/mRfiIlVnDhRd8m6VC20gwCWtpZGZkSsjZmnMDKFnnjWYGWhBmypQAqcQILFJwmEhIgWGVTmw==", |
|
|
"integrity": "sha512-+Ze9h5f4dQpUwbzTm0DEkiPiZyim9VHV4/mSnT4zNYJnrnfwsKjAZPtnp7J5VzejCDgySs+2SSc6MDdCnD43GA==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">=8.x", |
|
|
"node": ">=8.x", |
|
|
|
@ -108,7 +108,7 @@ |
|
|
"class-transformer": "0.5.1", |
|
|
"class-transformer": "0.5.1", |
|
|
"class-validator": "0.14.2", |
|
|
"class-validator": "0.14.2", |
|
|
"color": "5.0.0", |
|
|
"color": "5.0.0", |
|
|
"countries-and-timezones": "3.7.2", |
|
|
"countries-and-timezones": "3.8.0", |
|
|
"countries-list": "3.1.1", |
|
|
"countries-list": "3.1.1", |
|
|
"countup.js": "2.8.2", |
|
|
"countup.js": "2.8.2", |
|
|
"date-fns": "4.1.0", |
|
|
"date-fns": "4.1.0", |
|
|