From c663e5c876b5147438b239d58687d85695b290ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:16:52 +0000 Subject: [PATCH] Bump i18next from 23.10.1 to 23.11.5 Bumps [i18next](https://github.com/i18next/i18next) from 23.10.1 to 23.11.5. - [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.5) --- 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 f60a11e..e1d6aea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "async": "^3.2.5", "chart.js": "^4.4.2", - "i18next": "^23.10.1", + "i18next": "^23.11.5", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "^2.5.2", "react": "^18.2.0", @@ -8767,9 +8767,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.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", + "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", "funding": [ { "type": "individual", @@ -24020,9 +24020,9 @@ "dev": true }, "i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "23.11.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", + "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 95cd60e..673393e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "async": "^3.2.5", "chart.js": "^4.4.2", - "i18next": "^23.10.1", + "i18next": "^23.11.5", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "^2.5.2", "react": "^18.2.0",