From 0882894dc3acf5f85ccdcb369c6330ca6ab7f95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:27:05 +0200 Subject: [PATCH] build(deps): bump country-flag-icons from 1.4.25 to 1.4.26 in /web (#2770) Bumps [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons) from 1.4.25 to 1.4.26. - [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.4.25...v1.4.26) --- 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 | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index ff8c8c3d4..0d6cfed33 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -46,7 +46,7 @@ "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.65.3", "construct-style-sheets-polyfill": "^3.1.0", - "country-flag-icons": "^1.4.25", + "country-flag-icons": "^1.4.26", "eslint": "^8.13.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.6", @@ -3938,9 +3938,9 @@ } }, "node_modules/country-flag-icons": { - "version": "1.4.25", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.25.tgz", - "integrity": "sha512-1sF/6cit7MYfmxrqNiVN0ijLGv10xtV8egAUwUgIW6Q/Y6d7SuuVw5TOBnG7qIFqrNjxaPNoIAZmx7yOEuZvDA==" + "version": "1.4.26", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.26.tgz", + "integrity": "sha512-fUBQ58zfQsSL12ErkFSfBxnQZapzdC8+5ZKqhD1z0EHqPnOuiFl7nZTv8Gqpms+jvweP+pbCYGp7G4aiO9eiMw==" }, "node_modules/create-require": { "version": "1.1.1", @@ -11706,9 +11706,9 @@ } }, "country-flag-icons": { - "version": "1.4.25", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.25.tgz", - "integrity": "sha512-1sF/6cit7MYfmxrqNiVN0ijLGv10xtV8egAUwUgIW6Q/Y6d7SuuVw5TOBnG7qIFqrNjxaPNoIAZmx7yOEuZvDA==" + "version": "1.4.26", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.4.26.tgz", + "integrity": "sha512-fUBQ58zfQsSL12ErkFSfBxnQZapzdC8+5ZKqhD1z0EHqPnOuiFl7nZTv8Gqpms+jvweP+pbCYGp7G4aiO9eiMw==" }, "create-require": { "version": "1.1.1", diff --git a/web/package.json b/web/package.json index 1c4c1d334..20e6b92fb 100644 --- a/web/package.json +++ b/web/package.json @@ -89,7 +89,7 @@ "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.65.3", "construct-style-sheets-polyfill": "^3.1.0", - "country-flag-icons": "^1.4.25", + "country-flag-icons": "^1.4.26", "eslint": "^8.13.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.6",