diff --git a/package-lock.json b/package-lock.json index b7a68ec..3d53fe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7193,9 +7193,9 @@ } }, "react-i18next": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.12.0.tgz", - "integrity": "sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ==", + "version": "11.18.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.3.tgz", + "integrity": "sha512-EttTX31HbqzZymUM3SIrMPuvamfSXFZVsDHm/ZAqoDfTLjhzlwyxqfbDNxcKNAGOi2mjZaXfR7hSNMlvLNpB/g==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index c46128c..af74ade 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "obv": "0.0.1", "prop-types": "^15.8.1", "react": "16.9.0", - "react-i18next": "^11.8.15", + "react-i18next": "^11.18.3", "react-native": "0.61.0", "react-native-calendars": "^1.19.3", "react-native-document-picker": "^4.2.0",