From 3a58e0a2f2355478fd9d6c235e84562e0f45dbb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:42:52 +0000 Subject: [PATCH] Bump i18next from 24.0.2 to 24.0.5 Bumps [i18next](https://github.com/i18next/i18next) from 24.0.2 to 24.0.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/v24.0.2...v24.0.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 73f267eb..a708c020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "distube": "^5.0.4", "firebase": "^11.0.2", "genius-lyrics": "^4.4.7", - "i18next": "^24.0.2", + "i18next": "^24.0.5", "i18next-fs-backend": "^2.6.0", "pino": "^9.5.0", "pino-pretty": "^13.0.0", @@ -2664,9 +2664,9 @@ } }, "node_modules/i18next": { - "version": "24.0.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", - "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", + "version": "24.0.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", + "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index e431233b..843a39d5 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "distube": "^5.0.4", "firebase": "^11.0.2", "genius-lyrics": "^4.4.7", - "i18next": "^24.0.2", + "i18next": "^24.0.5", "i18next-fs-backend": "^2.6.0", "pino": "^9.5.0", "pino-pretty": "^13.0.0",