diff --git a/web/package-lock.json b/web/package-lock.json index 9b1303857..82aa3ceeb 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -53,7 +53,7 @@ "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", "core-js": "^3.29.1", - "country-flag-icons": "^1.5.5", + "country-flag-icons": "^1.5.6", "eslint": "^8.36.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.7", @@ -4537,9 +4537,9 @@ } }, "node_modules/country-flag-icons": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.5.5.tgz", - "integrity": "sha512-k4WXZ/WvWOSiYXRG1n8EYHNr1m/IX0GffKqAidaet5DrJsDOmJ8Q/8JvvONhZNnKYg24s4lvsm+9og1HcuIU/g==" + "version": "1.5.6", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.5.6.tgz", + "integrity": "sha512-3B7OhCaZpedwBchhwN/9islnjamULbWfjMbkgAcDUma4EoXp+kqJfmcs9czeDWN2+/YdaGZTlpaYsdYWoPcrKQ==" }, "node_modules/create-require": { "version": "1.1.1", diff --git a/web/package.json b/web/package.json index 819ec5efa..a6a461716 100644 --- a/web/package.json +++ b/web/package.json @@ -97,7 +97,7 @@ "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", "core-js": "^3.29.1", - "country-flag-icons": "^1.5.5", + "country-flag-icons": "^1.5.6", "eslint": "^8.36.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.7",