From 47a9f6fdecc565372345eaca6c56c740ad285220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:15:49 +0000 Subject: [PATCH] chore(deps): bump i18next from 25.10.9 to 26.0.1 Bumps [i18next](https://github.com/i18next/i18next) from 25.10.9 to 26.0.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/v25.10.9...v26.0.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 de2eeb7..556e77f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "clsx": "^2.1.0", "electron-store": "^11.0.2", "electron-updater": "^6.8.3", - "i18next": "^25.10.4", + "i18next": "^26.0.1", "minimatch": "^10.2.4", "path-browserify": "^1.0.1", "process": "^0.11.10", @@ -10922,9 +10922,9 @@ } }, "node_modules/i18next": { - "version": "25.10.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.9.tgz", - "integrity": "sha512-hQY9/bFoQKGlSKMlaCuLR8w1h5JjieqrsnZvEmj1Ja6Ec7fbyc4cTrCsY9mb9Sd8YQ/swsrKz1S9M8AcvVI70w==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.1.tgz", + "integrity": "sha512-vtz5sXU4+nkCm8yEU+JJ6yYIx0mkg9e68W0G0PXpnOsmzLajNsW5o28DJMqbajxfsfq0gV3XdrBudsDQnwxfsQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 0eda04e..8193ea8 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "clsx": "^2.1.0", "electron-store": "^11.0.2", "electron-updater": "^6.8.3", - "i18next": "^25.10.4", + "i18next": "^26.0.1", "minimatch": "^10.2.4", "path-browserify": "^1.0.1", "process": "^0.11.10",