From 96f96ba35d6e810dd8b9d7d442cadb7a2b722514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:35:12 +0200 Subject: [PATCH] web: bump country-flag-icons from 1.5.7 to 1.5.9 in /web (#7710) Bumps [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons) from 1.5.7 to 1.5.9. - [Changelog](https://gitlab.com/catamphetamine/country-flag-icons/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/country-flag-icons/compare/v1.5.7...v1.5.9) --- updated-dependencies: - dependency-name: country-flag-icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index bc029c284..7ac2baab2 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -34,7 +34,7 @@ "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", "core-js": "^3.33.3", - "country-flag-icons": "^1.5.7", + "country-flag-icons": "^1.5.9", "fuse.js": "^7.0.0", "lit": "^2.8.0", "mermaid": "^10.6.1", @@ -12144,9 +12144,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/crelt": { "version": "1.0.6", diff --git a/web/package.json b/web/package.json index beea200ce..dcd1a3a87 100644 --- a/web/package.json +++ b/web/package.json @@ -54,7 +54,7 @@ "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", "core-js": "^3.33.3", - "country-flag-icons": "^1.5.7", + "country-flag-icons": "^1.5.9", "fuse.js": "^7.0.0", "lit": "^2.8.0", "mermaid": "^10.6.1",