From 112d551f1fc25e65124cd96a8a025329f266ee1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:07:19 +0000 Subject: [PATCH] chore(deps): Bump i18next from 25.3.0 to 25.3.4 Bumps [i18next](https://github.com/i18next/i18next) from 25.3.0 to 25.3.4. - [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.3.0...v25.3.4) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fed70a..e920154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "browserslist": "^4.25.1", "browserslist-useragent": "^4.0.0", "cypress": "^14.5.3", - "i18next": "^25.3.0", + "i18next": "^25.3.4", "react": "19.1.0", "react-dom": "19.1.0", "react-github-btn": "^1.4.0", @@ -3720,9 +3720,9 @@ } }, "node_modules/i18next": { - "version": "25.3.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.0.tgz", - "integrity": "sha512-ZSQIiNGfqSG6yoLHaCvrkPp16UejHI8PCDxFYaNG/1qxtmqNmqEg4JlWKlxkrUmrin2sEjsy+Mjy1TRozBhOgw==", + "version": "25.3.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.4.tgz", + "integrity": "sha512-AHklEYFLiRRxW1Cb6zE9lfnEtYvsydRC8nRS3RSKGX3zCqZ8nLZwMaUsrb80YuccPNv2RNokDL8LkTNnp+6mDw==", "funding": [ { "type": "individual", @@ -3737,6 +3737,7 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6" }, diff --git a/package.json b/package.json index b0ac9cb..1545c17 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "browserslist": "^4.25.1", "browserslist-useragent": "^4.0.0", "cypress": "^14.5.3", - "i18next": "^25.3.0", + "i18next": "^25.3.4", "react": "19.1.0", "react-dom": "19.1.0", "react-github-btn": "^1.4.0",