From 6277acce7cbfb2ab2cba4732e90e13ed7f8da94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 06:46:03 +0000 Subject: [PATCH] Bump i18next from 23.7.11 to 23.11.4 Bumps [i18next](https://github.com/i18next/i18next) from 23.7.11 to 23.11.4. - [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.11...v23.11.4) --- 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 0701e907b..6dd17c473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "deepmerge": "^4.3.1", "emotion-normalize": "^11.0.1", "final-form": "^4.20.10", - "i18next": "^23.7.11", + "i18next": "^23.11.4", "i18next-browser-languagedetector": "^7.2.0", "i18next-chained-backend": "^4.6.2", "i18next-resources-to-backend": "^1.2.0", @@ -5823,9 +5823,9 @@ } }, "node_modules/i18next": { - "version": "23.7.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.11.tgz", - "integrity": "sha512-A/vOkw8vY99YHU9A1Td3I1dcTiYaPnwBWzrpVzfXUXSYgogK3cmBcmop/0cnXPc6QpUWIyqaugKNxRUEZVk9Nw==", + "version": "23.11.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.4.tgz", + "integrity": "sha512-CCUjtd5TfaCl+mLUzAA0uPSN+AVn4fP/kWCYt/hocPUwusTpMVczdrRyOBUwk6N05iH40qiKx6q1DoNJtBIwdg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 23b323e22..6836a2962 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "deepmerge": "^4.3.1", "emotion-normalize": "^11.0.1", "final-form": "^4.20.10", - "i18next": "^23.7.11", + "i18next": "^23.11.4", "i18next-browser-languagedetector": "^7.2.0", "i18next-chained-backend": "^4.6.2", "i18next-resources-to-backend": "^1.2.0",