diff --git a/package-lock.json b/package-lock.json index 01ec9d4..04191ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8323,9 +8323,9 @@ "dev": true }, "i18next": { - "version": "19.3.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.3.2.tgz", - "integrity": "sha512-QDBQ8MqFWi4+L9OQjjZEKVyg9uSTy3NTU3Ri53QHe7nxtV+KD4PyLB8Kxu58gr6b9y5l8cU3mCiNHVeoxPMzAQ==", + "version": "19.3.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.3.3.tgz", + "integrity": "sha512-CnuPqep5/JsltkGvQqzYN4d79eCe0TreCBRF3a8qHHi8x4SON1qqZ/pvR2X7BfNkNqpA5HXIqw0E731H+VsgSg==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index 6717dde..dbbf506 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "bootstrap-daterangepicker": "^3.0.5", "chart.js": "^2.9.3", "cross-env": "^7.0.2", - "i18next": "^19.3.2", + "i18next": "^19.3.3", "i18next-browser-languagedetector": "^4.0.2", "i18next-xhr-backend": "^3.2.2", "lodash.debounce": "^4.0.8",