diff --git a/package-lock.json b/package-lock.json index 6ef15d22a..f9480a425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7079,9 +7079,9 @@ } }, "i18next": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.1.0.tgz", - "integrity": "sha512-sV+ZwTM4Ik4d6wKdwNS/ocKmvXi6DFA/YHMgdQX3i4L5993jnbo1/j1pK/c4+zBOjexer4dt+c5JHsFj4CUoXQ==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", + "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 121c12e9b..02013bbf1 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "gulp": "^4.0.2", "gulp-if": "^3.0.0", "gulp-json-editor": "^2.5.5", - "i18next": "^20.0.0", + "i18next": "^20.2.1", "i18next-fs-backend": "^1.1.1", "i18next-http-middleware": "^3.1.0", "i18next-parser": "^3.8.0",