From 6bb06d53acbbc5e8879f8a2e029a3024e1b3afb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:57:57 +0000 Subject: [PATCH] fix(deps): bump flag-icons from 6.7.0 to 7.2.3 in /web Bumps [flag-icons](https://github.com/lipis/flag-icons) from 6.7.0 to 7.2.3. - [Release notes](https://github.com/lipis/flag-icons/releases) - [Changelog](https://github.com/lipis/flag-icons/blob/main/CHANGELOG.md) - [Commits](https://github.com/lipis/flag-icons/compare/v6.7.0...v7.2.3) --- updated-dependencies: - dependency-name: flag-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index 3666662..276d26f 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "core-js": "^3.37.0", "firebase": "^9.23.0", "firebaseui": "^6.0.2", - "flag-icons": "^6.7.0", + "flag-icons": "^7.2.3", "nuxt": "^2.17.1", "v-phone-input": "^2.0.1", "vue": "^2.6.14", diff --git a/web/yarn.lock b/web/yarn.lock index d179c3d..17e022d 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7618,11 +7618,16 @@ firebaseui@^6.0.2: dialog-polyfill "^0.4.7" material-design-lite "^1.2.0" -flag-icons@^6.1.1, flag-icons@^6.7.0: +flag-icons@^6.1.1: version "6.7.0" resolved "https://registry.yarnpkg.com/flag-icons/-/flag-icons-6.7.0.tgz#ce80897e21fda3f541e1f0471b295da7dfb940bb" integrity sha512-+KXrrrXN2jiETFxisFl+3f83Bq7tj5nuIWnbv9fX59k05lvldEXRCOffybb5hAIjMWt4nmG0E8OfKt7Flm99Eg== +flag-icons@^7.2.3: + version "7.2.3" + resolved "https://registry.yarnpkg.com/flag-icons/-/flag-icons-7.2.3.tgz#b67f379fa0ef28c4e605319a78035131bdd8ced7" + integrity sha512-X2gUdteNuqdNqob2KKTJTS+ZCvyWeLCtDz9Ty8uJP17Y4o82Y+U/Vd4JNrdwTAjagYsRznOn9DZ+E/Q52qbmqg== + flat-cache@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"