From 20522558feb74bbd7e221f09414700d5f7e9cb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:09:58 +0100 Subject: [PATCH] web: bump country-flag-icons from 1.5.6 to 1.5.7 in /web (#5051) Bumps [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons) from 1.5.6 to 1.5.7. - [Release notes](https://gitlab.com/catamphetamine/country-flag-icons/tags) - [Changelog](https://gitlab.com/catamphetamine/country-flag-icons/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/country-flag-icons/compare/v1.5.6...v1.5.7) --- 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 19d011f1d..94f4eb66a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -53,7 +53,7 @@ "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", "core-js": "^3.29.1", - "country-flag-icons": "^1.5.6", + "country-flag-icons": "^1.5.7", "eslint": "^8.36.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.7", @@ -4549,9 +4549,9 @@ } }, "node_modules/country-flag-icons": { - "version": "1.5.6", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.5.6.tgz", - "integrity": "sha512-3B7OhCaZpedwBchhwN/9islnjamULbWfjMbkgAcDUma4EoXp+kqJfmcs9czeDWN2+/YdaGZTlpaYsdYWoPcrKQ==" + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.5.7.tgz", + "integrity": "sha512-AdvXhMcmSp7nBSkpGfW4qR/luAdRUutJqya9PuwRbsBzuoknThfultbv7Ib6fWsHXC43Es/4QJ8gzQQdBNm75A==" }, "node_modules/create-require": { "version": "1.1.1", diff --git a/web/package.json b/web/package.json index 7db03bdcc..be41a917a 100644 --- a/web/package.json +++ b/web/package.json @@ -97,7 +97,7 @@ "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", "core-js": "^3.29.1", - "country-flag-icons": "^1.5.6", + "country-flag-icons": "^1.5.7", "eslint": "^8.36.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.7",