Browse Source

Task/upgrade countries-and-timezones to version 3.10.0 (#7845)

* Update countries-and-timezones to version 3.10.0

* Update changelog
pull/7847/head
Thomas Kaul 14 hours ago
committed by GitHub
parent
commit
e43e2178db
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

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the loading state of the activity count in the portfolio summary
- Migrated the create dialog of the watchlist to a dedicated route
- Changed the holdings endpoint to return active and closed holdings by default and reuse a single snapshot for both types
- Upgraded `countries-and-timezones` from version `3.9.0` to `3.10.0`
- Upgraded `bull-board` from version `9.0.1` to `9.5.0`
- Upgraded `zod` from version `4.4.3` to `4.5.4`

8
package-lock.json

@ -67,7 +67,7 @@
"class-validator": "0.15.1",
"color": "5.0.3",
"cookie-parser": "1.4.7",
"countries-and-timezones": "3.9.0",
"countries-and-timezones": "3.10.0",
"countries-list": "3.4.1",
"countup.js": "2.10.1",
"date-fns": "4.4.0",
@ -19044,9 +19044,9 @@
}
},
"node_modules/countries-and-timezones": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.9.0.tgz",
"integrity": "sha512-3upkVtUfZgdp5xOQI/Deg1ye73ae6bygJMO4UvtUi6wLjwcj7cBqx2PzSZ1VL8i5iveBbjhsQp2Judx7kPKivA==",
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.10.0.tgz",
"integrity": "sha512-HQ1GtXWNZy0r5MnZMLF9xmBmFNmtDVBeKQgX/5DY+RVmcZTODA+EPN/JLPCYRNP86nHG0QQrb1yJwGzXeqCCXw==",
"license": "MIT",
"engines": {
"node": ">=8.x",

2
package.json

@ -111,7 +111,7 @@
"class-validator": "0.15.1",
"color": "5.0.3",
"cookie-parser": "1.4.7",
"countries-and-timezones": "3.9.0",
"countries-and-timezones": "3.10.0",
"countries-list": "3.4.1",
"countup.js": "2.10.1",
"date-fns": "4.4.0",

Loading…
Cancel
Save