diff --git a/web/package-lock.json b/web/package-lock.json index 7575f7c35..9bbe705ed 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -46,7 +46,7 @@ "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.65.2", "construct-style-sheets-polyfill": "^3.1.0", - "country-flag-icons": "^1.4.21", + "country-flag-icons": "^1.4.22", "eslint": "^8.11.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.4", @@ -3941,9 +3941,9 @@ } }, "node_modules/country-flag-icons": { - "version": "1.4.21", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.21.tgz", - "integrity": "sha512-bA9jDr+T5li7EsKdDx0xVnO0bdMdoT8IA3BNbeT2XSWUygR1okhiZ2+eYiC1EKLrFZhI4aEHni2w03lUlOjogg==" + "version": "1.4.22", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.22.tgz", + "integrity": "sha512-5i98GkVm7AlDQKqqLk36mYn02WmVz5Ghej2x6vn2j83z7aFH4ELeAsGImcEHPhA2w/S0KQSLs28YqMDDrmgwIA==" }, "node_modules/create-require": { "version": "1.1.1", @@ -11715,9 +11715,9 @@ } }, "country-flag-icons": { - "version": "1.4.21", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.21.tgz", - "integrity": "sha512-bA9jDr+T5li7EsKdDx0xVnO0bdMdoT8IA3BNbeT2XSWUygR1okhiZ2+eYiC1EKLrFZhI4aEHni2w03lUlOjogg==" + "version": "1.4.22", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.22.tgz", + "integrity": "sha512-5i98GkVm7AlDQKqqLk36mYn02WmVz5Ghej2x6vn2j83z7aFH4ELeAsGImcEHPhA2w/S0KQSLs28YqMDDrmgwIA==" }, "create-require": { "version": "1.1.1", diff --git a/web/package.json b/web/package.json index 392bcc3b1..100c82db7 100644 --- a/web/package.json +++ b/web/package.json @@ -89,7 +89,7 @@ "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.65.2", "construct-style-sheets-polyfill": "^3.1.0", - "country-flag-icons": "^1.4.21", + "country-flag-icons": "^1.4.22", "eslint": "^8.11.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.4",