From 3dadd15f465a53759bfb86a0e8bae1e27f1df183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:15:01 +0000 Subject: [PATCH] chore(deps): bump i18next from 25.8.8 to 25.8.14 Bumps [i18next](https://github.com/i18next/i18next) from 25.8.8 to 25.8.14. - [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.14) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.8.14 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 3bfcecc..c0cb49d 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.8.8", + "i18next": "^25.8.14", "minimatch": "^10.2.3", "path-browserify": "^1.0.1", "process": "^0.11.10", @@ -10898,9 +10898,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.14", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.14.tgz", + "integrity": "sha512-paMUYkfWJMsWPeE/Hejcw+XLhHrQPehem+4wMo+uELnvIwvCG019L9sAIljwjCmEMtFQQO3YeitJY8Kctei3iA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index b19c51c..89f7fa7 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.8.8", + "i18next": "^25.8.14", "minimatch": "^10.2.3", "path-browserify": "^1.0.1", "process": "^0.11.10",