diff --git a/package-lock.json b/package-lock.json index 81e2b847..966a4d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "dotenv": "16.4.5", "graphql": "16.8.1", "html-pdf": "^3.0.1", - "i18n-iso-countries": "7.10.1", + "i18n-iso-countries": "7.11.0", "lodash": "4.17.21", "moment": "2.30.1", "next": "^12.3.4", @@ -8236,9 +8236,9 @@ } }, "node_modules/i18n-iso-countries": { - "version": "7.10.1", - "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-7.10.1.tgz", - "integrity": "sha512-9DXmAMkfGcGNE+E/2fE85UUjjkPeT0LHMA8d+kcxXiO+s50W28lxiICel8f8qWZmCNic1cuhN1+nw7ZazMQJFA==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-7.11.0.tgz", + "integrity": "sha512-MP2+aAJwvBTuruaMEj+mPEhu4D9rn03GkkbuP8/xkvNzhVwNe2cAg1ivkL5Oj+vwqEwvIcf5C7Q+5Y/UZNLBHw==", "dependencies": { "diacritics": "1.3.0" }, diff --git a/package.json b/package.json index 60004cc6..51d07ffa 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dotenv": "16.4.5", "graphql": "16.8.1", "html-pdf": "^3.0.1", - "i18n-iso-countries": "7.10.1", + "i18n-iso-countries": "7.11.0", "lodash": "4.17.21", "moment": "2.30.1", "next": "^12.3.4",