From 3f179c8897b3247c679edd51ffd40d9f736e49b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:21:12 +0000 Subject: [PATCH] build(deps): bump i18next from 26.3.0 to 26.3.1 Bumps [i18next](https://github.com/i18next/i18next) from 26.3.0 to 26.3.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/v26.3.0...v26.3.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.1 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 db152440e..44e7bc774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "classnames": "^2.5.1", "deepmerge": "^4.3.1", "dompurify": "^3.4.7", - "i18next": "^26.3.0", + "i18next": "^26.3.1", "react-aria": "^3.47.0", "react-aria-components": "1.16.0", "react-error-boundary": "^6.1.2", @@ -15086,9 +15086,9 @@ } }, "node_modules/i18next": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.0.tgz", - "integrity": "sha512-gHSgGpUXVmuqE2El1W61DmxeyeTlFfZgdJRWMo9jScAn5pu7TuTuiccb1zh3E2J9hEBVGJ23+96x0ieBhfuIHA==", + "version": "26.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.1.tgz", + "integrity": "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 79e028593..830db7bd8 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "classnames": "^2.5.1", "deepmerge": "^4.3.1", "dompurify": "^3.4.7", - "i18next": "^26.3.0", + "i18next": "^26.3.1", "react-aria": "^3.47.0", "react-aria-components": "1.16.0", "react-error-boundary": "^6.1.2",