From fd23783491f42216f29a9a2a2562fb3fe1f96c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:35:38 +0000 Subject: [PATCH] Bump i18next from 23.7.19 to 23.11.5 Bumps [i18next](https://github.com/i18next/i18next) from 23.7.19 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.7.19...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22da80be95..a3b0e8d606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "font-awesome": "^4.7.0", "formik": "^2.4.6", "http-proxy-middleware": "^2.0.6", - "i18next": "^23.7.19", + "i18next": "^23.11.5", "i18next-browser-languagedetector": "^7.2.0", "i18next-xhr-backend": "^3.2.2", "lodash": "^4.17.21", @@ -11512,9 +11512,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "23.7.19", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.19.tgz", - "integrity": "sha512-1aP+YSJl+nLxr42ZJtNhpWpNWYsc6nCbVCf2x4uizIX1BYfcigiRMlb3vOkE1p3+qrI+aD6h5G2Fg+2d2oMIOQ==", + "version": "23.11.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", + "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 1d5019b3b8..93332cd073 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "font-awesome": "^4.7.0", "formik": "^2.4.6", "http-proxy-middleware": "^2.0.6", - "i18next": "^23.7.19", + "i18next": "^23.11.5", "i18next-browser-languagedetector": "^7.2.0", "i18next-xhr-backend": "^3.2.2", "lodash": "^4.17.21",