From 0dd9a4be51b198d270b585a6148b4920d42c6bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:47:25 +0000 Subject: [PATCH] Bump i18next from 24.2.0 to 24.2.1 Bumps [i18next](https://github.com/i18next/i18next) from 24.2.0 to 24.2.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/v24.2.0...v24.2.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 ba1073fa..a3b0a89f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,14 +25,13 @@ "@distube/soundcloud": "^2.0.4", "@distube/spotify": "^2.0.2", "@distube/yt-dlp": "^2.0.1", - "bufferutil": "^4.0.9", "captcha-canvas": "^2.3.1", "discord-gamecord": "^4.4.2", "discord.js": "^14.17.2", "distube": "^5.0.4", "firebase": "^11.1.0", "genius-lyrics": "^4.4.7", - "i18next": "^24.2.0", + "i18next": "^24.2.1", "i18next-fs-backend": "^2.6.0", "pino": "^9.6.0", "pino-pretty": "^13.0.0", @@ -2629,9 +2628,9 @@ } }, "node_modules/i18next": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", - "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", + "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index a9992ec1..a0abe7d8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "distube": "^5.0.4", "firebase": "^11.1.0", "genius-lyrics": "^4.4.7", - "i18next": "^24.2.0", + "i18next": "^24.2.1", "i18next-fs-backend": "^2.6.0", "pino": "^9.6.0", "pino-pretty": "^13.0.0",