From 29dc17d9cc692512cbdc22f81a3854c4e1b1f7ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 12:10:36 +0000 Subject: [PATCH] Bump i18next from 23.7.13 to 23.10.1 Bumps [i18next](https://github.com/i18next/i18next) from 23.7.13 to 23.10.1. - [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.7.13...v23.10.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec7582f..d7744c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "async": "^3.2.4", "chart.js": "^4.4.1", - "i18next": "^23.7.13", + "i18next": "^23.10.1", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.1.1", "react": "^18.2.0", @@ -8776,9 +8776,9 @@ } }, "node_modules/i18next": { - "version": "23.7.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.13.tgz", - "integrity": "sha512-DbCPlw6VmURSZa43iOnycxq9o15e+WuBWDBZ3aj+gQZcDz4sgnuKwrcwmP1n8gSSCwCN7CRFGTpnwTd93A16Mg==", + "version": "23.10.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", + "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", "funding": [ { "type": "individual", @@ -23995,9 +23995,9 @@ "dev": true }, "i18next": { - "version": "23.7.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.13.tgz", - "integrity": "sha512-DbCPlw6VmURSZa43iOnycxq9o15e+WuBWDBZ3aj+gQZcDz4sgnuKwrcwmP1n8gSSCwCN7CRFGTpnwTd93A16Mg==", + "version": "23.10.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", + "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 9875c62..4f350bd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "async": "^3.2.4", "chart.js": "^4.4.1", - "i18next": "^23.7.13", + "i18next": "^23.10.1", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.1.1", "react": "^18.2.0",