diff --git a/package-lock.json b/package-lock.json index 80d1fd7862..b673e6a9e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "focus-trap-react": "^12.0.0", "formik": "^2.4.9", "http-proxy-middleware": "^3.0.5", - "i18next": "25.8.11", + "i18next": "26.0.6", "i18next-browser-languagedetector": "^8.2.1", "i18next-http-backend": "^3.0.5", "lodash": "^4.17.23", @@ -3927,29 +3927,29 @@ } }, "node_modules/i18next": { - "version": "25.8.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.11.tgz", - "integrity": "sha512-LZ32llTLGludnddjLoijHV7TbmVubU5eJnsWf8taiuM3jmSfUuvBLuyDeubJKS1yBjLBgb7As124M4KWNcBvpw==", + "version": "26.0.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.6.tgz", + "integrity": "sha512-A4U6eCXodIbrhf8EarRurB9/4ebyaurH4+fu4gig9bqxmpSt+fCAFm/GpRQDcN1Xzu/LdFCx4nYHsnM1edIIbg==", "funding": [ { "type": "individual", - "url": "https://locize.com" + "url": "https://www.locize.com/i18next" }, { "type": "individual", - "url": "https://locize.com/i18next.html" + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" }, { "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + "url": "https://www.locize.com" } ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4" + "@babel/runtime": "^7.29.2" }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6" }, "peerDependenciesMeta": { "typescript": { diff --git a/package.json b/package.json index 034aaad995..bd86d89560 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "focus-trap-react": "^12.0.0", "formik": "^2.4.9", "http-proxy-middleware": "^3.0.5", - "i18next": "25.8.11", + "i18next": "26.0.6", "i18next-browser-languagedetector": "^8.2.1", "i18next-http-backend": "^3.0.5", "lodash": "^4.17.23",