diff --git a/dashboard/bun.lock b/dashboard/bun.lock index 588290d3..47cc90de 100644 --- a/dashboard/bun.lock +++ b/dashboard/bun.lock @@ -66,7 +66,7 @@ "react-github-btn": "^1.4.0", "react-hook-form": "^7.66.0", "react-i18next": "^15.7.4", - "react-router": "^7.10.1", + "react-router": "^7.13.0", "react-top-loading-bar": "^3.0.2", "react-use-websocket": "^4.13.0", "recharts": "^2.15.4", @@ -1670,7 +1670,7 @@ "react-remove-scroll-bar": ["react-remove-scroll-bar@2.3.8", "", { "dependencies": { "react-style-singleton": "^2.2.2", "tslib": "^2.0.0" }, "peerDependencies": { "@types/react": "*", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "optionalPeers": ["@types/react"] }, "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q=="], - "react-router": ["react-router@7.10.1", "", { "dependencies": { "cookie": "^1.0.1", "set-cookie-parser": "^2.6.0" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "optionalPeers": ["react-dom"] }, "sha512-gHL89dRa3kwlUYtRQ+m8NmxGI6CgqN+k4XyGjwcFoQwwCWF6xXpOCUlDovkXClS0d0XJN/5q7kc5W3kiFEd0Yw=="], + "react-router": ["react-router@7.13.0", "", { "dependencies": { "cookie": "^1.0.1", "set-cookie-parser": "^2.6.0" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "optionalPeers": ["react-dom"] }, "sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw=="], "react-smooth": ["react-smooth@4.0.4", "", { "dependencies": { "fast-equals": "^5.0.1", "prop-types": "^15.8.1", "react-transition-group": "^4.4.5" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q=="], diff --git a/dashboard/package.json b/dashboard/package.json index 3dce5448..01f4bc0d 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -72,7 +72,7 @@ "react-github-btn": "^1.4.0", "react-hook-form": "^7.66.0", "react-i18next": "^15.7.4", - "react-router": "^7.10.1", + "react-router": "^7.13.0", "react-top-loading-bar": "^3.0.2", "react-use-websocket": "^4.13.0", "recharts": "^2.15.4",