From 76f69468ff28b6d34f7714f3543d1ca30efdb346 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:54:08 +0000 Subject: [PATCH] Update i18n dependencies --- .changelog/1302.internal.md | 1 + package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 .changelog/1302.internal.md diff --git a/.changelog/1302.internal.md b/.changelog/1302.internal.md new file mode 100644 index 000000000..787f5708c --- /dev/null +++ b/.changelog/1302.internal.md @@ -0,0 +1 @@ +Update dependencies diff --git a/package.json b/package.json index bea4d14fb..30f0a6bb0 100644 --- a/package.json +++ b/package.json @@ -76,10 +76,10 @@ "bip39": "^3.1.0", "date-fns": "3.3.1", "ethers": "^6.11.1", - "i18next": "23.10.0", + "i18next": "23.10.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "14.0.5", + "react-i18next": "14.1.0", "react-quick-pinch-zoom": "5.1.0", "react-router-dom": "6.22.3", "recharts": "2.12.2", diff --git a/yarn.lock b/yarn.lock index b05f7df08..8affc723f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9523,10 +9523,10 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -i18next@23.10.0: - version "23.10.0" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.10.0.tgz#fb328794ae692e6fdde0564259e421f4203c4a2c" - integrity sha512-/TgHOqsa7/9abUKJjdPeydoyDc0oTi/7u9F8lMSj6ufg4cbC1Oj3f/Jja7zj7WRIhEQKB7Q4eN6y68I9RDxxGQ== +i18next@23.10.1: + version "23.10.1" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.10.1.tgz#217ce93b75edbe559ac42be00a20566b53937df6" + integrity sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng== dependencies: "@babel/runtime" "^7.23.2" @@ -12340,10 +12340,10 @@ react-error-overlay@6.0.9: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== -react-i18next@14.0.5: - version "14.0.5" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.0.5.tgz#5df7b88a3ac8afbef8089ed0d0c27e12b9a1acac" - integrity sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw== +react-i18next@14.1.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.0.tgz#44da74fbffd416f5d0c5307ef31735cf10cc91d9" + integrity sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ== dependencies: "@babel/runtime" "^7.23.9" html-parse-stringify "^3.0.1"