Browse Source
Feature/upgrade countries and timezones to version 3.7.2 (#4021)
* Upgrade countries-and-timezones to version 3.7.2
* Update changelog
pull/4063/head
Thomas Kaul
2 months 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 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `countries-and-timezones` from version `3.4.1` to `3.7.2` |
|
|
|
- Upgraded `Nx` from version `20.0.6` to `20.1.2` |
|
|
|
|
|
|
|
## 2.123.0 - 2024-11-16 |
|
|
|
|
|
@ -60,7 +60,7 @@ |
|
|
|
"class-transformer": "0.5.1", |
|
|
|
"class-validator": "0.14.1", |
|
|
|
"color": "4.2.3", |
|
|
|
"countries-and-timezones": "3.4.1", |
|
|
|
"countries-and-timezones": "3.7.2", |
|
|
|
"countries-list": "3.1.1", |
|
|
|
"countup.js": "2.8.0", |
|
|
|
"date-fns": "3.6.0", |
|
|
@ -15270,9 +15270,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/countries-and-timezones": { |
|
|
|
"version": "3.4.1", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.4.1.tgz", |
|
|
|
"integrity": "sha512-INeHGCony4XUUR8iGL/lmt9s1Oi+n+gFHeJAMfbV5hJfYeDOB8JG1oxz5xFQu5oBZoRCJe/87k1Vzue9DoIauA==", |
|
|
|
"version": "3.7.2", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.7.2.tgz", |
|
|
|
"integrity": "sha512-BHAMt4pKb3U3r/mRfiIlVnDhRd8m6VC20gwCWtpZGZkSsjZmnMDKFnnjWYGWhBmypQAqcQILFJwmEhIgWGVTmw==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=8.x", |
|
|
|
|
|
@ -106,7 +106,7 @@ |
|
|
|
"class-transformer": "0.5.1", |
|
|
|
"class-validator": "0.14.1", |
|
|
|
"color": "4.2.3", |
|
|
|
"countries-and-timezones": "3.4.1", |
|
|
|
"countries-and-timezones": "3.7.2", |
|
|
|
"countries-list": "3.1.1", |
|
|
|
"countup.js": "2.8.0", |
|
|
|
"date-fns": "3.6.0", |
|
|
|