diff --git a/react/package-lock.json b/react/package-lock.json index 87b96c6e..831b5ae3 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -39,7 +39,7 @@ "react-dom": "19.2.0", "react-draggable": "4.5.0", "react-dropzone": "14.3.8", - "react-router": "7.12.0", + "react-router": "7.15.0", "socket.io": "4.8.1", "socket.io-client": "4.8.1", "style-loader": "4.0.0", @@ -6741,9 +6741,9 @@ "license": "MIT" }, "node_modules/react-router": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", - "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.0.tgz", + "integrity": "sha512-HW9vYwuM8f4yx66Izy8xfrzCM+SBJluoZcCbww9A1TySax11S5Vgw6fi3ZjMONw9J4gQwngL7PzkyIpJJpJ7RQ==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/react/package.json b/react/package.json index 6eeccd5f..e67108a6 100644 --- a/react/package.json +++ b/react/package.json @@ -47,7 +47,7 @@ "react-dom": "19.2.0", "react-draggable": "4.5.0", "react-dropzone": "14.3.8", - "react-router": "7.12.0", + "react-router": "7.15.0", "socket.io": "4.8.1", "socket.io-client": "4.8.1", "style-loader": "4.0.0",