diff --git a/frontend/web/package.json b/frontend/web/package.json index 7873a0d..44488a0 100644 --- a/frontend/web/package.json +++ b/frontend/web/package.json @@ -17,7 +17,7 @@ "classnames": "^2.5.1", "copy-to-clipboard": "^3.3.3", "dayjs": "^1.11.13", - "i18next": "^23.16.4", + "i18next": "^24.2.0", "lodash-es": "^4.17.21", "lucide-react": "^0.462.0", "nice-grpc-web": "^3.3.5", diff --git a/frontend/web/pnpm-lock.yaml b/frontend/web/pnpm-lock.yaml index 9bd613f..64fb43e 100644 --- a/frontend/web/pnpm-lock.yaml +++ b/frontend/web/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^1.11.13 version: 1.11.13 i18next: - specifier: ^23.16.4 - version: 23.16.4 + specifier: ^24.2.0 + version: 24.2.0(typescript@5.6.3) lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -58,7 +58,7 @@ importers: version: 2.4.1(csstype@3.1.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-i18next: specifier: ^15.1.0 - version: 15.1.0(i18next@23.16.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 15.1.0(i18next@24.2.0(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-router-dom: specifier: ^6.27.0 version: 6.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1488,8 +1488,13 @@ packages: hyphenate-style-name@1.1.0: resolution: {integrity: sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==} - i18next@23.16.4: - resolution: {integrity: sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==} + i18next@24.2.0: + resolution: {integrity: sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==} + peerDependencies: + typescript: ^5 + peerDependenciesMeta: + typescript: + optional: true ignore@5.3.2: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} @@ -3922,9 +3927,11 @@ snapshots: hyphenate-style-name@1.1.0: {} - i18next@23.16.4: + i18next@24.2.0(typescript@5.6.3): dependencies: '@babel/runtime': 7.26.0 + optionalDependencies: + typescript: 5.6.3 ignore@5.3.2: {} @@ -4390,11 +4397,11 @@ snapshots: transitivePeerDependencies: - csstype - react-i18next@15.1.0(i18next@23.16.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-i18next@15.1.0(i18next@24.2.0(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.26.0 html-parse-stringify: 3.0.1 - i18next: 23.16.4 + i18next: 24.2.0(typescript@5.6.3) react: 18.3.1 optionalDependencies: react-dom: 18.3.1(react@18.3.1)