diff --git a/package-lock.json b/package-lock.json index c59102f..b561b74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "qrcode": "^1.5.4", "react": "19.1.0", "react-dom": "19.1.0", - "react-i18next": "^16.3.5", + "react-i18next": "^16.4.0", "react-native": "0.81.5", "react-native-edge-to-edge": "1.7.0", "react-native-gesture-handler": "~2.29.1", @@ -12846,9 +12846,9 @@ } }, "node_modules/react-i18next": { - "version": "16.3.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.3.5.tgz", - "integrity": "sha512-F7Kglc+T0aE6W2rO5eCAFBEuWRpNb5IFmXOYEgztjZEuiuSLTe/xBIEG6Q3S0fbl8GXMNo+Q7gF8bpokFNWJww==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.4.0.tgz", + "integrity": "sha512-bxVeBA8Ky2UeItNhF4JRxHCFIrpEJHGFG/mOAa4CR0JkqaDEYSLmlEgmC4Os63SBlZ+E5U0YyrNJOSVl2mtVqQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", diff --git a/package.json b/package.json index 10ff77e..41b8aee 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "qrcode": "^1.5.4", "react": "19.1.0", "react-dom": "19.1.0", - "react-i18next": "^16.3.5", + "react-i18next": "^16.4.0", "react-native": "0.81.5", "react-native-edge-to-edge": "1.7.0", "react-native-gesture-handler": "~2.29.1",