diff --git a/package-lock.json b/package-lock.json index 957a1390..ea4f972a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react": "19.1.0", "react-dom": "19.1.0", "react-error-boundary": "^5.0.0", - "react-i18next": "^13.0.0", + "react-i18next": "^15.5.1", "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-router": "^7.5.3", @@ -8322,17 +8322,18 @@ } }, "node_modules/react-i18next": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", - "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.1.tgz", + "integrity": "sha512-C8RZ7N7H0L+flitiX6ASjq9p5puVJU1Z8VyL3OgM/QOMRf40BMZX+5TkpxzZVcTmOLPX5zlti4InEX5pFyiVeA==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.22.5", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { "i18next": ">= 23.2.3", - "react": ">= 16.8.0" + "react": ">= 16.8.0", + "typescript": "^5" }, "peerDependenciesMeta": { "react-dom": { @@ -8340,6 +8341,9 @@ }, "react-native": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index b4a4fc59..5cbee8cb 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "19.1.0", "react-dom": "19.1.0", "react-error-boundary": "^5.0.0", - "react-i18next": "^13.0.0", + "react-i18next": "^15.5.1", "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-router": "^7.5.3",