diff --git a/package.json b/package.json index 582e467..46e90db 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nestjs/common": "^6" }, "dependencies": { - "i18n-iso-countries": "4.0.0", + "i18n-iso-countries": "4.3.1", "i18next": "15.0.9" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index febcb66..d714916 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1156,6 +1156,11 @@ detect-newline@^2.1.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I= +diacritics@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/diacritics/-/diacritics-1.3.0.tgz#3efa87323ebb863e6696cebb0082d48ff3d6f7a1" + integrity sha1-PvqHMj67hj5mls67AILUj/PW96E= + diff-sequences@^24.3.0: version "24.3.0" resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975" @@ -1688,10 +1693,12 @@ https-proxy-agent@^2.2.1: agent-base "^4.1.0" debug "^3.1.0" -i18n-iso-countries@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/i18n-iso-countries/-/i18n-iso-countries-4.0.0.tgz#56d9d2fe132208294a7823f06a312c767b32e512" - integrity sha512-DL3U2/rW4EJKXqNofuB/mHfxaca/0gwoGc7mJblvvjkNadlfWzaPaQHtC0/Cabg4SCM9+zJpl80trKx3dRY9VQ== +i18n-iso-countries@4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/i18n-iso-countries/-/i18n-iso-countries-4.3.1.tgz#f110a8824ce14edbb0eb8f3b0bd817ff950af37c" + integrity sha512-yxeCvmT8yO1p/epv93c1OHnnYNNMOX6NUNpNfuvzSIcDyripS7OGeKXgzYGd5QI31UK+GBrMG0nPFNv0jrHggw== + dependencies: + diacritics "^1.3.0" i18next@15.0.9: version "15.0.9"