Chore(deps): Bump i18next from 21.10.0 to 23.14.0

Bumps [i18next](https://github.com/i18next/i18next) from 21.10.0 to 23.14.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/v21.10.0...v23.14.0)

---
updated-dependencies:
- dependency-name: i18next
  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] 2024-09-01 16:06:54 +00:00 committed by GitHub
parent 7b94ccb01f
commit fc48789537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 47 additions and 9 deletions

32
package-lock.json generated
View File

@ -16,7 +16,7 @@
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
"gamedig": "^5.1.2", "gamedig": "^5.1.2",
"i18next": "^21.10.0", "i18next": "^23.14.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.7.0", "json-rpc-2.0": "^1.7.0",
"luxon": "^3.4.4", "luxon": "^3.4.4",
@ -3842,9 +3842,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "21.10.0", "version": "23.14.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.14.0.tgz",
"integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "integrity": "sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
@ -3860,7 +3860,7 @@
} }
], ],
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.2" "@babel/runtime": "^7.23.2"
} }
}, },
"node_modules/i18next-fs-backend": { "node_modules/i18next-fs-backend": {
@ -4965,6 +4965,28 @@
"react": ">= 16.8.0" "react": ">= 16.8.0"
} }
}, },
"node_modules/next-i18next/node_modules/i18next": {
"version": "21.10.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz",
"integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==",
"funding": [
{
"type": "individual",
"url": "https://locize.com"
},
{
"type": "individual",
"url": "https://locize.com/i18next.html"
},
{
"type": "individual",
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
}
],
"dependencies": {
"@babel/runtime": "^7.17.2"
}
},
"node_modules/next/node_modules/postcss": { "node_modules/next/node_modules/postcss": {
"version": "8.4.14", "version": "8.4.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz",

View File

@ -18,7 +18,7 @@
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
"gamedig": "^5.1.2", "gamedig": "^5.1.2",
"i18next": "^21.10.0", "i18next": "^23.14.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.7.0", "json-rpc-2.0": "^1.7.0",
"luxon": "^3.4.4", "luxon": "^3.4.4",

View File

@ -33,8 +33,8 @@ importers:
specifier: ^5.1.2 specifier: ^5.1.2
version: 5.1.2 version: 5.1.2
i18next: i18next:
specifier: ^21.10.0 specifier: ^23.14.0
version: 21.10.0 version: 23.14.0
js-yaml: js-yaml:
specifier: ^4.1.0 specifier: ^4.1.0
version: 4.1.0 version: 4.1.0
@ -73,7 +73,7 @@ importers:
version: 18.2.0(react@18.3.1) version: 18.2.0(react@18.3.1)
react-i18next: react-i18next:
specifier: ^11.18.6 specifier: ^11.18.6
version: 11.18.6(i18next@21.10.0)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) version: 11.18.6(i18next@23.14.0)(react-dom@18.2.0(react@18.3.1))(react@18.3.1)
react-icons: react-icons:
specifier: ^4.12.0 specifier: ^4.12.0
version: 4.12.0(react@18.3.1) version: 4.12.0(react@18.3.1)
@ -1426,6 +1426,9 @@ packages:
i18next@21.10.0: i18next@21.10.0:
resolution: {integrity: sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==} resolution: {integrity: sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==}
i18next@23.14.0:
resolution: {integrity: sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==}
ical-date-parser@4.0.0: ical-date-parser@4.0.0:
resolution: {integrity: sha512-XRCK/FU1akC2ZaJOdKIeZI6BLLgzWUuE0pegSrrkEva89GOan5mNkLVqCU4EMhCJ9nkG5TLWdMXrVX1fNAkFzw==} resolution: {integrity: sha512-XRCK/FU1akC2ZaJOdKIeZI6BLLgzWUuE0pegSrrkEva89GOan5mNkLVqCU4EMhCJ9nkG5TLWdMXrVX1fNAkFzw==}
@ -4282,6 +4285,10 @@ snapshots:
dependencies: dependencies:
'@babel/runtime': 7.23.9 '@babel/runtime': 7.23.9
i18next@23.14.0:
dependencies:
'@babel/runtime': 7.23.9
ical-date-parser@4.0.0: {} ical-date-parser@4.0.0: {}
iconv-lite@0.6.3: iconv-lite@0.6.3:
@ -4951,6 +4958,15 @@ snapshots:
optionalDependencies: optionalDependencies:
react-dom: 18.2.0(react@18.3.1) react-dom: 18.2.0(react@18.3.1)
react-i18next@11.18.6(i18next@23.14.0)(react-dom@18.2.0(react@18.3.1))(react@18.3.1):
dependencies:
'@babel/runtime': 7.23.9
html-parse-stringify: 3.0.1
i18next: 23.14.0
react: 18.3.1
optionalDependencies:
react-dom: 18.2.0(react@18.3.1)
react-icons@4.12.0(react@18.3.1): react-icons@4.12.0(react@18.3.1):
dependencies: dependencies:
react: 18.3.1 react: 18.3.1