diff --git a/package-lock.json b/package-lock.json index 72d168f9..5a1cee4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "dompurify": "^3.2.2", "highlight.js": "^11.10.0", - "i18next": "^23.11.5", + "i18next": "^25.6.2", "katex": "^0.16.25", "lucide-react": "^0.553.0", "prop-types": "^15.8.1", @@ -4198,9 +4198,9 @@ } }, "node_modules/i18next": { - "version": "23.16.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", - "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", + "version": "25.6.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.6.2.tgz", + "integrity": "sha512-0GawNyVUw0yvJoOEBq1VHMAsqdM23XrHkMtl2gKEjviJQSLVXsrPqsoYAxBEugW5AB96I2pZkwRxyl8WZVoWdw==", "funding": [ { "type": "individual", @@ -4217,7 +4217,15 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.23.2" + "@babel/runtime": "^7.27.6" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/iconv-lite": { diff --git a/package.json b/package.json index 05be2707..fd49a930 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "katex": "^0.16.25", "unist-util-visit": "^5.0.0", "lucide-react": "^0.553.0", - "i18next": "^23.11.5", + "i18next": "^25.6.2", "react-i18next": "^16.3.3", "prop-types": "^15.8.1" },