From 52af8e7310af76b0bba1db09c5c2c369990d4e34 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:45:19 +0000 Subject: [PATCH] Update dependency i18next to ^26.2.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- 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..b0be1700 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.2.0", "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..69f6803d 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.2.0", "js-yaml": "^4.2.0", "lodash": "^4.18.1", "marked": "14.0.0",