From 9f540c01cb01e1a3469bf22c1ee2509fe8893d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:22:26 +0000 Subject: [PATCH] chore(deps): bump i18next from 25.10.9 to 26.0.2 Bumps [i18next](https://github.com/i18next/i18next) from 25.10.9 to 26.0.2. - [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.10.9...v26.0.2) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ packages/modal/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9cdcd990..85c0e0d08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17684,7 +17684,9 @@ } }, "node_modules/i18next": { - "version": "25.10.9", + "version": "26.0.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.3.tgz", + "integrity": "sha512-1571kXINxHKY7LksWp8wP+zP0YqHSSpl/OW0Y0owFEf2H3s8gCAffWaZivcz14rMkOvn3R/psiQxVsR9t2Nafg==", "funding": [ { "type": "individual", @@ -24214,11 +24216,10 @@ } }, "node_modules/react": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", - "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -29831,7 +29832,7 @@ "color": "^5.0.3", "copy-to-clipboard": "^3.3.3", "deepmerge": "^4.3.1", - "i18next": "^25.10.9", + "i18next": "^26.0.3", "react-i18next": "^16.6.6", "react-qrcode-logo": "^4.0.0", "tailwind-merge": "^3.5.0" diff --git a/packages/modal/package.json b/packages/modal/package.json index 8ee979ab5..5d826b10e 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -107,7 +107,7 @@ "color": "^5.0.3", "copy-to-clipboard": "^3.3.3", "deepmerge": "^4.3.1", - "i18next": "^25.10.9", + "i18next": "^26.0.3", "react-i18next": "^16.6.6", "react-qrcode-logo": "^4.0.0", "tailwind-merge": "^3.5.0"