From 02ad5f062ed8d1bf6bafb73a6fc9b60bc85f2179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:03:35 +0000 Subject: [PATCH] build(deps): bump i18next from 24.2.0 to 25.5.3 in /frontend Bumps [i18next](https://github.com/i18next/i18next) from 24.2.0 to 25.5.3. - [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/v24.2.0...v25.5.3) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.5.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 17 +++++++++-------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5a746dcb..fcb9a939 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "chart.js": "^4.4.4", "clsx": "^2.1.1", "copy-to-clipboard": "^3.3.3", - "i18next": "^24.2.0", + "i18next": "^25.5.3", "i18next-browser-languagedetector": "^8.0.2", "lodash": "^4.17.21", "mermaid": "^11.6.0", @@ -321,9 +321,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.3.tgz", - "integrity": "sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -6217,9 +6217,9 @@ } }, "node_modules/i18next": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", - "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", + "version": "25.5.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.5.3.tgz", + "integrity": "sha512-joFqorDeQ6YpIXni944upwnuHBf5IoPMuqAchGVeQLdWC2JOjxgM9V8UGLhNIIH/Q8QleRxIi0BSRQehSrDLcg==", "funding": [ { "type": "individual", @@ -6234,8 +6234,9 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { - "@babel/runtime": "^7.23.2" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "typescript": "^5" diff --git a/frontend/package.json b/frontend/package.json index fe6ce59f..e6292774 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "chart.js": "^4.4.4", "clsx": "^2.1.1", "copy-to-clipboard": "^3.3.3", - "i18next": "^24.2.0", + "i18next": "^25.5.3", "i18next-browser-languagedetector": "^8.0.2", "lodash": "^4.17.21", "mermaid": "^11.6.0",