diff --git a/package.json b/package.json index f1d5b8cf5..0f864d596 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "discord.js": "~14.26.4", "he": "^1.2.0", "husky": "^9.1.7", - "i18next": "^25.10.10", + "i18next": "^26.3.4", "pg": "^8.22.0", "zlib-sync": "^0.1.10" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbdbce9de..a3c7468c9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -147,8 +147,8 @@ importers: specifier: ^9.1.7 version: 9.1.7 i18next: - specifier: ^25.10.10 - version: 25.10.10(typescript@6.0.3) + specifier: ^26.3.4 + version: 26.3.4(typescript@6.0.3) pg: specifier: ^8.22.0 version: 8.22.0 @@ -2716,6 +2716,14 @@ packages: typescript: optional: true + i18next@26.3.4: + resolution: {integrity: sha512-pa7m0d7pBDqGHZxljT+WPFeyFgQ7P7SciPPo1tTqYuO0z4sqADYhwnBESmmGp/wEof1inwdls/k8ZgTg8rxFHA==} + peerDependencies: + typescript: ^5 || ^6 + peerDependenciesMeta: + typescript: + optional: true + iconv-lite@0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} @@ -6534,6 +6542,10 @@ snapshots: optionalDependencies: typescript: 6.0.3 + i18next@26.3.4(typescript@6.0.3): + optionalDependencies: + typescript: 6.0.3 + iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2