From 657fe6509d6c0a329da7ac1728802e5e87b7280a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:03:26 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 17.0.4 to 17.0.6 in /src/frontend Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.4 to 17.0.6. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v17.0.4...v17.0.6) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/frontend/package-lock.json | 10 +++++----- src/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 08b2a5fc..c132bfe4 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -24,7 +24,7 @@ "marked": "18.0.2", "react": "^19.2.5", "react-dom": "^19.2.5", - "react-i18next": "^17.0.4", + "react-i18next": "^17.0.6", "turndown": "7.2.4", "uuid": "^14.0.0", "zustand": "^5.0.3" @@ -6486,9 +6486,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.4.tgz", - "integrity": "sha512-hQipmK4EF0y6RO6tt6WuqnmWpWYEXmQUUzecmMBuNsIgYd3smXcG4GtYPWhvgxn0pqMOItKlEO8H24HCs5hc3g==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.6.tgz", + "integrity": "sha512-WzJ6SMKF+GTD7JZZqxSR1AKKmXjaSu39sClUrNlwxS4Tl7a99O+ltFy6yhPMO+wgZuxpQjJ2PZkfrQKmAqrLhw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", @@ -7493,7 +7493,7 @@ "version": "6.0.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", - "dev": true, + "devOptional": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/src/frontend/package.json b/src/frontend/package.json index c8ca45b0..5e60fc4c 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -37,7 +37,7 @@ "marked": "18.0.2", "react": "^19.2.5", "react-dom": "^19.2.5", - "react-i18next": "^17.0.4", + "react-i18next": "^17.0.6", "turndown": "7.2.4", "uuid": "^14.0.0", "zustand": "^5.0.3"