diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c938a3c170..47b2732f47 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -973,8 +973,8 @@ importers: specifier: ^19.2.7 version: 19.2.7(react@19.2.7) react-i18next: - specifier: ^17.0.9 - version: 17.0.9(i18next@26.3.1(typescript@5.9.3))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.9.3) + specifier: ^17.0.10 + version: 17.0.10(i18next@26.3.1(typescript@5.9.3))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.9.3) react-markdown: specifier: ^10.1.0 version: 10.1.0(@types/react@19.2.17)(react@19.2.7) @@ -7426,8 +7426,8 @@ packages: peerDependencies: react: ^19.2.7 - react-i18next@17.0.9: - resolution: {integrity: sha512-buLzOSqHtXxjf+qgSrLWNTXVZ1jSwO6kUv3uJqSP1roGBPgNnbhFm7OmdVwWcgf2gIbUyP0J333uPyx+Btsi3w==} + react-i18next@17.0.10: + resolution: {integrity: sha512-XneHftyYA774MJkkccSkZ5oKrUpCnXIPmxio3wemqrVzCRLWiGXOMbIzObrer03fNDEnm8g8R5yYls4HcE+esg==} peerDependencies: i18next: '>= 26.2.0' react: ^19.2.7 @@ -15470,7 +15470,7 @@ snapshots: dependencies: react: 19.2.7 - react-i18next@17.0.9(i18next@26.3.1(typescript@5.9.3))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.9.3): + react-i18next@17.0.10(i18next@26.3.1(typescript@5.9.3))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.9.3): dependencies: '@babel/runtime': 7.29.7 html-parse-stringify: 3.0.1 diff --git a/ui/package.json b/ui/package.json index f2d62b3da1..2dae38ea9d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -61,7 +61,7 @@ "radix-ui": "^1.6.0", "react": "^19.2.7", "react-dom": "^19.2.7", - "react-i18next": "^17.0.9", + "react-i18next": "^17.0.10", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.12.1", "react-router-dom": "^7.18.1",