diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 65129922..d3a77150 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -22,7 +22,7 @@ "react": "^19.2.6", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.6", - "react-router-dom": "^7.15.1", + "react-router-dom": "^7.16.0", "react-window": "^2.2.7", "zod": "^4.4.3", "zustand": "^5.0.14" @@ -2357,9 +2357,9 @@ } }, "node_modules/react-router": { - "version": "7.15.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.1.tgz", - "integrity": "sha512-R8rl9HhgikFYoPJymnUtPXWbnDb3oget6lQnfIoupbt61aT9aOhRkDsY2XRhZRyX1Z/8a5sL74fXmFNm3NRK5A==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.16.0.tgz", + "integrity": "sha512-wArC8lVyJb3+jM9OpDyW6hLCizACWkvQR/sSGqSs+o5uEXEtGlqdZ4v8hENR3Jad6i+LRkK93q/+bQAcvl6V1A==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", @@ -2379,12 +2379,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.15.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.15.1.tgz", - "integrity": "sha512-AzF62gjY6U9rkMq4RfP/r2EVtQ7DMfNMjyOp/flLTCrtRylLiK4wT4pSq6O8rOXZ2eXdZYJPEYe+ifomiv+Igg==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.16.0.tgz", + "integrity": "sha512-kMUAbimWB5FVbF4Bce4bJsiKJWLIUHq/mEG8+CFDnCSgltptBiG5nguducmsJeGKytlCvQud9Qhzpn49iduTlA==", "license": "MIT", "dependencies": { - "react-router": "7.15.1" + "react-router": "7.16.0" }, "engines": { "node": ">=20.0.0" diff --git a/dashboard/package.json b/dashboard/package.json index 4411a60e..e73b0d84 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -29,7 +29,7 @@ "react": "^19.2.6", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.6", - "react-router-dom": "^7.15.1", + "react-router-dom": "^7.16.0", "react-window": "^2.2.7", "zod": "^4.4.3", "zustand": "^5.0.14"