From 68bee74d85fba595bab4c67dbddc0070288e50aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:58:50 +0000 Subject: [PATCH] Bump the frontend-minor-patch group in /lightrag_webui with 2 updates Bumps the frontend-minor-patch group in /lightrag_webui with 2 updates: [react-i18next](https://github.com/i18next/react-i18next) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `react-i18next` from 16.2.3 to 16.3.5 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.2.3...v16.3.5) Updates `@types/node` from 24.9.2 to 24.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.3.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-minor-patch - dependency-name: "@types/node" dependency-version: 24.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-minor-patch ... Signed-off-by: dependabot[bot] --- lightrag_webui/bun.lock | 8 ++++---- lightrag_webui/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lightrag_webui/bun.lock b/lightrag_webui/bun.lock index 1217c493..3dc2a8a0 100644 --- a/lightrag_webui/bun.lock +++ b/lightrag_webui/bun.lock @@ -48,7 +48,7 @@ "react-dom": "^19.2.0", "react-dropzone": "^14.3.8", "react-error-boundary": "^6.0.0", - "react-i18next": "^16.2.3", + "react-i18next": "^16.3.5", "react-markdown": "^10.1.0", "react-number-format": "^5.4.4", "react-router-dom": "^7.9.6", @@ -75,7 +75,7 @@ "@tailwindcss/vite": "^4.1.17", "@types/bun": "^1.3.3", "@types/katex": "^0.16.7", - "@types/node": "^24.9.2", + "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/react-i18next": "^8.1.0", @@ -568,7 +568,7 @@ "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="], - "@types/node": ["@types/node@24.9.2", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA=="], + "@types/node": ["@types/node@24.10.1", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ=="], "@types/parse-json": ["@types/parse-json@4.0.2", "", {}, "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw=="], @@ -1426,7 +1426,7 @@ "react-error-boundary": ["react-error-boundary@6.0.0", "", { "dependencies": { "@babel/runtime": "^7.12.5" }, "peerDependencies": { "react": ">=16.13.1" } }, "sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA=="], - "react-i18next": ["react-i18next@16.2.3", "", { "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 25.5.2", "react": ">= 16.8.0", "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-O0t2zvmIz7nHWKNfIL+O/NTIbpTaOPY0vZov779hegbep3IZ+xcqkeVPKWBSXwzdkiv77q8zmq9toKIUys1x3A=="], + "react-i18next": ["react-i18next@16.3.5", "", { "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 25.6.2", "react": ">= 16.8.0", "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-F7Kglc+T0aE6W2rO5eCAFBEuWRpNb5IFmXOYEgztjZEuiuSLTe/xBIEG6Q3S0fbl8GXMNo+Q7gF8bpokFNWJww=="], "react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], diff --git a/lightrag_webui/package.json b/lightrag_webui/package.json index 4d3d861a..a325a122 100644 --- a/lightrag_webui/package.json +++ b/lightrag_webui/package.json @@ -60,7 +60,7 @@ "react-dom": "^19.2.0", "react-dropzone": "^14.3.8", "react-error-boundary": "^6.0.0", - "react-i18next": "^16.2.3", + "react-i18next": "^16.3.5", "react-markdown": "^10.1.0", "react-number-format": "^5.4.4", "react-router-dom": "^7.9.6", @@ -86,7 +86,7 @@ "@types/bun": "^1.3.3", "@tailwindcss/vite": "^4.1.17", "@types/katex": "^0.16.7", - "@types/node": "^24.9.2", + "@types/node": "^24.10.1", "@tailwindcss/typography": "^0.5.15", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3",