diff --git a/package-lock.json b/package-lock.json index b67f7206..52f272bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "i18next": "^24.1.0", "intl-pluralrules": "^2.0.1", "react": "18.2.0", - "react-i18next": "^15.1.4", + "react-i18next": "^15.2.0", "react-native": "0.73.7", "react-native-bootsplash": "^6.3.2", "react-native-document-picker": "^9.3.1", @@ -14992,9 +14992,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==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" @@ -28692,9 +28692,9 @@ "requires": {} }, "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==", "requires": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index a3bac404..2df29558 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "i18next": "^24.1.0", "intl-pluralrules": "^2.0.1", "react": "18.2.0", - "react-i18next": "^15.1.4", + "react-i18next": "^15.2.0", "react-native": "0.73.7", "react-native-bootsplash": "^6.3.2", "react-native-document-picker": "^9.3.1",