diff --git a/frontend/webcoder_ui/package-lock.json b/frontend/webcoder_ui/package-lock.json index 35c4e563..62587b1b 100644 --- a/frontend/webcoder_ui/package-lock.json +++ b/frontend/webcoder_ui/package-lock.json @@ -23,7 +23,7 @@ "react-dom": "^18.2.0", "react-hot-toast": "^2.6.0", "react-i18next": "^13.0.1", - "react-router": "^7.18.0", + "react-router": "^7.18.2", "react-scripts": "5.0.1", "react-syntax-highlighter": "^15.5.0", "stream-http": "^3.2.0", @@ -20633,9 +20633,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/webcoder_ui/package.json b/frontend/webcoder_ui/package.json index 58bade22..3b267974 100644 --- a/frontend/webcoder_ui/package.json +++ b/frontend/webcoder_ui/package.json @@ -18,7 +18,7 @@ "react-dom": "^18.2.0", "react-hot-toast": "^2.6.0", "react-i18next": "^13.0.1", - "react-router": "^7.18.0", + "react-router": "^7.18.2", "react-scripts": "5.0.1", "react-syntax-highlighter": "^15.5.0", "stream-http": "^3.2.0",