diff --git a/package-lock.json b/package-lock.json index 1aba52923..f21395a6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "moment": "2.30.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-i18next": "15.1.4", + "react-i18next": "15.2.0", "react-icons": "5.4.0", "react-redux": "9.2.0", "react-router": "7.0.2", @@ -13494,9 +13494,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.4.tgz", - "integrity": "sha512-2tai71gmehbvl9ZIqPMqlCCkm/cbeV1G4STpmM3C8Uzo6T2l8jDvZxEVSsQKt8blP9X34iRFP/k1ROqG2296MQ==", + "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", "dependencies": { "@babel/runtime": "^7.25.0", diff --git a/package.json b/package.json index 3af401938..c9e21b029 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "moment": "2.30.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-i18next": "15.1.4", + "react-i18next": "15.2.0", "react-icons": "5.4.0", "react-redux": "9.2.0", "react-router": "7.0.2",