From a3f551316722e0c3ed9c60b59594c92449675040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2020 03:12:38 +0200 Subject: [PATCH] Update dependency i18next to v19.5.1 (#290) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 33775e1c2..5c3effce3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "fork-awesome": "1.1.7", "github-markdown-css": "4.0.0", "highlight.js": "10.1.1", - "i18next": "19.4.5", + "i18next": "19.5.1", "i18next-browser-languagedetector": "5.0.0", "i18next-http-backend": "1.0.15", "markdown-it": "11.0.0", diff --git a/yarn.lock b/yarn.lock index c7ac08e71..921077eb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1003,6 +1003,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.10.1": + version "7.10.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364" + integrity sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/runtime@^7.10.2": version "7.10.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" @@ -5735,12 +5742,12 @@ i18next-http-backend@1.0.15: dependencies: node-fetch "2.6.0" -i18next@19.4.5: - version "19.4.5" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.4.5.tgz#f9ea8bbb48d1ec66bc3436f0bb74a16b11821e11" - integrity sha512-aLvSsURoupi3x9IndmV6+m3IGhzLzhYv7Gw+//K3ovdliyGcFRV0I1MuddI0Bk/zR7BG1U+kJOjeHFUcUIdEgg== +i18next@19.5.1: + version "19.5.1" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.5.1.tgz#d5fdc7b2dafd1a183f2188d65dfdb78ef9f35264" + integrity sha512-e6lGMiTyb51F9PPInUTTDg8YbwcWXZYX18svaX2NUUWEphJKP7oG5HMlbZ+K84AXqw4AeBnwRrOlS9ickqcCBg== dependencies: - "@babel/runtime" "^7.3.1" + "@babel/runtime" "^7.10.1" iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"