From 94304758c74c77a40538bbe4e295e50e90bc9e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 05:05:14 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 14.1.3 to 17.0.8 in /dashboard Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.3 to 17.0.8. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.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] --- dashboard/package-lock.json | 30 ++++++++++++++++++++++-------- dashboard/package.json | 2 +- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index d913463..46ef9ed 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -15,7 +15,7 @@ "lucide-react": "^0.575.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-i18next": "^14.1.3", + "react-i18next": "^17.0.8", "react-router-dom": "^7.15.1", "socket.io-client": "^4.8.3" }, @@ -2603,17 +2603,19 @@ } }, "node_modules/react-i18next": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.3.tgz", - "integrity": "sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==", + "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.23.9", - "html-parse-stringify": "^3.0.1" + "@babel/runtime": "^7.29.2", + "html-parse-stringify": "^3.0.1", + "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 23.2.3", - "react": ">= 16.8.0" + "i18next": ">= 26.2.0", + "react": ">= 16.8.0", + "typescript": "^5 || ^6" }, "peerDependenciesMeta": { "react-dom": { @@ -2621,6 +2623,9 @@ }, "react-native": { "optional": true + }, + "typescript": { + "optional": true } } }, @@ -2933,6 +2938,15 @@ "punycode": "^2.1.0" } }, + "node_modules/use-sync-external-store": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/vite": { "version": "8.0.13", "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz", diff --git a/dashboard/package.json b/dashboard/package.json index be22e2b..704a378 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "lucide-react": "^0.575.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-i18next": "^14.1.3", + "react-i18next": "^17.0.8", "react-router-dom": "^7.15.1", "socket.io-client": "^4.8.3" },