From f77917f00128cddf9991c86d90672b6c5e1082a6 Mon Sep 17 00:00:00 2001 From: woobs Date: Wed, 11 Mar 2026 21:10:13 -0500 Subject: [PATCH] Update i18next version to 25.8.3 This is the minimum i18next version that supports the showSupportNotice option --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4be33a777..a64d736d3 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "express": "^5.0.1", "http-proxy": "^1.18.1", "httpolyglot": "^0.1.2", - "i18next": "^25.3.0", + "i18next": "^25.8.3", "js-yaml": "^4.1.0", "limiter": "^2.1.0", "pem": "^1.14.8",