diff --git a/package-lock.json b/package-lock.json index 08ceb2deb4f..b53444fd22d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "echarts-for-react": "^3.0.2", "events": "^3.3.0", "hi-profiles": "^1.1.0", - "i18next": "^23.16.4", + "i18next": "^24.1.0", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^3.0.1", "postcss-loader": "^8.1.1", @@ -10532,9 +10532,9 @@ } }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.0.tgz", + "integrity": "sha512-suKlX82AlptkMUO5YRfaAeH4FQyyKvR66jNaubTMiyPPMx7INU6PXAiy3PGULc0q6K+t9nxmDf/TRj9KjAivmw==", "funding": [ { "type": "individual", @@ -10552,6 +10552,14 @@ "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 8fd129463e4..cbf843c985a 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "echarts-for-react": "^3.0.2", "events": "^3.3.0", "hi-profiles": "^1.1.0", - "i18next": "^23.16.4", + "i18next": "^24.1.0", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^3.0.1", "postcss-loader": "^8.1.1",