From 34bc9ba9972bf1a7c6d2f683524103354f8023c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 21:52:36 +0000 Subject: [PATCH] chore(deps): bump i18next from 25.3.1 to 25.3.2 in /client Bumps [i18next](https://github.com/i18next/i18next) from 25.3.1 to 25.3.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/v25.3.1...v25.3.2) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index f1003279..c4c12416 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "@vitejs/plugin-react": "^4.6.0", "chart.js": "^4.5.0", "cron-parser": "^5.3.0", - "i18next": "^25.3.1", + "i18next": "^25.3.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-http-backend": "^3.0.2", "react": "^19.1.0", @@ -3935,9 +3935,9 @@ } }, "node_modules/i18next": { - "version": "25.3.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.1.tgz", - "integrity": "sha512-S4CPAx8LfMOnURnnJa8jFWvur+UX/LWcl6+61p9VV7SK2m0445JeBJ6tLD0D5SR0H29G4PYfWkEhivKG5p4RDg==", + "version": "25.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.2.tgz", + "integrity": "sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==", "funding": [ { "type": "individual", @@ -9061,9 +9061,9 @@ } }, "i18next": { - "version": "25.3.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.1.tgz", - "integrity": "sha512-S4CPAx8LfMOnURnnJa8jFWvur+UX/LWcl6+61p9VV7SK2m0445JeBJ6tLD0D5SR0H29G4PYfWkEhivKG5p4RDg==", + "version": "25.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.2.tgz", + "integrity": "sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==", "requires": { "@babel/runtime": "^7.27.6" } diff --git a/client/package.json b/client/package.json index 2039a56f..35333d70 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "@vitejs/plugin-react": "^4.6.0", "chart.js": "^4.5.0", "cron-parser": "^5.3.0", - "i18next": "^25.3.1", + "i18next": "^25.3.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-http-backend": "^3.0.2", "react": "^19.1.0",