Bump i18next from 22.4.5 to 22.4.6 in /client

Bumps [i18next](https://github.com/i18next/i18next) from 22.4.5 to 22.4.6.
- [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/v22.4.5...v22.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-20 11:15:51 +00:00
committed by GitHub
parent 9ffe6770f0
commit 9eeaf5ec95
2 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@vitejs/plugin-react": "^3.0.0",
"cron-parser": "^4.7.0",
"i18next": "^22.4.5",
"i18next": "^22.4.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.0",
"react": "^18.2.0",
@@ -3074,9 +3074,9 @@
}
},
"node_modules/i18next": {
"version": "22.4.5",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.5.tgz",
"integrity": "sha512-Kc+Ow0guRetUq+kv02tj0Yof9zveROPBAmJ8UxxNODLVBRSwsM4iD0Gw3BEieOmkWemF6clU3K1fbnCuTqiN2Q==",
"version": "22.4.6",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.6.tgz",
"integrity": "sha512-9Tm1ezxWyzV+306CIDMBbYBitC1jedQyYuuLtIv7oxjp2ohh8eyxP9xytIf+2bbQfhH784IQKPSYp+Zq9+YSbw==",
"funding": [
{
"type": "individual",
@@ -6818,9 +6818,9 @@
}
},
"i18next": {
"version": "22.4.5",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.5.tgz",
"integrity": "sha512-Kc+Ow0guRetUq+kv02tj0Yof9zveROPBAmJ8UxxNODLVBRSwsM4iD0Gw3BEieOmkWemF6clU3K1fbnCuTqiN2Q==",
"version": "22.4.6",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.6.tgz",
"integrity": "sha512-9Tm1ezxWyzV+306CIDMBbYBitC1jedQyYuuLtIv7oxjp2ohh8eyxP9xytIf+2bbQfhH784IQKPSYp+Zq9+YSbw==",
"requires": {
"@babel/runtime": "^7.20.6"
}

View File

@@ -12,7 +12,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@vitejs/plugin-react": "^3.0.0",
"cron-parser": "^4.7.0",
"i18next": "^22.4.5",
"i18next": "^22.4.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.0",
"react-i18next": "^12.1.1",