diff --git a/package-lock.json b/package-lock.json index 486dc1b38..ca70b62af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6288,9 +6288,9 @@ } }, "i18next": { - "version": "19.8.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.7.tgz", - "integrity": "sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.8.tgz", + "integrity": "sha512-GCwSImEZYqUKgb1gUfIw/LMeItpcypdMOhjlHovI7qyBuaIHR8P7z9mfBuxlyl3yDuRnAsAcJv0iynDh71SQ4g==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 5ea0d3d62..adb539535 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "express": "4.17.1", "express-fileupload": "1.2.1", "fs-extra": "9.1.0", - "i18next": "19.8.7", + "i18next": "19.8.8", "i18next-fs-backend": "1.0.8", "i18next-http-middleware": "3.0.6", "nucleus-nodejs": "3.0.8",