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",