diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6e4e021d..52c55d30 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "@nivo/core": "^0.84.0", "@nivo/line": "^0.84.0", "base-ex": "^0.8.1", - "country-flag-icons": "^1.5.7", + "country-flag-icons": "^1.5.9", "date-fns": "^2.30.0", "file-replace-loader": "^1.4.0", "i18next": "^23.2.11", @@ -5749,9 +5749,9 @@ } }, "node_modules/country-flag-icons": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.5.7.tgz", - "integrity": "sha512-AdvXhMcmSp7nBSkpGfW4qR/luAdRUutJqya9PuwRbsBzuoknThfultbv7Ib6fWsHXC43Es/4QJ8gzQQdBNm75A==" + "version": "1.5.9", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.5.9.tgz", + "integrity": "sha512-9jrjv2w7kRbqNtdtMdK2j3gmDIZzd5l9L2pZiQjF9J0mUcB+NKIGDNADTDHBEp8EQtjOkCOcciJGGSOpERdXPQ==" }, "node_modules/create-require": { "version": "1.1.1", diff --git a/frontend/package.json b/frontend/package.json index caa1a72c..e141eb34 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -62,7 +62,7 @@ "@nivo/core": "^0.84.0", "@nivo/line": "^0.84.0", "base-ex": "^0.8.1", - "country-flag-icons": "^1.5.7", + "country-flag-icons": "^1.5.9", "date-fns": "^2.30.0", "file-replace-loader": "^1.4.0", "i18next": "^23.2.11",