From eeff66c9a9471c8062f7a45f7a49719f4a6f3271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:24:04 +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 fd8cf7bde13..dd9a0fc9655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,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", "lucide-react": "^0.446.0", @@ -9273,9 +9273,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 c42834216d3..d5d0df7a1f7 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,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", "lucide-react": "^0.446.0",