From e755ab270a5d565eb1611e834a3db2dc99e9b8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:26:18 +0000 Subject: [PATCH] Bump i18next from 23.15.2 to 23.16.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.15.2 to 23.16.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.15.2...v23.16.0) --- 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 e66a3ea4ead..59f1ab24494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "echarts-for-react": "^3.0.2", "events": "^3.3.0", "hi-profiles": "^1.0.6", - "i18next": "^23.11.4", + "i18next": "^23.16.0", "i18next-browser-languagedetector": "^7.2.1", "lodash-es": "^4.17.21", "postcss-loader": "^7.3.3", @@ -9178,9 +9178,9 @@ } }, "node_modules/i18next": { - "version": "23.15.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.2.tgz", - "integrity": "sha512-zcPSWzCvw6uKnuYHIqs4W7hTuB9e3AFcSdZgvCWoPXIZsBjBd4djN2/2uOHIB+1DFFkQnMBXvhNg7J3WyCuywQ==", + "version": "23.16.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.0.tgz", + "integrity": "sha512-Ni3CG6c14teOogY19YNRl+kYaE/Rb59khy0VyHVn4uOZ97E2E/Yziyi6r3C3s9+wacjdLZiq/LLYyx+Cgd+FCw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 850bba2edae..ee5160b9da4 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "echarts-for-react": "^3.0.2", "events": "^3.3.0", "hi-profiles": "^1.0.6", - "i18next": "^23.11.4", + "i18next": "^23.16.0", "i18next-browser-languagedetector": "^7.2.1", "lodash-es": "^4.17.21", "postcss-loader": "^7.3.3",