From bf5d7fd38cb1617298b66c16653bed0e01a31cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 08:42:23 +0000 Subject: [PATCH] Bump i18next from 25.0.0 to 25.1.0 Bumps [i18next](https://github.com/i18next/i18next) from 25.0.0 to 25.1.0. - [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/v25.0.0...v25.1.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00e8968..3fa3264 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "axios": "^1.8.4", "eris": "github:abalabahaha/eris#dev", "eris-additions": "^1.4.1", - "i18next": "^25.0.0", + "i18next": "^25.1.0", "i18next-node-fs-backend": "^2.1.3", "lavacord": "^2.2.0", "moment": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index 1f20ddb..eb118cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -354,10 +354,10 @@ i18next-node-fs-backend@^2.1.3: js-yaml "3.13.1" json5 "2.0.0" -i18next@^25.0.0: - version "25.0.0" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.0.0.tgz#ae6b44dea48597e556a126c6f4f10d9c18cc62e2" - integrity sha512-POPvwjOPR1GQvRnbikTMPEhQD+ekd186MHE6NtVxl3Lby+gPp0iq60eCqGrY6wfRnp1lejjFNu0EKs1afA322w== +i18next@^25.1.0: + version "25.1.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.1.0.tgz#a6b2fb63630dc76e63b70a44ed4570f2941a31d1" + integrity sha512-urhWtjYgkp1t2/Vm3c+orPuhOaMhbaYB8m5TOCTl68cv+BBU5sDGwHT+cEWv95s/eI43B1SaHrAA+50aXIxoxQ== dependencies: "@babel/runtime" "^7.26.10"