From dd255a4a4712fe72d5485f03d52ec493684b5824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 03:05:21 +0000 Subject: [PATCH] deps(deps): bump react-i18next from 17.0.13 to 17.0.14 in the i18n group Bumps the i18n group with 1 update: [react-i18next](https://github.com/i18next/react-i18next). Updates `react-i18next` from 17.0.13 to 17.0.14 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v17.0.13...v17.0.14) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.14 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 9ed52ac..c0d5f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "i18next": "^26.4.2", "lucide-react": "^1.44.0", "react": "^19.2.6", - "react-i18next": "^17.0.13" + "react-i18next": "^17.0.14" }, "devDependencies": { "@astrojs/react": "^5.0.7", @@ -5998,9 +5998,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.13", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.13.tgz", - "integrity": "sha512-Cc1PscmblIHA1kljTqDwrcVMI21ydgmUzw0UAeQBe7pAOgfuRLfzXze4EUBQoeDiICzFIXXhHFoZxuetNg5D0Q==", + "version": "17.0.14", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.14.tgz", + "integrity": "sha512-ZpMBfJL3BiXPuYHj5QMY1GwvKJNhE1vCxOJQ8BoMBdHP5XONTfi/Qss1nuRlnFdIl72PKo2jPmw+fxuLjRFgaQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.7", diff --git a/package.json b/package.json index 57f3e5a..bfdfddd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "i18next": "^26.4.2", "lucide-react": "^1.44.0", "react": "^19.2.6", - "react-i18next": "^17.0.13" + "react-i18next": "^17.0.14" }, "devDependencies": { "@astrojs/react": "^5.0.7",