From 31c2995f42d021666c34d0a05963ab0cb31712d5 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 18 Mar 2023 12:13:02 -0500 Subject: [PATCH] chore(gui): update i18next --- gui/package.json | 2 +- gui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/package.json b/gui/package.json index 0e6a2c05..80c6f291 100644 --- a/gui/package.json +++ b/gui/package.json @@ -16,7 +16,7 @@ "@types/lodash": "^4.14.191", "@types/node": "^18.11.18", "browser-bunyan": "^1.8.0", - "i18next": "^22.4.10", + "i18next": "^22.4.12", "i18next-browser-languagedetector": "^7.0.1", "lodash": "^4.17.21", "noicejs": "^5.0.0-3", diff --git a/gui/yarn.lock b/gui/yarn.lock index 00c5dba1..0547563e 100644 --- a/gui/yarn.lock +++ b/gui/yarn.lock @@ -1898,10 +1898,10 @@ i18next-browser-languagedetector@^7.0.1: dependencies: "@babel/runtime" "^7.19.4" -i18next@^22.4.10: - version "22.4.10" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.4.10.tgz#cfbfc412c6bc83e3c16564f47e6a5c145255960e" - integrity sha512-3EqgGK6fAJRjnGgfkNSStl4mYLCjUoJID338yVyLMj5APT67HUtWoqSayZewiiC5elzMUB1VEUwcmSCoeQcNEA== +i18next@^22.4.12: + version "22.4.12" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.4.12.tgz#fde322c186501ea1adcdfac41b2d2552b26eab42" + integrity sha512-2lE+vRXxQ3lGLub1CVbwgO0IfkLHmUSDVOAVdPh22CsxttMXi+35n2qgxh2wZIkKl6t/NMzPfgFPRDiFQOmiCg== dependencies: "@babel/runtime" "^7.20.6"