From ee7195fdcc511d3771644845866bcf5edf7894a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:23:07 +0000 Subject: [PATCH] Bump i18next-fs-backend from 1.2.0 to 2.6.6 in /packages/api Bumps [i18next-fs-backend](https://github.com/i18next/i18next-fs-backend) from 1.2.0 to 2.6.6. - [Changelog](https://github.com/i18next/i18next-fs-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-fs-backend/compare/v1.2.0...v2.6.6) --- updated-dependencies: - dependency-name: i18next-fs-backend dependency-version: 2.6.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/package-lock.json | 8 ++++---- packages/api/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index 5e16303f02..8c4557e286 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -37,7 +37,7 @@ "google-auth-library": "^6.1.3", "i18n-iso-countries": "^7.14.0", "i18next": "^21.4.0", - "i18next-fs-backend": "^1.1.4", + "i18next-fs-backend": "^2.6.6", "jsdom": "^16.4.0", "json-2-csv": "^3.14.4", "jsonwebtoken": "^9.0.0", @@ -11977,9 +11977,9 @@ } }, "node_modules/i18next-fs-backend": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-1.2.0.tgz", - "integrity": "sha512-pUx3AcgXCbur0jpFA7U67Z2RJflAcIi698Y8VL+phdOqUchahxriV3Cs+M6UkPNQSS/zPEzWLfdJ8EgjB7HVxg==", + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.6.6.tgz", + "integrity": "sha512-mYGu6Nt8RIp3X/U8Y+Gej1wo5xmYWmGKLqBGMCC2OCAou5rW5epeHgHmVcw20mJs9Z9+DAPHIxQPNCgFyPRMeg==", "license": "MIT" }, "node_modules/i18next-parser": { diff --git a/packages/api/package.json b/packages/api/package.json index 65f5a168a2..0bec6bc2b8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -86,7 +86,7 @@ "google-auth-library": "^6.1.3", "i18n-iso-countries": "^7.14.0", "i18next": "^21.4.0", - "i18next-fs-backend": "^1.1.4", + "i18next-fs-backend": "^2.6.6", "jsdom": "^16.4.0", "json-2-csv": "^3.14.4", "jsonwebtoken": "^9.0.0",