From 207658ff8dbfbd7414ef394123a030e35937650b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:28:59 +0000 Subject: [PATCH] chore(deps): bump i18next in /frontend in the minor-patch group Bumps the minor-patch group in /frontend with 1 update: [i18next](https://github.com/i18next/i18next). Updates `i18next` from 25.8.7 to 25.8.9 - [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/v25.8.7...v25.8.9) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.8.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- frontend/bun.lock | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/bun.lock b/frontend/bun.lock index 73a9f0c1..7c461bdd 100644 --- a/frontend/bun.lock +++ b/frontend/bun.lock @@ -16,7 +16,7 @@ "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "i18next": "^25.8.7", + "i18next": "^25.8.9", "i18next-browser-languagedetector": "^8.2.1", "i18next-resources-to-backend": "^1.2.1", "input-otp": "^1.4.2", @@ -563,7 +563,7 @@ "html-url-attributes": ["html-url-attributes@3.0.1", "", {}, "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ=="], - "i18next": ["i18next@25.8.7", "", { "dependencies": { "@babel/runtime": "^7.28.4" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-ttxxc5+67S/0hhoeVdEgc1lRklZhdfcUSEPp1//uUG2NB88X3667gRsDar+ZWQFdysnOsnb32bcoMsa4mtzhkQ=="], + "i18next": ["i18next@25.8.9", "", { "dependencies": { "@babel/runtime": "^7.28.4" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-PJ/dVpSXVUs1ZLOLG61V97JTHBqz0FCle41BpgF1z1VCl37kPJfX/ZzMDNDYEgSZxha5SY7ZfWITcNJCrgm7ug=="], "i18next-browser-languagedetector": ["i18next-browser-languagedetector@8.2.1", "", { "dependencies": { "@babel/runtime": "^7.23.2" } }, "sha512-bZg8+4bdmaOiApD7N7BPT9W8MLZG+nPTOFlLiJiT8uzKXFjhxw4v2ierCXOwB5sFDMtuA5G4kgYZ0AznZxQ/cw=="], diff --git a/frontend/package.json b/frontend/package.json index 60335047..d1562794 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "i18next": "^25.8.7", + "i18next": "^25.8.9", "i18next-browser-languagedetector": "^8.2.1", "i18next-resources-to-backend": "^1.2.1", "input-otp": "^1.4.2",