Skip to content

Commit 106723a

Browse files
committed
Update dependency i18n-iso-countries to v4.2.0
1 parent f360f55 commit 106723a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@nestjs/common": "^6"
2121
},
2222
"dependencies": {
23-
"i18n-iso-countries": "4.0.0",
23+
"i18n-iso-countries": "4.2.0",
2424
"i18next": "15.0.9"
2525
},
2626
"devDependencies": {

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,11 @@ detect-newline@^2.1.0:
11561156
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
11571157
integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
11581158

1159+
diacritics@^1.3.0:
1160+
version "1.3.0"
1161+
resolved "https://registry.yarnpkg.com/diacritics/-/diacritics-1.3.0.tgz#3efa87323ebb863e6696cebb0082d48ff3d6f7a1"
1162+
integrity sha1-PvqHMj67hj5mls67AILUj/PW96E=
1163+
11591164
diff-sequences@^24.3.0:
11601165
version "24.3.0"
11611166
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975"
@@ -1688,10 +1693,12 @@ https-proxy-agent@^2.2.1:
16881693
agent-base "^4.1.0"
16891694
debug "^3.1.0"
16901695

1691-
i18n-iso-countries@4.0.0:
1692-
version "4.0.0"
1693-
resolved "https://registry.yarnpkg.com/i18n-iso-countries/-/i18n-iso-countries-4.0.0.tgz#56d9d2fe132208294a7823f06a312c767b32e512"
1694-
integrity sha512-DL3U2/rW4EJKXqNofuB/mHfxaca/0gwoGc7mJblvvjkNadlfWzaPaQHtC0/Cabg4SCM9+zJpl80trKx3dRY9VQ==
1696+
i18n-iso-countries@4.2.0:
1697+
version "4.2.0"
1698+
resolved "https://registry.yarnpkg.com/i18n-iso-countries/-/i18n-iso-countries-4.2.0.tgz#71200888f6c8ab2d6baaaacedbd169e6021e563b"
1699+
integrity sha512-JzU5VZdzrCkR61by5MVCOeG41H40cwFyoepOZbwiQthCuv7C5H11m/6w/VmrPwPL3Dmpr/ixQfmv+ttMuNNJmg==
1700+
dependencies:
1701+
diacritics "^1.3.0"
16951702

16961703
i18next@15.0.9:
16971704
version "15.0.9"

0 commit comments

Comments
 (0)