diff --git a/package-lock.json b/package-lock.json index 7fb554e7e..fa30bde35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "formik": "2.4.6", "html-dom-parser": "4.0.0", "html-react-parser": "4.2.0", - "i18next": "23.12.2", + "i18next": "24.0.5", "i18next-browser-languagedetector": "8.0.0", "i18next-http-backend": "2.5.2", "immer": "9.0.16", @@ -8137,9 +8137,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "24.0.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", + "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", "funding": [ { "type": "individual", @@ -8154,9 +8154,16 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/i18next-browser-languagedetector": { diff --git a/package.json b/package.json index 1ecbc1900..0c64e5afa 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "formik": "2.4.6", "html-dom-parser": "4.0.0", "html-react-parser": "4.2.0", - "i18next": "23.12.2", + "i18next": "24.0.5", "i18next-browser-languagedetector": "8.0.0", "i18next-http-backend": "2.5.2", "immer": "9.0.16",