chore(deps): Bump i18next from 25.2.1 to 25.3.0

Bumps [i18next](https://github.com/i18next/i18next) from 25.2.1 to 25.3.0.
- [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.2.1...v25.3.0)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-30 23:49:09 +00:00
committed by GitHub
parent 843b5d5c64
commit fb28bdd80a
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^14.5.0",
"i18next": "^25.2.1",
"i18next": "^25.3.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-github-btn": "^1.4.0",
@@ -3723,9 +3723,9 @@
}
},
"node_modules/i18next": {
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz",
"integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==",
"version": "25.3.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.0.tgz",
"integrity": "sha512-ZSQIiNGfqSG6yoLHaCvrkPp16UejHI8PCDxFYaNG/1qxtmqNmqEg4JlWKlxkrUmrin2sEjsy+Mjy1TRozBhOgw==",
"funding": [
{
"type": "individual",
@@ -3740,9 +3740,8 @@
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
}
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.27.1"
"@babel/runtime": "^7.27.6"
},
"peerDependencies": {
"typescript": "^5"

View File

@@ -12,7 +12,7 @@
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^14.5.0",
"i18next": "^25.2.1",
"i18next": "^25.3.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-github-btn": "^1.4.0",