diff --git a/package-lock.json b/package-lock.json index b3ce9ddc..9fcd7559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-dom": "19.1.1", "react-error-boundary": "6.0.0", "react-hook-form": "7.63.0", - "react-i18next": "15.7.4", + "react-i18next": "16.0.0", "react-router-dom": "7.9.2", "react-syntax-highlighter": "15.6.6", "react-time-ago": "7.3.5", @@ -14533,16 +14533,16 @@ } }, "node_modules/react-i18next": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.4.tgz", - "integrity": "sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.0.0.tgz", + "integrity": "sha512-JQ+dFfLnFSKJQt7W01lJHWRC0SX7eDPobI+MSTJ3/gP39xH2g33AuTE7iddAfXYHamJdAeMGM0VFboPaD3G68Q==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 23.4.0", + "i18next": ">= 25.5.2", "react": ">= 16.8.0", "typescript": "^5" }, diff --git a/package.json b/package.json index 2256b895..91b68bb2 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-dom": "19.1.1", "react-error-boundary": "6.0.0", "react-hook-form": "7.63.0", - "react-i18next": "15.7.4", + "react-i18next": "16.0.0", "react-router-dom": "7.9.2", "react-syntax-highlighter": "15.6.6", "react-time-ago": "7.3.5",