From e08f31f8ba08c16c71fb4a322bbea9ac39b238a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:02:51 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 17.0.4 to 17.0.6 in /web Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.4 to 17.0.6. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v17.0.4...v17.0.6) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index f72175aa..99c69292 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -30,7 +30,7 @@ "qrcode.react": "^4.2.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^17.0.4", + "react-i18next": "^17.0.6", "react-modal-sheet": "^5.6.0", "recharts": "^3.8.1", "tailwind-merge": "^3.5.0", @@ -6865,9 +6865,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.4.tgz", - "integrity": "sha512-hQipmK4EF0y6RO6tt6WuqnmWpWYEXmQUUzecmMBuNsIgYd3smXcG4GtYPWhvgxn0pqMOItKlEO8H24HCs5hc3g==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.6.tgz", + "integrity": "sha512-WzJ6SMKF+GTD7JZZqxSR1AKKmXjaSu39sClUrNlwxS4Tl7a99O+ltFy6yhPMO+wgZuxpQjJ2PZkfrQKmAqrLhw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", diff --git a/web/package.json b/web/package.json index 172bedb1..c8ff7706 100644 --- a/web/package.json +++ b/web/package.json @@ -69,7 +69,7 @@ "qrcode.react": "^4.2.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^17.0.4", + "react-i18next": "^17.0.6", "react-modal-sheet": "^5.6.0", "recharts": "^3.8.1", "tailwind-merge": "^3.5.0",