From 1002aa3bfbc44edba4a21a6a7ba435f33a14a40d Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:26:38 +0000 Subject: [PATCH] Update dependency i18next to v26 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ca6487..7604ddb 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.2.7", - "i18next": "^25.8.18", + "i18next": "^26.0.0", "marked": "^17.0.5", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -10399,9 +10399,9 @@ } }, "node_modules/i18next": { - "version": "25.10.10", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.10.tgz", - "integrity": "sha512-cqUW2Z3EkRx7NqSyywjkgCLK7KLCL6IFVFcONG7nVYIJ3ekZ1/N5jUsihHV6Bq37NfhgtczxJcxduELtjTwkuQ==", + "version": "26.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.2.tgz", + "integrity": "sha512-QQkXAM1sPDHqhxMQuBeHVMUn6mJchF+wdpOoQerciLAFqO3ZYdxO0EUbeEhruyutnNwpUQIITDVzLjwnNL0T1w==", "funding": [ { "type": "individual", @@ -10417,9 +10417,6 @@ } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.29.2" - }, "peerDependencies": { "typescript": "^5 || ^6" }, diff --git a/package.json b/package.json index dcc6c7d..09ebfe7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "copy-webpack-plugin": "^14.0.0", "css-loader": "^7.1.4", "dompurify": "^3.2.7", - "i18next": "^25.8.18", + "i18next": "^26.0.0", "marked": "^17.0.5", "react": "^18.3.1", "react-dom": "^18.3.1",