diff --git a/web/package-lock.json b/web/package-lock.json index fa983d34f..524aac4bd 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -46,7 +46,7 @@ "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.65.1", "construct-style-sheets-polyfill": "^3.0.5", - "country-flag-icons": "^1.4.19", + "country-flag-icons": "^1.4.20", "eslint": "^8.7.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.4", @@ -3909,9 +3909,9 @@ } }, "node_modules/country-flag-icons": { - "version": "1.4.19", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.19.tgz", - "integrity": "sha512-1hmXFJ4UURQt0Ex0990B7oOL4n9KLpT9NOSEmZoYh+/5DQ7/pikyqaptqCLUFFv/bYHyvYFeo0fqV82XxU6VOA==" + "version": "1.4.20", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.20.tgz", + "integrity": "sha512-f9/cO9IEDIkLdOQeTUMDLEWMcDk4qbTRjbQLpy5pm+yil7Fa7QkKxgiMOQ2z1+Jht8/BAD3JJAmPG4qtK/tbUw==" }, "node_modules/create-require": { "version": "1.1.1", @@ -11692,9 +11692,9 @@ } }, "country-flag-icons": { - "version": "1.4.19", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.19.tgz", - "integrity": "sha512-1hmXFJ4UURQt0Ex0990B7oOL4n9KLpT9NOSEmZoYh+/5DQ7/pikyqaptqCLUFFv/bYHyvYFeo0fqV82XxU6VOA==" + "version": "1.4.20", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.20.tgz", + "integrity": "sha512-f9/cO9IEDIkLdOQeTUMDLEWMcDk4qbTRjbQLpy5pm+yil7Fa7QkKxgiMOQ2z1+Jht8/BAD3JJAmPG4qtK/tbUw==" }, "create-require": { "version": "1.1.1", diff --git a/web/package.json b/web/package.json index 8fd0bf88a..55713ec8f 100644 --- a/web/package.json +++ b/web/package.json @@ -83,7 +83,7 @@ "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.65.1", "construct-style-sheets-polyfill": "^3.0.5", - "country-flag-icons": "^1.4.19", + "country-flag-icons": "^1.4.20", "eslint": "^8.7.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.4",