diff --git a/package-lock.json b/package-lock.json index 31283afef1..250b183aaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9110,9 +9110,9 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "i18next": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.2.0.tgz", - "integrity": "sha512-ltl4LSzCEAPBbHRJ6R8diJCnxCbVkf6cxH3k1B4CjB0YFGoISm3/Jxgw3noELe9TP+C/x8fEostuJcGVUeYwdw==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.3.0.tgz", + "integrity": "sha512-4sJ6CHhLu/+xOEo3wresVl7jhC92bXhBkZYigJRzXCljzlgdayNhP/+0K+76GHmFTlL/OHg/hw04Praph9SJsA==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index bb16f7644b..b38ca96df7 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "glob": "^7.1.4", "hoist-non-react-statics": "^3.3.0", "html-webpack-plugin": "^3.2.0", - "i18next": "^17.2.0", + "i18next": "^17.3.0", "immer": "^4.0.1", "immutable": "^3.8.2", "lodash.groupby": "^4.6.0",