diff --git a/package-lock.json b/package-lock.json index c9a7eba85..5171b5b22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-dom": "^18.3.1", "react-ga4": "^2.1.0", "react-hook-form": "^7.54.2", - "react-i18next": "^15.2.0", + "react-i18next": "^15.4.0", "react-markdown": "^9.0.1", "react-router-dom": "^7.1.1", "react-select": "^5.9.0", @@ -17787,10 +17787,9 @@ } }, "node_modules/react-i18next": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.2.0.tgz", - "integrity": "sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==", - "license": "MIT", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz", + "integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 549baa164..283fe0463 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-dom": "^18.3.1", "react-ga4": "^2.1.0", "react-hook-form": "^7.54.2", - "react-i18next": "^15.2.0", + "react-i18next": "^15.4.0", "react-markdown": "^9.0.1", "react-router-dom": "^7.1.1", "react-select": "^5.9.0",