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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-16 22:26:54 +00:00
committed by GitHub
parent 1324824633
commit e9dd5b054e
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -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"

View File

@@ -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",