From 1043981b314be261115f045d51d907c3ae4f73cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:20:04 +0000 Subject: [PATCH] fix(deps)(deps): bump react-i18next Bumps the dependencies group with 1 update in the / directory: [react-i18next](https://github.com/i18next/react-i18next). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5e9f924..3318c234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "graphql": "^16.13.2", "i18next": "^26.0.8", "react": "19.2.5", - "react-i18next": "^17.0.4", + "react-i18next": "^17.0.6", "react-native": "0.85.2", "react-native-gesture-handler": "~2.31.1", "react-native-get-random-values": "~1.11.0", @@ -31069,9 +31069,10 @@ } }, "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", "html-parse-stringify": "^3.0.1", diff --git a/package.json b/package.json index fa8a05d9..22b3f114 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "graphql": "^16.13.2", "i18next": "^26.0.8", "react": "19.2.5", - "react-i18next": "^17.0.4", + "react-i18next": "^17.0.6", "react-native": "0.85.2", "react-native-gesture-handler": "~2.31.1", "react-native-get-random-values": "~1.11.0",