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
parent
commit
83b88b0dc7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- 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

8
package-lock.json

@ -62,7 +62,7 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"color": "5.0.0",
"countries-and-timezones": "3.7.2",
"countries-and-timezones": "3.8.0",
"countries-list": "3.1.1",
"countup.js": "2.8.2",
"date-fns": "4.1.0",
@ -16753,9 +16753,9 @@
}
},
"node_modules/countries-and-timezones": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.7.2.tgz",
"integrity": "sha512-BHAMt4pKb3U3r/mRfiIlVnDhRd8m6VC20gwCWtpZGZkSsjZmnMDKFnnjWYGWhBmypQAqcQILFJwmEhIgWGVTmw==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.8.0.tgz",
"integrity": "sha512-+Ze9h5f4dQpUwbzTm0DEkiPiZyim9VHV4/mSnT4zNYJnrnfwsKjAZPtnp7J5VzejCDgySs+2SSc6MDdCnD43GA==",
"license": "MIT",
"engines": {
"node": ">=8.x",

2
package.json

@ -108,7 +108,7 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"color": "5.0.0",
"countries-and-timezones": "3.7.2",
"countries-and-timezones": "3.8.0",
"countries-list": "3.1.1",
"countup.js": "2.8.2",
"date-fns": "4.1.0",

Loading…
Cancel
Save