From 53e7cedd763286bed1c456e36193022e48668768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:06:21 +0000 Subject: [PATCH] Bump i18n-iso-countries from 7.11.3 to 7.12.0 Bumps [i18n-iso-countries](https://github.com/michaelwittig/node-i18n-iso-countries) from 7.11.3 to 7.12.0. - [Release notes](https://github.com/michaelwittig/node-i18n-iso-countries/releases) - [Commits](https://github.com/michaelwittig/node-i18n-iso-countries/compare/v7.11.3...v7.12.0) --- updated-dependencies: - dependency-name: i18n-iso-countries dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b62862b8b..2fa1c33e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@stripe/react-stripe-js": "^2.7.3", "@stripe/stripe-js": "^4.5.0", "@supabase/supabase-js": "^2.45.3", - "i18n-iso-countries": "^7.11.3", + "i18n-iso-countries": "^7.12.0", "i18next": "^23.14.0", "i18next-extract": "^0.1.3", "i18next-xhr-backend": "^3.2.2", @@ -6347,9 +6347,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18n-iso-countries": { - "version": "7.11.3", - "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-7.11.3.tgz", - "integrity": "sha512-yxQVzNvxEaspSqNnCbqLvwTZNXXkGydWcSxytJYZYb0KH5pn13fdywuX0vFxmOg57Z8ff416AuKDx6Oqnx+j9w==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-7.12.0.tgz", + "integrity": "sha512-NDFf5j/raA5JrcPT/NcHP3RUMH7TkdkxQKAKdvDlgb+MS296WJzzqvV0Y5uwavSm7A6oYvBeSV0AxoHdDiHIiw==", "dependencies": { "diacritics": "1.3.0" }, diff --git a/package.json b/package.json index 3fac3df81..b052a31bc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@stripe/react-stripe-js": "^2.7.3", "@stripe/stripe-js": "^4.5.0", "@supabase/supabase-js": "^2.45.3", - "i18n-iso-countries": "^7.11.3", + "i18n-iso-countries": "^7.12.0", "i18next": "^23.14.0", "i18next-extract": "^0.1.3", "i18next-xhr-backend": "^3.2.2",