From 10c4c959a8155c2fd1909aff2030c074889e989a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 14:27:14 +0100 Subject: [PATCH] build(deps): bump react-router from 7.9.4 to 7.9.5 in /ui (#931) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 6cdcdfd0..c3f2ab35 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -31,7 +31,7 @@ "react-hook-form": "^7.65.0", "react-hot-toast": "^2.6.0", "react-icons": "^5.5.0", - "react-router": "^7.9.4", + "react-router": "^7.9.5", "react-simple-keyboard": "^3.8.131", "react-use-websocket": "^4.13.0", "react-xtermjs": "^1.0.10", @@ -6605,9 +6605,9 @@ } }, "node_modules/react-router": { - "version": "7.9.4", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.4.tgz", - "integrity": "sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==", + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.5.tgz", + "integrity": "sha512-JmxqrnBZ6E9hWmf02jzNn9Jm3UqyeimyiwzD69NjxGySG6lIz/1LVPsoTCwN7NBX2XjCEa1LIX5EMz1j2b6u6A==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/ui/package.json b/ui/package.json index 511c5708..6c1016d6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -50,7 +50,7 @@ "react-hook-form": "^7.65.0", "react-hot-toast": "^2.6.0", "react-icons": "^5.5.0", - "react-router": "^7.9.4", + "react-router": "^7.9.5", "react-simple-keyboard": "^3.8.131", "react-use-websocket": "^4.13.0", "react-xtermjs": "^1.0.10",