diff --git a/log-analyzer/package-lock.json b/log-analyzer/package-lock.json index 42760c69..2fed2fd9 100644 --- a/log-analyzer/package-lock.json +++ b/log-analyzer/package-lock.json @@ -23,7 +23,7 @@ "react-dom": "^19.1.0", "react-error-boundary": "^6.0.0", "react-hot-toast": "^2.6.0", - "react-i18next": "^16.4.0", + "react-i18next": "^17.0.8", "react-router-dom": "~7.15.1", "tailwind-merge": "^3.4.0", "zod": "^4.3.6", @@ -599,9 +599,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" @@ -9587,19 +9587,19 @@ } }, "node_modules/react-i18next": { - "version": "16.5.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.3.tgz", - "integrity": "sha512-fo+/NNch37zqxOzlBYrWMx0uy/yInPkRfjSuy4lqKdaecR17nvCHnEUt3QyzA8XjQ2B/0iW/5BhaHR3ZmukpGw==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.8.tgz", + "integrity": "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw==", "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" }, "peerDependenciesMeta": { "react-dom": { diff --git a/log-analyzer/package.json b/log-analyzer/package.json index 258442e8..d588292a 100644 --- a/log-analyzer/package.json +++ b/log-analyzer/package.json @@ -50,7 +50,7 @@ "react-dom": "^19.1.0", "react-error-boundary": "^6.0.0", "react-hot-toast": "^2.6.0", - "react-i18next": "^16.4.0", + "react-i18next": "^17.0.8", "react-router-dom": "~7.15.1", "tailwind-merge": "^3.4.0", "zod": "^4.3.6",