From b1c6a8b3799fda060e1e6456b7b29b67599d1f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 07:32:26 +0000 Subject: [PATCH] chore(deps): bump country-flag-icons from 1.5.11 to 1.5.13 in /frontend Bumps [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons) from 1.5.11 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.11...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] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 652da827..7a3c2578 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "@nivo/core": "^0.86.0", "@nivo/line": "^0.86.0", "base-ex": "^0.8.1", - "country-flag-icons": "^1.5.11", + "country-flag-icons": "^1.5.13", "date-fns": "^2.30.0", "file-replace-loader": "^1.4.0", "i18next": "^23.2.11", @@ -6411,9 +6411,9 @@ } }, "node_modules/country-flag-icons": { - "version": "1.5.11", - "resolved": "https://registry.npmjs.org/country-flag-icons/-/country-flag-icons-1.5.11.tgz", - "integrity": "sha512-B+mvFywunkRJs270k7kCBjhogvIA0uNn6GAXv6m2cPn3rrwqZzZVr2gBWcz+Cz7OGVWlcbERlYRIX0S6OGr8Bw==" + "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/create-require": { "version": "1.1.1", diff --git a/frontend/package.json b/frontend/package.json index eafc7cac..8ca9046f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -62,7 +62,7 @@ "@nivo/core": "^0.86.0", "@nivo/line": "^0.86.0", "base-ex": "^0.8.1", - "country-flag-icons": "^1.5.11", + "country-flag-icons": "^1.5.13", "date-fns": "^2.30.0", "file-replace-loader": "^1.4.0", "i18next": "^23.2.11",