diff --git a/package-lock.json b/package-lock.json index 8e5fb7a..7e2c0ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "i18next-browser-languagedetector": "8.1.0", "react": "19.2.0", "react-dom": "19.2.0", - "react-i18next": "15.5.2", + "react-i18next": "16.1.0", "react-router-dom": "7.6.2", "styled-components": "6.1.19" }, @@ -6784,16 +6784,16 @@ } }, "node_modules/react-i18next": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.2.tgz", - "integrity": "sha512-ePODyXgmZQAOYTbZXQn5rRsSBu3Gszo69jxW6aKmlSgxKAI1fOhDwSu6bT4EKHciWPKQ7v7lPrjeiadR6Gi+1A==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.0.tgz", + "integrity": "sha512-10qpoODc0ntrWpZdko9CQnl2Xf4VJXUAS9sa7WOkTrQzbbfyoSSUZ3Rsnpgt8la6qCxeB61yzYjyW8U1g3hUUg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.25.0", + "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 23.2.3", + "i18next": ">= 25.5.2", "react": ">= 16.8.0", "typescript": "^5" }, diff --git a/package.json b/package.json index 7d9d0f4..cd01e0f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "i18next-browser-languagedetector": "8.1.0", "react": "19.2.0", "react-dom": "19.2.0", - "react-i18next": "15.5.2", + "react-i18next": "16.1.0", "react-router-dom": "7.6.2", "styled-components": "6.1.19" },