From 0b25e230ccfb5fac8a3b47791d04260256e4d2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:09:32 +0000 Subject: [PATCH] chore(deps): Bump react-i18next from 15.5.3 to 15.6.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.5.3 to 15.6.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.5.3...v15.6.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 15.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6074661..400adfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react": "19.1.0", "react-dom": "19.1.0", "react-github-btn": "^1.4.0", - "react-i18next": "^15.5.3", + "react-i18next": "^15.6.1", "react-icons": "^5.5.0", "sass": "^1.86.0", "typescript": "^5.8.3", @@ -4874,9 +4874,9 @@ } }, "node_modules/react-i18next": { - "version": "15.5.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.3.tgz", - "integrity": "sha512-ypYmOKOnjqPEJZO4m1BI0kS8kWqkBNsKYyhVUfij0gvjy9xJNoG/VcGkxq5dRlVwzmrmY1BQMAmpbbUBLwC4Kw==", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.6.1.tgz", + "integrity": "sha512-uGrzSsOUUe2sDBG/+FJq2J1MM+Y4368/QW8OLEKSFvnDflHBbZhSd1u3UkW0Z06rMhZmnB/AQrhCpYfE5/5XNg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", diff --git a/package.json b/package.json index e757dee..134ee19 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react": "19.1.0", "react-dom": "19.1.0", "react-github-btn": "^1.4.0", - "react-i18next": "^15.5.3", + "react-i18next": "^15.6.1", "react-icons": "^5.5.0", "sass": "^1.86.0", "typescript": "^5.8.3",