Thomas Kaul 2 days ago
committed by GitHub
parent
commit
4973b455cd
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
- Set the change detection strategy to `OnPush` in the _X-ray_ page
- Upgraded `countries-list` from version `3.3.0` to `3.4.0`
## 3.25.0 - 2026-07-12

8
package-lock.json

@ -63,7 +63,7 @@
"color": "5.0.3",
"cookie-parser": "1.4.7",
"countries-and-timezones": "3.9.0",
"countries-list": "3.3.0",
"countries-list": "3.4.0",
"countup.js": "2.10.0",
"date-fns": "4.4.0",
"dotenv": "17.2.3",
@ -17033,9 +17033,9 @@
}
},
"node_modules/countries-list": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.3.0.tgz",
"integrity": "sha512-XRUjS+dcZuNh/fg3+mka3bXgcg4TbQZ1gaK5IJqO6qulerBANl1bmrd20P2dgmPkBpP+5FnejiSF1gd7bgAg+g==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.4.0.tgz",
"integrity": "sha512-SonKkjlEGUNz/Ugj6akOMUl8/F6EBVbLq/nQbDKhZo60EFyNgsVIgDP521J9pGhywikV514Ct4BueIqiOnvBBA==",
"license": "MIT"
},
"node_modules/countup.js": {

2
package.json

@ -107,7 +107,7 @@
"color": "5.0.3",
"cookie-parser": "1.4.7",
"countries-and-timezones": "3.9.0",
"countries-list": "3.3.0",
"countries-list": "3.4.0",
"countup.js": "2.10.0",
"date-fns": "4.4.0",
"dotenv": "17.2.3",

Loading…
Cancel
Save