From ca1fb8050f743462a28e1aa97f67868d4ee2a70f Mon Sep 17 00:00:00 2001 From: Andy Pickering Date: Thu, 18 Jun 2026 12:27:21 +0900 Subject: [PATCH] Upgrade i18next to 26.3.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69718ef1..85562a5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "copy-webpack-plugin": "14.0.0", "css-loader": "^7.1.4", "dompurify": "3.4.8", - "i18next": "^26.1.0", + "i18next": "26.3.1", "js-yaml": "^4.2.0", "lodash": "^4.18.1", "marked": "14.0.0", @@ -6677,9 +6677,9 @@ } }, "node_modules/i18next": { - "version": "26.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.2.0.tgz", - "integrity": "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA==", + "version": "26.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.1.tgz", + "integrity": "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 2dbbdaee..9d3c987e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "copy-webpack-plugin": "14.0.0", "css-loader": "^7.1.4", "dompurify": "3.4.8", - "i18next": "^26.1.0", + "i18next": "26.3.1", "js-yaml": "^4.2.0", "lodash": "^4.18.1", "marked": "14.0.0",