From 7ae895253a54fcb9c6cbfac7255bfd0a1c6de7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:03:10 +0000 Subject: [PATCH] chore(deps): bump i18next from 26.0.6 to 26.0.8 in /src/frontend Bumps [i18next](https://github.com/i18next/i18next) from 26.0.6 to 26.0.8. - [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/v26.0.6...v26.0.8) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/frontend/package-lock.json | 13 +++++-------- src/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 08b2a5fc..f136cae5 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -19,7 +19,7 @@ "codemirror": "^6.0.2", "diff-match-patch": "^1.0.5", "dompurify": "^3.4.0", - "i18next": "^26.0.6", + "i18next": "^26.0.8", "lucide-react": "^1.11.0", "marked": "18.0.2", "react": "^19.2.5", @@ -4761,9 +4761,9 @@ } }, "node_modules/i18next": { - "version": "26.0.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.6.tgz", - "integrity": "sha512-A4U6eCXodIbrhf8EarRurB9/4ebyaurH4+fu4gig9bqxmpSt+fCAFm/GpRQDcN1Xzu/LdFCx4nYHsnM1edIIbg==", + "version": "26.0.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.8.tgz", + "integrity": "sha512-BRzLom0mhDhV9v0QhgUUHWQJuwFmnr1194xEcNLYD6ym8y8s542n4jXUvRLnhNTbh9PmpU6kGZamyuGHQMsGjw==", "funding": [ { "type": "individual", @@ -4779,9 +4779,6 @@ } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.29.2" - }, "peerDependencies": { "typescript": "^5 || ^6" }, @@ -7493,7 +7490,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..f8fc72d7 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -32,7 +32,7 @@ "codemirror": "^6.0.2", "diff-match-patch": "^1.0.5", "dompurify": "^3.4.0", - "i18next": "^26.0.6", + "i18next": "^26.0.8", "lucide-react": "^1.11.0", "marked": "18.0.2", "react": "^19.2.5",