From dab1764beb5bfbee90a3710187d41f0339efd862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:51:02 +0000 Subject: [PATCH] Bump i18next from 23.10.1 to 23.11.3 Bumps [i18next](https://github.com/i18next/i18next) from 23.10.1 to 23.11.3. - [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.10.1...v23.11.3) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ef224e120d..b6b8393bb00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "echarts-for-react": "^3.0.2", "eslint-mdx": "^3.1.5", "events": "^3.3.0", - "i18next": "^23.2.7", + "i18next": "^23.11.3", "i18next-browser-languagedetector": "^7.1.0", "lodash-es": "^4.17.21", "postcss-loader": "^7.3.3", @@ -14101,9 +14101,9 @@ } }, "node_modules/i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "23.11.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.3.tgz", + "integrity": "sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index a88d042d530..86cb9d88497 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "echarts-for-react": "^3.0.2", "eslint-mdx": "^3.1.5", "events": "^3.3.0", - "i18next": "^23.2.7", + "i18next": "^23.11.3", "i18next-browser-languagedetector": "^7.1.0", "lodash-es": "^4.17.21", "postcss-loader": "^7.3.3",