diff --git a/package-lock.json b/package-lock.json index 052aa82bb..c745a8802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6067,17 +6067,17 @@ "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" }, "i18next": { - "version": "19.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.6.0.tgz", - "integrity": "sha512-t+pA7iN2WtwS1UQc4PFKHDIO4HYZIl2Wo8UC8gqt70Q1qY50FflAF5vV4IbQEqy4DuK3I9wv3BL1PMvkk238WA==", + "version": "19.8.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.5.tgz", + "integrity": "sha512-mDuH/mvnNXZmvqxl3akSZuJtbX7ou7M66kzfXQTfRngTZ9cAjktlx4yVzA+gS9VPZp51eZOQAGfEDbFcnyvliw==", "requires": { - "@babel/runtime": "^7.10.1" + "@babel/runtime": "^7.12.0" }, "dependencies": { "@babel/runtime": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz", - "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 6d9097749..9c528bd13 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "fix-path": "^3.0.0", "fs-extra": "^9.0.0", "go-ipfs-dep": "0.5.1", - "i18next": "^19.6.0", + "i18next": "^19.8.5", "i18next-electron-language-detector": "0.0.10", "i18next-icu": "^1.3.1", "i18next-node-fs-backend": "^2.1.3",