From 9a47216061bf5c7860ee85658d195b75667d32d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:16:51 +0000 Subject: [PATCH] chore(deps): bump i18next from 25.8.8 to 25.8.13 Bumps [i18next](https://github.com/i18next/i18next) from 25.8.8 to 25.8.13. - [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.8.8...v25.8.13) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.8.13 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 3984a44..8f85029 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.7.3", - "i18next": "^25.8.8", + "i18next": "^25.8.13", "minimatch": "^10.2.0", "path-browserify": "^1.0.1", "process": "^0.11.10", @@ -10889,9 +10889,9 @@ } }, "node_modules/i18next": { - "version": "25.8.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.8.tgz", - "integrity": "sha512-gNTWXMBe9JBr6LAl2tqRfa6fn2EjrQJ3JBeH2jR+yIckwaJYdI7UfMQrnxzFjuFBb2FHy9Yn4gJB2BwLuC8/ZQ==", + "version": "25.8.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.13.tgz", + "integrity": "sha512-E0vzjBY1yM+nsFrtgkjLhST2NBkirkvOVoQa0MSldhsuZ3jUge7ZNpuwG0Cfc74zwo5ZwRzg3uOgT+McBn32iA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 22e7038..122ada5 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "clsx": "^2.1.0", "electron-store": "^11.0.2", "electron-updater": "^6.7.3", - "i18next": "^25.8.8", + "i18next": "^25.8.13", "minimatch": "^10.2.0", "path-browserify": "^1.0.1", "process": "^0.11.10",