From 9bb563cec5909d57803e66ef497e1a277be3e27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 04:39:18 +0000 Subject: [PATCH] build(deps): bump i18next from 22.5.1 to 23.2.11 in /website Bumps [i18next](https://github.com/i18next/i18next) from 22.5.1 to 23.2.11. - [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/v22.5.1...v23.2.11) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/package.json b/website/package.json index 77c6d5c51..cb4a49b9a 100644 --- a/website/package.json +++ b/website/package.json @@ -11,7 +11,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@mui/material": "^5.14.2", "file-saver": "^2.0.5", - "i18next": "^22.5.1", + "i18next": "^23.2.11", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.1", "openpgp": "^5.9.0", diff --git a/website/yarn.lock b/website/yarn.lock index 731babe86..7fd9affb3 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -6599,12 +6599,12 @@ i18next-http-backend@^2.2.1: dependencies: cross-fetch "3.1.6" -i18next@^22.5.1: - version "22.5.1" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.5.1.tgz#99df0b318741a506000c243429a7352e5f44d424" - integrity sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA== +i18next@^23.2.11: + version "23.2.11" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.2.11.tgz#0c6f3a637fa87d3243e64b78ad285b7f77d41353" + integrity sha512-MA4FsxOjyCaOZtRDB4yuwjCvqYEioD4G4LlXOn7SO3rnQUlxTufyLsOqfL9MKakeLRBkefe8bqcs0D6Z/xFk1w== dependencies: - "@babel/runtime" "^7.20.6" + "@babel/runtime" "^7.22.5" iconv-lite@0.4.24: version "0.4.24"