diff --git a/package-lock.json b/package-lock.json index 841fdde..5dc8942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "@tippyjs/react": "^4.2.5", - "country-region-data": "^2.6.0", + "country-region-data": "^2.7.0", "focus-visible": "^5.2.0", "lodash": "^4.17.21", "moment": "^2.29.1", @@ -15056,9 +15056,9 @@ } }, "node_modules/country-region-data": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/country-region-data/-/country-region-data-2.6.0.tgz", - "integrity": "sha512-DWbBVwx+IVFKIL32Lw78ZOFEIL7Frfc7IoUIqiZKilDYfustS+QrKINR7AmtqajonU494VUfcXBi/TlJUFqbrA==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/country-region-data/-/country-region-data-2.7.0.tgz", + "integrity": "sha512-bBh+6PMt2uMCL4pPMYeR6GnoyOFgiITXPAdLU86gYOTOVvdgUyQtCaoIwdySDOUaFIEKXT94yuw+ldx614IUcA==" }, "node_modules/cp-file": { "version": "7.0.0", @@ -48404,9 +48404,9 @@ } }, "country-region-data": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/country-region-data/-/country-region-data-2.6.0.tgz", - "integrity": "sha512-DWbBVwx+IVFKIL32Lw78ZOFEIL7Frfc7IoUIqiZKilDYfustS+QrKINR7AmtqajonU494VUfcXBi/TlJUFqbrA==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/country-region-data/-/country-region-data-2.7.0.tgz", + "integrity": "sha512-bBh+6PMt2uMCL4pPMYeR6GnoyOFgiITXPAdLU86gYOTOVvdgUyQtCaoIwdySDOUaFIEKXT94yuw+ldx614IUcA==" }, "cp-file": { "version": "7.0.0", diff --git a/package.json b/package.json index b9333de..c0e91bd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@tippyjs/react": "^4.2.5", - "country-region-data": "^2.6.0", + "country-region-data": "^2.7.0", "focus-visible": "^5.2.0", "lodash": "^4.17.21", "moment": "^2.29.1",