From baef278d705764f9ef6a404c4273f1263b8b2145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:09:39 +0000 Subject: [PATCH] Bump i18next from 23.11.4 to 23.11.5 Bumps [i18next](https://github.com/i18next/i18next) from 23.11.4 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.11.4...v23.11.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 93346b978e6..4e3e5c8abde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "events": "^3.3.0", "glob": "^10.4.2", "hi-profiles": "^1.0.6", - "i18next": "^23.11.4", + "i18next": "^23.11.5", "i18next-browser-languagedetector": "^7.2.1", "lodash-es": "^4.17.21", "postcss-loader": "^7.3.3", @@ -14517,9 +14517,9 @@ } }, "node_modules/i18next": { - "version": "23.11.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.4.tgz", - "integrity": "sha512-CCUjtd5TfaCl+mLUzAA0uPSN+AVn4fP/kWCYt/hocPUwusTpMVczdrRyOBUwk6N05iH40qiKx6q1DoNJtBIwdg==", + "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 59fd5cd89e8..9c01dc8ea56 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "events": "^3.3.0", "glob": "^10.4.2", "hi-profiles": "^1.0.6", - "i18next": "^23.11.4", + "i18next": "^23.11.5", "i18next-browser-languagedetector": "^7.2.1", "lodash-es": "^4.17.21", "postcss-loader": "^7.3.3",