From a70680462cc6bba96ce02578caaa295ba36d3f79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Aug 2026 05:04:17 +0000 Subject: [PATCH] fix: upgrade i18next from 26.3.1 to 26.3.6 Snyk has created this PR to upgrade i18next from 26.3.1 to 26.3.6. See this package in npm: i18next See this project in Snyk: https://app.eu.snyk.io/org/lasuite-dinum-default/project/96ea03d8-8d09-493d-86bf-363f274e129e?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/frontend/package-lock.json | 10 +++++----- src/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index ff2e90cb..cc0ffdc5 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -25,7 +25,7 @@ "derive-valtio": "0.2.0", "hoofd": "1.7.3", "humanize-duration": "3.33.2", - "i18next": "26.3.1", + "i18next": "^26.3.6", "i18next-browser-languagedetector": "8.2.1", "i18next-parser": "9.4.0", "i18next-resources-to-backend": "1.2.1", @@ -6410,9 +6410,9 @@ } }, "node_modules/i18next": { - "version": "26.3.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.1.tgz", - "integrity": "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ==", + "version": "26.3.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.6.tgz", + "integrity": "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA==", "funding": [ { "type": "individual", @@ -6429,7 +6429,7 @@ ], "license": "MIT", "peerDependencies": { - "typescript": "^5 || ^6" + "typescript": "^5 || ^6 || ^7" }, "peerDependenciesMeta": { "typescript": { diff --git a/src/frontend/package.json b/src/frontend/package.json index cc85786e..6248bf62 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -32,7 +32,7 @@ "derive-valtio": "0.2.0", "hoofd": "1.7.3", "humanize-duration": "3.33.2", - "i18next": "26.3.1", + "i18next": "26.3.6", "i18next-browser-languagedetector": "8.2.1", "i18next-parser": "9.4.0", "i18next-resources-to-backend": "1.2.1",