From cbf732280909425783ffa3e121e910b7d157d7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:31:20 +0000 Subject: [PATCH] chore(deps): bump i18next from 24.0.2 to 24.1.2 (#1116) Bumps [i18next](https://github.com/i18next/i18next) from 24.0.2 to 24.1.2. - [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.0.2...v24.1.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ac0ae07..6ce37187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "hsluv": "^1.0.1", "html-react-parser": "^5.2.1", "husky": "9.1.7", - "i18next": "24.0.2", + "i18next": "24.1.2", "i18next-browser-languagedetector": "8.0.2", "i18next-http-backend": "3.0.1", "jszip": "^3.10.1", @@ -4081,9 +4081,9 @@ } }, "node_modules/i18next": { - "version": "24.0.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", - "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", + "version": "24.1.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", + "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", "funding": [ { "type": "individual", @@ -9695,9 +9695,9 @@ "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==" }, "i18next": { - "version": "24.0.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", - "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", + "version": "24.1.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", + "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 677ae66f..cbaef7e4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "hsluv": "^1.0.1", "html-react-parser": "^5.2.1", "husky": "9.1.7", - "i18next": "24.0.2", + "i18next": "24.1.2", "i18next-browser-languagedetector": "8.0.2", "i18next-http-backend": "3.0.1", "jszip": "^3.10.1",