diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5353dcc..c805c2586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Refreshed the cryptocurrencies list +- Upgraded `countries-list` from version `3.4.0` to `3.4.1` ### Fixed diff --git a/package-lock.json b/package-lock.json index 270171969..e01b10215 100644 --- a/package-lock.json +++ b/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.4.0", + "countries-list": "3.4.1", "countup.js": "2.10.1", "date-fns": "4.4.0", "dotenv": "17.4.2", @@ -16600,9 +16600,9 @@ } }, "node_modules/countries-list": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.4.0.tgz", - "integrity": "sha512-SonKkjlEGUNz/Ugj6akOMUl8/F6EBVbLq/nQbDKhZo60EFyNgsVIgDP521J9pGhywikV514Ct4BueIqiOnvBBA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.4.1.tgz", + "integrity": "sha512-sKLGAZD5EAdzQwQ19vOp/9u33MTjmZ0CkdXPYtp/An6cyIlJ/E8TwGf2FcPe1AnzHO+h7nbTfoHyXIi58Hpa+Q==", "license": "MIT" }, "node_modules/countup.js": { diff --git a/package.json b/package.json index a6c09c1d0..49e87f202 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "color": "5.0.3", "cookie-parser": "1.4.7", "countries-and-timezones": "3.9.0", - "countries-list": "3.4.0", + "countries-list": "3.4.1", "countup.js": "2.10.1", "date-fns": "4.4.0", "dotenv": "17.4.2",