Feature/upgrade countries-list to version 3.1.1 (#4020)

* Upgrade countries-list to version 3.1.1

* Update changelog
pull/4027/head
Thomas Kaul 3 weeks ago committed by GitHub
parent 93001b68ad
commit 316b7e82f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Upgraded `countries-list` from version `3.1.0` to `3.1.1`
### Fixed
- Improved the exception handling in the user authorization service

8
package-lock.json generated

@ -61,7 +61,7 @@
"class-validator": "0.14.1",
"color": "4.2.3",
"countries-and-timezones": "3.4.1",
"countries-list": "3.1.0",
"countries-list": "3.1.1",
"countup.js": "2.8.0",
"date-fns": "3.6.0",
"envalid": "7.3.1",
@ -15243,9 +15243,9 @@
}
},
"node_modules/countries-list": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.1.0.tgz",
"integrity": "sha512-HpTBLZba1VPTZSjUnUwR7SykxV7Z/7/+ZM5x5wi5tO99Qvom6bE2SC+AQ18016ujg3jSlYBbMITrHNnPAHSM9Q==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.1.1.tgz",
"integrity": "sha512-nPklKJ5qtmY5MdBKw1NiBAoyx5Sa7p2yPpljZyQ7gyCN1m+eMFs9I6CT37Mxt8zvR5L3VzD3DJBE4WQzX3WF4A==",
"license": "MIT"
},
"node_modules/countup.js": {

@ -107,7 +107,7 @@
"class-validator": "0.14.1",
"color": "4.2.3",
"countries-and-timezones": "3.4.1",
"countries-list": "3.1.0",
"countries-list": "3.1.1",
"countup.js": "2.8.0",
"date-fns": "3.6.0",
"envalid": "7.3.1",

Loading…
Cancel
Save