From 7c40303c4feb12f88302bc23ccc91f58d2b029e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 03:55:40 +0000 Subject: [PATCH] build(deps): bump i18next from 25.7.4 to 25.8.18 Bumps [i18next](https://github.com/i18next/i18next) from 25.7.4 to 25.8.18. - [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.7.4...v25.8.18) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.8.18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fa895b..e9d73f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "embla-carousel-react": "^8.6.0", "fs-extra": "^11.3.3", "html-to-image": "^1.11.13", - "i18next": "^25.7.4", + "i18next": "^25.8.18", "input-otp": "^1.4.2", "jszip": "^3.10.1", "lucide-react": "^0.562.0", @@ -700,9 +700,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", - "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", + "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -13843,9 +13843,9 @@ } }, "node_modules/i18next": { - "version": "25.7.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.7.4.tgz", - "integrity": "sha512-hRkpEblXXcXSNbw8mBNq9042OEetgyB/ahc/X17uV/khPwzV+uB8RHceHh3qavyrkPJvmXFKXME2Sy1E0KjAfw==", + "version": "25.8.18", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.18.tgz", + "integrity": "sha512-lzY5X83BiL5AP77+9DydbrqkQHFN9hUzWGjqjLpPcp5ZOzuu1aSoKaU3xbBLSjWx9dAzW431y+d+aogxOZaKRA==", "funding": [ { "type": "individual", @@ -13862,7 +13862,7 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4" + "@babel/runtime": "^7.28.6" }, "peerDependencies": { "typescript": "^5" diff --git a/package.json b/package.json index b2f174f..47a860c 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "embla-carousel-react": "^8.6.0", "fs-extra": "^11.3.3", "html-to-image": "^1.11.13", - "i18next": "^25.7.4", + "i18next": "^25.8.18", "input-otp": "^1.4.2", "jszip": "^3.10.1", "lucide-react": "^0.562.0",