diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bcf05b041..70fcadf92 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "react-hot-toast": "^2.5.2", "react-icons": "^5.5.0", "react-resizable-panels": "^3.0.2", - "react-router": "^7.12.0", + "react-router": "^7.18.2", "react-shepherd": "^6.1.9", "react-syntax-highlighter": "^16.1.0", "shepherd.js": "^14.5.1", @@ -10996,9 +10996,9 @@ } }, "node_modules/react-router": { - "version": "7.18.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.1.tgz", - "integrity": "sha512-GDLgg3i3uM0aeJO3Fm+TCS+sDQ7gu12T6x0qdTEzcwqEfleci7JwugVNIF3U//0FWKnJT7ptG+20B2jfDqnZAg==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.2.tgz", + "integrity": "sha512-aUVMjFm3GAPTTZL7oYr5E7ETiqfQCHRLH+B+5afnICvf0r7kkK4eR6SMuwbSTJw/7t+12khT/Kahij49fqOCIg==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/frontend/package.json b/frontend/package.json index 215640f24..3c2619a07 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "react-hot-toast": "^2.5.2", "react-icons": "^5.5.0", "react-resizable-panels": "^3.0.2", - "react-router": "^7.12.0", + "react-router": "^7.18.2", "react-shepherd": "^6.1.9", "react-syntax-highlighter": "^16.1.0", "shepherd.js": "^14.5.1",