chore(deps): update dependency react-i18next to v16.2.0 (#285)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-29 18:13:27 +00:00 committed by GitHub
parent 29bb76c67b
commit b8bd52c4d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -3845,13 +3845,14 @@
}
},
"node_modules/react-i18next": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.0.1.tgz",
"integrity": "sha512-0S//bpYEkCPjzuVmxDf9Z6+Y+ArNvpAUk7eDL4qNCZXjDh6Z9j6MZ+NThU7kMCOsmYmDCun3GYEwkiOjjZo9Ug==",
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.0.tgz",
"integrity": "sha512-giCEDa6NtQYvuLGW9xaBo4HCVxT0Y8jrOpX/uSnd+lZ3Dmm/2BNrGNEgRZzWDkSobmE6IWPJ+/Ow9Rhi/gP6+g==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.27.6",
"html-parse-stringify": "^3.0.1"
"html-parse-stringify": "^3.0.1",
"use-sync-external-store": "^1.6.0"
},
"peerDependencies": {
"i18next": ">= 25.5.2",