From 58b97368237ae2614dcad0df7c2852d070dc6cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:05:21 +0000 Subject: [PATCH] Bump i18next from 24.1.2 to 24.2.0 Bumps [i18next](https://github.com/i18next/i18next) from 24.1.2 to 24.2.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v24.1.2...v24.2.0) --- updated-dependencies: - dependency-name: i18next 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 26835f42e1..b7568c8670 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "deepmerge": "^4.3.1", "formik": "^2.4.6", "i18n-iso-countries": "^7.13.0", - "i18next": "^24.1.2", + "i18next": "^24.2.0", "i18next-browser-languagedetector": "^8.0.2", "isbn3": "^1.2.4", "nva-language": "^1.0.19", @@ -7794,9 +7794,9 @@ } }, "node_modules/i18next": { - "version": "24.1.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", - "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 0914759184..9531ca9beb 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "deepmerge": "^4.3.1", "formik": "^2.4.6", "i18n-iso-countries": "^7.13.0", - "i18next": "^24.1.2", + "i18next": "^24.2.0", "i18next-browser-languagedetector": "^8.0.2", "isbn3": "^1.2.4", "nva-language": "^1.0.19",