diff --git a/package-lock.json b/package-lock.json index 529ccab7..77e714cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-file-reader-input": "^2.0.0", - "react-i18next": "^15.7.1", + "react-i18next": "^15.7.2", "react-icon-base": "^2.1.2", "react-icons": "^5.5.0", "react-sortable-hoc": "^2.0.0", @@ -10880,16 +10880,16 @@ } }, "node_modules/react-i18next": { - "version": "15.7.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.1.tgz", - "integrity": "sha512-o4VsKh30fy7p0z5ACHuyWqB6xu9WpQIQy2/ZcbCqopNnrnTVOPn/nAv9uYP4xYAWg99QMpvZ9Bu/si3eGurzGw==", + "version": "15.7.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.2.tgz", + "integrity": "sha512-xJxq7ibnhUlMvd82lNC4te1GxGUMoM1A05KKyqoqsBXVZtEvZg/fz/fnVzdlY/hhQ3SpP/79qCocZOtICGhd3g==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 23.4.0", + "i18next": ">= 25.4.1", "react": ">= 16.8.0", "typescript": "^5" }, diff --git a/package.json b/package.json index 5b881a4b..f5cb1ac9 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-file-reader-input": "^2.0.0", - "react-i18next": "^15.7.1", + "react-i18next": "^15.7.2", "react-icon-base": "^2.1.2", "react-icons": "^5.5.0", "react-sortable-hoc": "^2.0.0",