From 05cb833e76f66ca70d06858f586ea9161af99175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:11:59 +0000 Subject: [PATCH] Bump i18next from 23.11.5 to 23.12.1 Bumps [i18next](https://github.com/i18next/i18next) from 23.11.5 to 23.12.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.11.5...v23.12.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ea5f12f..b4051795 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "distube": "^5.0.2", "firebase": "^10.12.3", "genius-lyrics": "^4.4.7", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "i18next-fs-backend": "^2.3.1", "pino": "^9.2.0", "pino-pretty": "^11.2.1", @@ -2540,9 +2540,9 @@ } }, "node_modules/i18next": { - "version": "23.11.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", - "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", + "version": "23.12.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", + "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", "funding": [ { "type": "individual", @@ -2557,7 +2557,6 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 31ac6996..26311d21 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "distube": "^5.0.2", "firebase": "^10.12.3", "genius-lyrics": "^4.4.7", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "i18next-fs-backend": "^2.3.1", "pino": "^9.2.0", "pino-pretty": "^11.2.1",