diff --git a/package-lock.json b/package-lock.json index ecf1c07c9b..8c16edc956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "react-i18next": "~16.6.6", "react-modal": "~3.16.3", "react-redux": "~9.2.0", - "react-router": "~7.15.0", + "react-router": "~7.15.1", "react-toastify": "~9.1.3", "recordrtc": "~5.6.2", "redux": "~5.0.1", @@ -14040,9 +14040,9 @@ } }, "node_modules/react-router": { - "version": "7.15.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.0.tgz", - "integrity": "sha512-HW9vYwuM8f4yx66Izy8xfrzCM+SBJluoZcCbww9A1TySax11S5Vgw6fi3ZjMONw9J4gQwngL7PzkyIpJJpJ7RQ==", + "version": "7.15.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.1.tgz", + "integrity": "sha512-R8rl9HhgikFYoPJymnUtPXWbnDb3oget6lQnfIoupbt61aT9aOhRkDsY2XRhZRyX1Z/8a5sL74fXmFNm3NRK5A==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/package.json b/package.json index 7b9b03cd09..15ce705a24 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react-i18next": "~16.6.6", "react-modal": "~3.16.3", "react-redux": "~9.2.0", - "react-router": "~7.15.0", + "react-router": "~7.15.1", "react-toastify": "~9.1.3", "recordrtc": "~5.6.2", "redux": "~5.0.1",