From 2ae08aa1c647172f0ad5a1e4890f8d73e0913294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:18:06 +0200 Subject: [PATCH] web: bump country-flag-icons from 1.5.12 to 1.5.13 in /web (#10427) Bumps [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons) from 1.5.12 to 1.5.13. - [Changelog](https://gitlab.com/catamphetamine/country-flag-icons/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/country-flag-icons/compare/v1.5.12...v1.5.13) --- 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 1a9c2fa16e..799ae2fbfb 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -26,7 +26,6 @@ "@open-wc/lit-helpers": "^0.7.0", "@patternfly/elements": "^3.0.2", "@patternfly/patternfly": "^4.224.2", - "@rollup/rollup-linux-x64-gnu": "4.18.1", "@sentry/browser": "^8.15.0", "@webcomponents/webcomponentsjs": "^2.8.0", "base64-js": "^1.5.1", @@ -35,7 +34,7 @@ "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", "core-js": "^3.37.1", - "country-flag-icons": "^1.5.12", + "country-flag-icons": "^1.5.13", "fuse.js": "^7.0.0", "guacamole-common-js": "^1.5.0", "lit": "^3.1.4", @@ -13031,8 +13030,9 @@ } }, "node_modules/country-flag-icons": { - "version": "1.5.12", - "license": "MIT" + "version": "1.5.13", + "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.5.13.tgz", + "integrity": "sha512-4JwHNqaKZ19doQoNcBjsoYA+I7NqCH/mC/6f5cBWvdKzcK5TMmzLpq3Z/syVHMHJuDGFwJ+rPpGizvrqJybJow==" }, "node_modules/crc-32": { "version": "1.2.2", diff --git a/web/package.json b/web/package.json index bca89fb009..dd13281c0c 100644 --- a/web/package.json +++ b/web/package.json @@ -59,7 +59,7 @@ "codemirror": "^6.0.1", "construct-style-sheets-polyfill": "^3.1.0", "core-js": "^3.37.1", - "country-flag-icons": "^1.5.12", + "country-flag-icons": "^1.5.13", "fuse.js": "^7.0.0", "guacamole-common-js": "^1.5.0", "lit": "^3.1.4",