diff --git a/hpcperfstats/site/frontend/package-lock.json b/hpcperfstats/site/frontend/package-lock.json index 46c7593a..72f21bfb 100644 --- a/hpcperfstats/site/frontend/package-lock.json +++ b/hpcperfstats/site/frontend/package-lock.json @@ -11,7 +11,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-paginate": "^8.3.0", - "react-router-dom": "^7.13.2" + "react-router-dom": "^7.16.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", @@ -454,9 +454,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -474,9 +471,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -494,9 +488,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -514,9 +505,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -534,9 +522,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -554,9 +539,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1343,9 +1325,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1367,9 +1346,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1391,9 +1367,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1415,9 +1388,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1708,9 +1678,9 @@ } }, "node_modules/react-router": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.2.tgz", - "integrity": "sha512-tX1Aee+ArlKQP+NIUd7SE6Li+CiGKwQtbS+FfRxPX6Pe4vHOo6nr9d++u5cwg+Z8K/x8tP+7qLmujDtfrAoUJA==", + "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", @@ -1730,12 +1700,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.2.tgz", - "integrity": "sha512-aR7SUORwTqAW0JDeiWF07e9SBE9qGpByR9I8kJT5h/FrBKxPMS6TiC7rmVO+gC0q52Bx7JnjWe8Z1sR9faN4YA==", + "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.13.2" + "react-router": "7.16.0" }, "engines": { "node": ">=20.0.0" diff --git a/hpcperfstats/site/frontend/package.json b/hpcperfstats/site/frontend/package.json index 8e586686..b3574d8e 100644 --- a/hpcperfstats/site/frontend/package.json +++ b/hpcperfstats/site/frontend/package.json @@ -14,7 +14,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-paginate": "^8.3.0", - "react-router-dom": "^7.13.2" + "react-router-dom": "^7.16.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1",