From 479b8fa691f8443d7d5273f46fab078b16848e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:57:12 +0000 Subject: [PATCH] fix(deps): bump flag-icons from 6.7.0 to 7.1.0 in /web Bumps [flag-icons](https://github.com/lipis/flag-icons) from 6.7.0 to 7.1.0. - [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.1.0) --- 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 11f9fab7..1f3148a5 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "core-js": "^3.31.0", "firebase": "^9.23.0", "firebaseui": "^6.0.2", - "flag-icons": "^6.7.0", + "flag-icons": "^7.1.0", "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 631116df..35b81d1c 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7623,11 +7623,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.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/flag-icons/-/flag-icons-7.1.0.tgz#6898ae3b3a57e5a363e12478c1ef384aa62d641f" + integrity sha512-AH4v++19bpC5P3Wh767top4wylJYJCWkFnvNiDqGHDxqSqdMZ49jpLXp8PWBHTTXaNQ+/A+QPrOwyiIGaiIhmw== + flat-cache@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"