From 548876b0e41b728cbe317aad00453f652008b881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 15:02:04 +0000 Subject: [PATCH] build(deps): bump react-i18next from 16.5.3 to 17.0.8 in /log-analyzer Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.5.3 to 17.0.8. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.5.3...v17.0.8) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- log-analyzer/package-lock.json | 20 ++++++++++---------- log-analyzer/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) 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",