From 76a382b020e018015db60d4d9ad8d7961a82757e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 08:03:36 +0000 Subject: [PATCH] Bump i18next from 23.9.0 to 23.10.0 in /webui Bumps [i18next](https://github.com/i18next/i18next) from 23.9.0 to 23.10.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.9.0...v23.10.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webui/package-lock.json | 8 ++++---- webui/package.json | 2 +- webui/yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/webui/package-lock.json b/webui/package-lock.json index 58aefc4..a51d900 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -13,7 +13,7 @@ "@fontsource/inter": "^5.0.16", "@mui/icons-material": "^5.15.11", "@mui/material": "^5.15.11", - "i18next": "^23.9.0", + "i18next": "^23.10.0", "i18next-browser-languagedetector": "^7.2.0", "i18next-http-backend": "^2.5.0", "react": "^18.2.0", @@ -2672,9 +2672,9 @@ } }, "node_modules/i18next": { - "version": "23.9.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.9.0.tgz", - "integrity": "sha512-f3MUciKqwzNV//mHG6EtdSlC65+nqH/3zK8sOSWqNV6FVu2tmHhF/rFOp9UF8S4m1odojtuipKaKJrP0Loh60g==", + "version": "23.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.0.tgz", + "integrity": "sha512-/TgHOqsa7/9abUKJjdPeydoyDc0oTi/7u9F8lMSj6ufg4cbC1Oj3f/Jja7zj7WRIhEQKB7Q4eN6y68I9RDxxGQ==", "funding": [ { "type": "individual", diff --git a/webui/package.json b/webui/package.json index 032b4e2..37db910 100644 --- a/webui/package.json +++ b/webui/package.json @@ -15,7 +15,7 @@ "@fontsource/inter": "^5.0.16", "@mui/icons-material": "^5.15.11", "@mui/material": "^5.15.11", - "i18next": "^23.9.0", + "i18next": "^23.10.0", "i18next-browser-languagedetector": "^7.2.0", "i18next-http-backend": "^2.5.0", "react": "^18.2.0", diff --git a/webui/yarn.lock b/webui/yarn.lock index feb7a35..ebbae1a 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -1678,10 +1678,10 @@ i18next-http-backend@^2.5.0: dependencies: cross-fetch "4.0.0" -i18next@^23.9.0: - version "23.9.0" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.9.0.tgz#659cfcbf51a20158bb094d17a85f3c583d473901" - integrity sha512-f3MUciKqwzNV//mHG6EtdSlC65+nqH/3zK8sOSWqNV6FVu2tmHhF/rFOp9UF8S4m1odojtuipKaKJrP0Loh60g== +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== dependencies: "@babel/runtime" "^7.23.2"