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",