From 575fa213f24d0f885a74800c6b8f271e6affba2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:05:47 +0000 Subject: [PATCH] deps(deps): bump i18next from 26.3.1 to 26.3.3 in the i18n group Bumps the i18n group with 1 update: [i18next](https://github.com/i18next/i18next). Updates `i18next` from 26.3.1 to 26.3.3 - [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.1...v26.3.3) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18n ... 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 9806944..02bd40f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@pseinfo/i18n": "github:pseinfo/i18n", "astro": "^6.4.8", - "i18next": "^26.3.1", + "i18next": "^26.3.3", "lucide-react": "^1.21.0", "react": "^19.2.6", "react-i18next": "^17.0.8" @@ -3830,9 +3830,9 @@ "license": "BSD-2-Clause" }, "node_modules/i18next": { - "version": "26.3.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.1.tgz", - "integrity": "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ==", + "version": "26.3.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.3.tgz", + "integrity": "sha512-aYVegyBdXSO93CMMihvr47jI7GHSOcIahMpJX+qzUXDzW4xDJf2uenIA+45vDU+YhiVdcfsql70AC9RVdMNrHg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 268c999..127478a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@pseinfo/i18n": "github:pseinfo/i18n", "astro": "^6.4.8", - "i18next": "^26.3.1", + "i18next": "^26.3.3", "lucide-react": "^1.21.0", "react": "^19.2.6", "react-i18next": "^17.0.8"