diff --git a/apps/web/package.json b/apps/web/package.json index a43e4256..6f1c1a57 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -35,7 +35,7 @@ "prom-client": "15.1.2", "react": "18.3.1", "react-dom": "18.3.1", - "react-i18next": "14.1.1", + "react-i18next": "15.0.1", "recharts": "2.12.7", "remix-i18next": "6.1.0", "supabase": "1.167.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cb90df60..94b6a9ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,14 +131,14 @@ importers: specifier: 18.3.0 version: 18.3.0(react@18.3.1) react-i18next: - specifier: 14.1.1 - version: 14.1.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1) + specifier: 15.0.1 + version: 15.0.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1) recharts: specifier: 2.12.7 version: 2.12.7(react-dom@18.3.0(react@18.3.1))(react@18.3.1) remix-i18next: specifier: 6.1.0 - version: 6.1.0(@remix-run/node@2.9.2(typescript@5.4.5))(@remix-run/react@2.9.2(react-dom@18.3.0(react@18.3.1))(react@18.3.1)(typescript@5.4.5))(i18next@23.11.5)(react-i18next@14.1.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 6.1.0(@remix-run/node@2.9.2(typescript@5.4.5))(@remix-run/react@2.9.2(react-dom@18.3.0(react@18.3.1))(react@18.3.1)(typescript@5.4.5))(i18next@23.11.5)(react-i18next@15.0.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1))(react@18.3.1) supabase: specifier: 1.167.4 version: 1.167.4 @@ -1043,6 +1043,10 @@ packages: resolution: {integrity: sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.25.4': + resolution: {integrity: sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==} + engines: {node: '>=6.9.0'} + '@babel/template@7.24.6': resolution: {integrity: sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==} engines: {node: '>=6.9.0'} @@ -6437,8 +6441,8 @@ packages: '@types/react': optional: true - react-i18next@14.1.1: - resolution: {integrity: sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==} + react-i18next@15.0.1: + resolution: {integrity: sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==} peerDependencies: i18next: '>= 23.2.3' react: 18.3.1 @@ -7097,10 +7101,6 @@ packages: tdigest@0.1.2: resolution: {integrity: sha512-+G0LLgjjo9BZX2MfdvPfH+MKLCrxlXSYec5DaPYP1fe6Iyhf0/fSmJ0bFiZ1F8BT6cGXl2LpltQptzjXKWEkKA==} - test-exclude@6.0.0: - resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} - engines: {node: '>=8'} - test-exclude@7.0.1: resolution: {integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==} engines: {node: '>=18'} @@ -8767,6 +8767,10 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.25.4': + dependencies: + regenerator-runtime: 0.14.1 + '@babel/template@7.24.6': dependencies: '@babel/code-frame': 7.24.6 @@ -15242,9 +15246,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 - react-i18next@14.1.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1): + react-i18next@15.0.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.25.4 html-parse-stringify: 3.0.1 i18next: 23.11.5 react: 18.3.1 @@ -15472,14 +15476,14 @@ snapshots: mdast-util-to-hast: 12.3.0 unified: 10.1.2 - remix-i18next@6.1.0(@remix-run/node@2.9.2(typescript@5.4.5))(@remix-run/react@2.9.2(react-dom@18.3.0(react@18.3.1))(react@18.3.1)(typescript@5.4.5))(i18next@23.11.5)(react-i18next@14.1.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1))(react@18.3.1): + remix-i18next@6.1.0(@remix-run/node@2.9.2(typescript@5.4.5))(@remix-run/react@2.9.2(react-dom@18.3.0(react@18.3.1))(react@18.3.1)(typescript@5.4.5))(i18next@23.11.5)(react-i18next@15.0.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1))(react@18.3.1): dependencies: '@remix-run/react': 2.9.2(react-dom@18.3.0(react@18.3.1))(react@18.3.1)(typescript@5.4.5) accept-language-parser: 1.5.0 i18next: 23.11.5 intl-parse-accept-language: 1.0.0 react: 18.3.1 - react-i18next: 14.1.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1) + react-i18next: 15.0.1(i18next@23.11.5)(react-dom@18.3.0(react@18.3.1))(react@18.3.1) optionalDependencies: '@remix-run/node': 2.9.2(typescript@5.4.5) @@ -16027,12 +16031,6 @@ snapshots: dependencies: bintrees: 1.0.2 - test-exclude@6.0.0: - dependencies: - '@istanbuljs/schema': 0.1.3 - glob: 7.2.3 - minimatch: 3.1.2 - test-exclude@7.0.1: dependencies: '@istanbuljs/schema': 0.1.3