diff --git a/webui/package.json b/webui/package.json index 0207f5a4..56213eaa 100644 --- a/webui/package.json +++ b/webui/package.json @@ -35,7 +35,7 @@ "react-dom": "^19.2.7", "react-icons": "^5.5.0", "react-js-cron": "^5.2.0", - "react-router": "^6.30.1", + "react-router": "^8.1.0", "react-router-dom": "^7.18.1", "react-virtualized": "^9.22.6", "recharts": "^3.9.0" diff --git a/webui/pnpm-lock.yaml b/webui/pnpm-lock.yaml index 8574aadd..eeabbc1d 100644 --- a/webui/pnpm-lock.yaml +++ b/webui/pnpm-lock.yaml @@ -66,8 +66,8 @@ importers: specifier: ^5.2.0 version: 5.2.0(antd@5.26.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react-router: - specifier: ^6.30.1 - version: 6.30.1(react@19.2.7) + specifier: ^8.1.0 + version: 8.1.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react-router-dom: specifier: ^7.18.1 version: 7.18.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) @@ -850,10 +850,6 @@ packages: react-redux: optional: true - '@remix-run/router@1.23.0': - resolution: {integrity: sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==} - engines: {node: '>=14.0.0'} - '@rolldown/binding-android-arm64@1.1.3': resolution: {integrity: sha512-DT6Z3PhvioeHMvxo+xHc3KtqggrI7CCTXCmC2h/5zUlp5jVitv7XEy+9q5/7v8IolhlioawpMo8Kg0EEBy7J0g==} engines: {node: ^20.19.0 || >=22.12.0} @@ -1520,6 +1516,9 @@ packages: convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + cookie-es@3.1.1: + resolution: {integrity: sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==} + cookie@1.1.1: resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==} engines: {node: '>=18'} @@ -2368,12 +2367,6 @@ packages: react: '>=18' react-dom: '>=18' - react-router@6.30.1: - resolution: {integrity: sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - react: '>=16.8' - react-router@7.18.1: resolution: {integrity: sha512-GDLgg3i3uM0aeJO3Fm+TCS+sDQ7gu12T6x0qdTEzcwqEfleci7JwugVNIF3U//0FWKnJT7ptG+20B2jfDqnZAg==} engines: {node: '>=20.0.0'} @@ -2384,6 +2377,16 @@ packages: react-dom: optional: true + react-router@8.1.0: + resolution: {integrity: sha512-Mdfi61uObuvWNN9OhChOC0HV6YWOIfKRzEWOvCHRSuQg8IM+Nv10edaM/2HE8ZixBpUTdQbruyWqC3sDkkh9vw==} + engines: {node: '>=22.22.0'} + peerDependencies: + react: '>=19.2.7' + react-dom: '>=19.2.7' + peerDependenciesMeta: + react-dom: + optional: true + react-virtualized@9.22.6: resolution: {integrity: sha512-U5j7KuUQt3AaMatlMJ0UJddqSiX+Km0YJxSqbAzIiGw5EmNz0khMyqP2hzgu4+QUtm+QPIrxzUX4raJxmVJnHg==} peerDependencies: @@ -3549,8 +3552,6 @@ snapshots: react: 19.2.7 react-redux: 9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1) - '@remix-run/router@1.23.0': {} - '@rolldown/binding-android-arm64@1.1.3': optional: true @@ -4476,6 +4477,8 @@ snapshots: convert-source-map@1.9.0: {} + cookie-es@3.1.1: {} + cookie@1.1.1: {} copy-to-clipboard@3.3.3: @@ -5327,11 +5330,6 @@ snapshots: react-dom: 19.2.7(react@19.2.7) react-router: 7.18.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) - react-router@6.30.1(react@19.2.7): - dependencies: - '@remix-run/router': 1.23.0 - react: 19.2.7 - react-router@7.18.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7): dependencies: cookie: 1.1.1 @@ -5340,6 +5338,13 @@ snapshots: optionalDependencies: react-dom: 19.2.7(react@19.2.7) + react-router@8.1.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7): + dependencies: + cookie-es: 3.1.1 + react: 19.2.7 + optionalDependencies: + react-dom: 19.2.7(react@19.2.7) + react-virtualized@9.22.6(react-dom@19.2.7(react@19.2.7))(react@19.2.7): dependencies: '@babel/runtime': 7.27.6