From e9dd5b054e2caf49674b1755e11f0bcec0837480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:26:54 +0000 Subject: [PATCH] chore(deps): Bump i18next from 24.2.3 to 25.2.1 Bumps [i18next](https://github.com/i18next/i18next) from 24.2.3 to 25.2.1. - [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.3...v25.2.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 305a236..dbc2c94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "browserslist": "^4.24.4", "browserslist-useragent": "^4.0.0", "cypress": "^14.4.1", - "i18next": "^24.2.2", + "i18next": "^25.2.1", "react": "19.1.0", "react-dom": "19.1.0", "react-github-btn": "^1.4.0", @@ -3697,9 +3697,9 @@ } }, "node_modules/i18next": { - "version": "24.2.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz", - "integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==", + "version": "25.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz", + "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==", "funding": [ { "type": "individual", @@ -3716,7 +3716,7 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.26.10" + "@babel/runtime": "^7.27.1" }, "peerDependencies": { "typescript": "^5" diff --git a/package.json b/package.json index 2abc7cf..a651385 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "browserslist": "^4.24.4", "browserslist-useragent": "^4.0.0", "cypress": "^14.4.1", - "i18next": "^24.2.2", + "i18next": "^25.2.1", "react": "19.1.0", "react-dom": "19.1.0", "react-github-btn": "^1.4.0",