From bfea0119376a59cedaed49e0dc7e441246967755 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 02:51:32 +0000 Subject: [PATCH] chore(deps): update dependency react-i18next to v16.3.1 (#331) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9de4916..d50c7d8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3856,9 +3856,9 @@ } }, "node_modules/react-i18next": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.4.tgz", - "integrity": "sha512-pvbcPQ+YuQQoRkKBA4VCU9aO8dOgP/vdKEizIYXcAk3+AmI8yQKSJaCzxQQu4Kgg2zWZm3ax9KqHv8ItUlRY0A==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.3.1.tgz", + "integrity": "sha512-HbYaBeA58Hg38OzdEvJp4kLIvk10rp9F9Jq+wNkqtqxDXObtdYMSsQnegWgdUVcpZjZuK9ZxehM+Z9BW2Vqgqw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", @@ -3866,7 +3866,7 @@ "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 25.5.2", + "i18next": ">= 25.6.2", "react": ">= 16.8.0", "typescript": "^5" },