diff --git a/package-lock.json b/package-lock.json index b919b483..78a7c716 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-blockies": "^1.4.1", "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", - "react-i18next": "^12.3.1", + "react-i18next": "^15.4.0", "react-redux": "^9.2.0", "redis": "^4.7.0", "redis-om": "^0.4.7", @@ -13501,15 +13501,16 @@ } }, "node_modules/react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz", + "integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==", + "license": "MIT", "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 19.0.0", + "i18next": ">= 23.2.3", "react": ">= 16.8.0" }, "peerDependenciesMeta": { @@ -25255,11 +25256,11 @@ "requires": {} }, "react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz", + "integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==", "requires": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" } }, diff --git a/package.json b/package.json index b6ed8c55..9c64fb5c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-blockies": "^1.4.1", "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", - "react-i18next": "^12.3.1", + "react-i18next": "^15.4.0", "react-redux": "^9.2.0", "redis": "^4.7.0", "redis-om": "^0.4.7",