From 28a23a491f882a39f8d0421c36ff475a945ac358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:08:04 +0000 Subject: [PATCH] fix(deps): bump flag-icons from 6.7.0 to 7.2.1 in /web Bumps [flag-icons](https://github.com/lipis/flag-icons) from 6.7.0 to 7.2.1. - [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.1) --- 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..303bcdd9 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.2.1", "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 f67952a1..6a53fb61 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.2.1: + version "7.2.1" + resolved "https://registry.yarnpkg.com/flag-icons/-/flag-icons-7.2.1.tgz#b60cbc4b19348874f58545816f30fd7ee837e8ba" + integrity sha512-EaU4XZmFt1BOilz9nMmJKjma5pOaNjzL7somOhadrrilollh4xj6aaXI2M1sd00VUfVWN0E25Q6xaW3SNt0k/Q== + flat-cache@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"