chore(deps): update dependency react-i18next to v16.3.1 (#331)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-16 02:51:32 +00:00 committed by GitHub
parent 73efe4db19
commit bfea011937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -3856,9 +3856,9 @@
}
},
"node_modules/react-i18next": {
"version": "16.2.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.4.tgz",
"integrity": "sha512-pvbcPQ+YuQQoRkKBA4VCU9aO8dOgP/vdKEizIYXcAk3+AmI8yQKSJaCzxQQu4Kgg2zWZm3ax9KqHv8ItUlRY0A==",
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.3.1.tgz",
"integrity": "sha512-HbYaBeA58Hg38OzdEvJp4kLIvk10rp9F9Jq+wNkqtqxDXObtdYMSsQnegWgdUVcpZjZuK9ZxehM+Z9BW2Vqgqw==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.27.6",
@ -3866,7 +3866,7 @@
"use-sync-external-store": "^1.6.0"
},
"peerDependencies": {
"i18next": ">= 25.5.2",
"i18next": ">= 25.6.2",
"react": ">= 16.8.0",
"typescript": "^5"
},