From 5dac1deee78c185385f405e00dd5648055c49a1b Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@gitlab.tugraz.at> Date: Sun, 18 Sep 2022 08:48:07 +0000 Subject: [PATCH] fix(deps): update dependency i18next to v21.9.2 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0668f893..cd53d86c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4969,9 +4969,9 @@ i18next-parser@^6.3.0: vue-template-compiler "^2.6.11" i18next@^21.2.0, i18next@^21.4.2: - version "21.9.1" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.9.1.tgz#9e3428990f5b2cc9ac1b98dd025f3e411c368249" - integrity sha512-ITbDrAjbRR73spZAiu6+ex5WNlHRr1mY+acDi2ioTHuUiviJqSz269Le1xHAf0QaQ6GgIHResUhQNcxGwa/PhA== + version "21.9.2" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.9.2.tgz#3f7c5594393eb27117c1db4c38f5ec766e68de0e" + integrity sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ== dependencies: "@babel/runtime" "^7.17.2" -- GitLab