diff --git a/source/package-lock.json b/source/package-lock.json index 5b0f5f12a..ad39ef4ad 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -44,7 +44,7 @@ "pdfjs-dist": "^5.6.205", "react": "19.1.0", "react-dom": "19.1.0", - "react-i18next": "^16.5.4", + "react-i18next": "^17.0.9", "react-native": "0.81.5", "react-native-confetti-cannon": "^1.5.2", "react-native-gesture-handler": "~2.28.0", @@ -1522,9 +1522,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", - "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", + "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -18426,19 +18426,19 @@ } }, "node_modules/react-i18next": { - "version": "16.5.8", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.8.tgz", - "integrity": "sha512-2ABeHHlakxVY+LSirD+OiERxFL6+zip0PaHo979bgwzeHg27Sqc82xxXWIrSFmfWX0ZkrvXMHwhsi/NGUf5VQg==", + "version": "17.0.9", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.9.tgz", + "integrity": "sha512-buLzOSqHtXxjf+qgSrLWNTXVZ1jSwO6kUv3uJqSP1roGBPgNnbhFm7OmdVwWcgf2gIbUyP0J333uPyx+Btsi3w==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^7.29.2", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 25.6.2", + "i18next": ">= 26.2.0", "react": ">= 16.8.0", - "typescript": "^5" + "typescript": "^5 || ^6 || ^7" }, "peerDependenciesMeta": { "react-dom": { diff --git a/source/package.json b/source/package.json index 28cec7757..74041cd74 100644 --- a/source/package.json +++ b/source/package.json @@ -152,7 +152,7 @@ "pdfjs-dist": "^5.6.205", "react": "19.1.0", "react-dom": "19.1.0", - "react-i18next": "^16.5.4", + "react-i18next": "^17.0.9", "react-native": "0.81.5", "react-native-confetti-cannon": "^1.5.2", "react-native-gesture-handler": "~2.28.0",