diff --git a/package-lock.json b/package-lock.json index d5b70fb1..948f0c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "dockerode": "^4.0.2", "follow-redirects": "^1.15.6", "gamedig": "^5.1.2", - "i18next": "^21.10.0", + "i18next": "^23.14.0", "js-yaml": "^4.1.0", "json-rpc-2.0": "^1.7.0", "luxon": "^3.4.4", @@ -3842,9 +3842,9 @@ } }, "node_modules/i18next": { - "version": "21.10.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", - "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", + "version": "23.14.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.14.0.tgz", + "integrity": "sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==", "funding": [ { "type": "individual", @@ -3860,7 +3860,7 @@ } ], "dependencies": { - "@babel/runtime": "^7.17.2" + "@babel/runtime": "^7.23.2" } }, "node_modules/i18next-fs-backend": { @@ -4965,6 +4965,28 @@ "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": { "version": "8.4.14", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", diff --git a/package.json b/package.json index 3d2e6100..5e213bd4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dockerode": "^4.0.2", "follow-redirects": "^1.15.6", "gamedig": "^5.1.2", - "i18next": "^21.10.0", + "i18next": "^23.14.0", "js-yaml": "^4.1.0", "json-rpc-2.0": "^1.7.0", "luxon": "^3.4.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 152516ac..9a97f0a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^5.1.2 version: 5.1.2 i18next: - specifier: ^21.10.0 - version: 21.10.0 + specifier: ^23.14.0 + version: 23.14.0 js-yaml: specifier: ^4.1.0 version: 4.1.0 @@ -73,7 +73,7 @@ importers: version: 18.2.0(react@18.3.1) react-i18next: 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: specifier: ^4.12.0 version: 4.12.0(react@18.3.1) @@ -1426,6 +1426,9 @@ packages: i18next@21.10.0: resolution: {integrity: sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==} + i18next@23.14.0: + resolution: {integrity: sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==} + ical-date-parser@4.0.0: resolution: {integrity: sha512-XRCK/FU1akC2ZaJOdKIeZI6BLLgzWUuE0pegSrrkEva89GOan5mNkLVqCU4EMhCJ9nkG5TLWdMXrVX1fNAkFzw==} @@ -4282,6 +4285,10 @@ snapshots: dependencies: '@babel/runtime': 7.23.9 + i18next@23.14.0: + dependencies: + '@babel/runtime': 7.23.9 + ical-date-parser@4.0.0: {} iconv-lite@0.6.3: @@ -4951,6 +4958,15 @@ snapshots: optionalDependencies: 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): dependencies: react: 18.3.1