diff --git a/package-lock.json b/package-lock.json index f77034e..0596069 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-markdown": "^10.1.0", "react-media-recorder-2": "^1.6.23", "react-multi-carousel": "^2.8.6", - "react-router-dom": "^7.13.1", + "react-router-dom": "^7.13.2", "react-select": "^5.10.2", "react-split": "^2.0.14", "react-toastify": "^11.0.5", @@ -11275,9 +11275,9 @@ } }, "node_modules/react-router": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.1.tgz", - "integrity": "sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==", + "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==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", @@ -11297,12 +11297,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.1.tgz", - "integrity": "sha512-UJnV3Rxc5TgUPJt2KJpo1Jpy0OKQr0AjgbZzBFjaPJcFOb2Y8jA5H3LT8HUJAiRLlWrEXWHbF1Z4SCZaQjWDHw==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.2.tgz", + "integrity": "sha512-aR7SUORwTqAW0JDeiWF07e9SBE9qGpByR9I8kJT5h/FrBKxPMS6TiC7rmVO+gC0q52Bx7JnjWe8Z1sR9faN4YA==", "license": "MIT", "dependencies": { - "react-router": "7.13.1" + "react-router": "7.13.2" }, "engines": { "node": ">=20.0.0" diff --git a/package.json b/package.json index f2e7a7d..e2af5e0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-markdown": "^10.1.0", "react-media-recorder-2": "^1.6.23", "react-multi-carousel": "^2.8.6", - "react-router-dom": "^7.13.1", + "react-router-dom": "^7.13.2", "react-select": "^5.10.2", "react-split": "^2.0.14", "react-toastify": "^11.0.5",