From 72571b7baa07061838a3cdf4a980f2a70c66684a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:44:02 +0000 Subject: [PATCH] build(deps): bump i18next from 25.7.3 to 25.7.4 Bumps [i18next](https://github.com/i18next/i18next) from 25.7.3 to 25.7.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/v25.7.3...v25.7.4) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.7.4 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 71c3daad..bfc2ca0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "classnames": "^2.5.1", "deepmerge": "^4.3.1", "dompurify": "^3.3.1", - "i18next": "^25.7.3", + "i18next": "^25.7.4", "react-aria": "^3.44.0", "react-aria-components": "1.13.0", "react-error-boundary": "^6.0.2", @@ -11213,9 +11213,9 @@ } }, "node_modules/i18next": { - "version": "25.7.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.7.3.tgz", - "integrity": "sha512-2XaT+HpYGuc2uTExq9TVRhLsso+Dxym6PWaKpn36wfBmTI779OQ7iP/XaZHzrnGyzU4SHpFrTYLKfVyBfAhVNA==", + "version": "25.7.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.7.4.tgz", + "integrity": "sha512-hRkpEblXXcXSNbw8mBNq9042OEetgyB/ahc/X17uV/khPwzV+uB8RHceHh3qavyrkPJvmXFKXME2Sy1E0KjAfw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index fa364138..828d3e59 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "classnames": "^2.5.1", "deepmerge": "^4.3.1", "dompurify": "^3.3.1", - "i18next": "^25.7.3", + "i18next": "^25.7.4", "react-aria": "^3.44.0", "react-aria-components": "1.13.0", "react-error-boundary": "^6.0.2",