From 73786227e6737392591a682136030f5e3a680f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:09:06 +0000 Subject: [PATCH] fix(deps): bump flag-icons from 6.7.0 to 7.3.2 in /web Bumps [flag-icons](https://github.com/lipis/flag-icons) from 6.7.0 to 7.3.2. - [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.3.2) --- 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 985425a5..e117fd55 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.3.2", "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 2fa06f71..be068e20 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7632,11 +7632,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.3.2: + version "7.3.2" + resolved "https://registry.yarnpkg.com/flag-icons/-/flag-icons-7.3.2.tgz#c5ffaf25fb2be97498703a068fa699416bca9629" + integrity sha512-QkaZ6Zvai8LIjx+UNAHUJ5Dhz9OLZpBDwCRWxF6YErxIcR16jTkIFm3bFu54EkvKQy4+wicW+Gm7/0631wVQyQ== + flat-cache@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"