diff --git a/package-lock.json b/package-lock.json index 10144effb..374ca88af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "use-debounce": "^9.0.4", "uuid": "^9.0.1", "web-vitals": "^3.5.0", - "world-countries": "^4.0.0", + "world-countries": "^5.0.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.18.10/xlsx-0.18.10.tgz", "yup": "^1.3.2" }, @@ -29075,9 +29075,9 @@ } }, "node_modules/world-countries": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/world-countries/-/world-countries-4.0.0.tgz", - "integrity": "sha512-LsFFYmggquj0U+i7VUaJOZYz5F4QNu+oceGw8odnyVHMT2LxYSdVncqdouOEnq1esr7yCakp9+3BZTztuSw1Pg==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/world-countries/-/world-countries-5.0.0.tgz", + "integrity": "sha512-wAfOT9Y5i/xnxNOdKJKXdOCw9Q3yQLahBUeuRol+s+o20F6h2a4tLEbJ1lBCYwEQ30Sf9Meqeipk1gib3YwF5w==" }, "node_modules/wrap-ansi": { "version": "8.0.1", diff --git a/package.json b/package.json index 0184d806f..5c442e5aa 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "use-debounce": "^9.0.4", "uuid": "^9.0.1", "web-vitals": "^3.5.0", - "world-countries": "^4.0.0", + "world-countries": "^5.0.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.18.10/xlsx-0.18.10.tgz", "yup": "^1.3.2" },