diff --git a/package.json b/package.json index 777d19fee..37f45f07d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ethereumjs-abi": "^0.6.3", "fs-promise": "^2.0.0", "got": "^6.7.1", - "i18next": "^7.1.3", + "i18next": "^19.6.0", "lodash": "^4.17.4", "log-rotate": "^0.2.7", "log4js": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 156a87d62..88855d097 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22,6 +22,13 @@ "7zip-bin-mac" "^1.0.1" "7zip-bin-win" "^2.1.0" +"@babel/runtime@^7.10.1": + version "7.10.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c" + integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== + dependencies: + regenerator-runtime "^0.13.4" + accepts@~1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.3.tgz#c3ca7434938648c3e0d9c1e328dd68b622c284ca" @@ -2243,9 +2250,12 @@ http-signature@~1.1.0: jsprim "^1.2.2" sshpk "^1.7.0" -i18next@^7.1.3: - version "7.2.3" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-7.2.3.tgz#a6c220ac1c8240ff1078aa9bc997fd449e052dc7" +i18next@^19.6.0: + version "19.6.2" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.6.2.tgz#859aeba46db0c7cdfa8ae3de7c3a5cad3b0cec83" + integrity sha512-Zyd/Z32FY+sD+Eg6sLj5DeDSlrIN3WZ4onuOBRGcjDx/rvodsyUZ9TJ2Y+3aD9Vu8MPbiMU2WesIER/rs1ioyw== + dependencies: + "@babel/runtime" "^7.10.1" iconv-lite@0.4.15: version "0.4.15" @@ -3800,6 +3810,11 @@ regenerator-runtime@^0.10.0: version "0.10.5" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" +regenerator-runtime@^0.13.4: + version "0.13.5" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" + integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== + regex-cache@^0.4.2: version "0.4.3" resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145"