From 703f83dba74f8d17396ea529fb6a1416cad68c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:33:20 +0000 Subject: [PATCH] Bump i18next from 25.8.13 to 25.8.14 Bumps [i18next](https://github.com/i18next/i18next) from 25.8.13 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.13...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 19170fc1..b7cc6ace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "graphql": "^16.13.0", - "i18next": "^25.8.13", + "i18next": "^25.8.14", "lodash": "^4.17.23", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -5209,9 +5209,9 @@ } }, "node_modules/i18next": { - "version": "25.8.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.13.tgz", - "integrity": "sha512-E0vzjBY1yM+nsFrtgkjLhST2NBkirkvOVoQa0MSldhsuZ3jUge7ZNpuwG0Cfc74zwo5ZwRzg3uOgT+McBn32iA==", + "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 cb5ce8a1..4e84c3d0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "graphql": "^16.13.0", - "i18next": "^25.8.13", + "i18next": "^25.8.14", "lodash": "^4.17.23", "react": "^19.2.4", "react-dom": "^19.2.4",