diff --git a/projekt/frontend/package-lock.json b/projekt/frontend/package-lock.json index 6b35c7a..2a83a70 100644 --- a/projekt/frontend/package-lock.json +++ b/projekt/frontend/package-lock.json @@ -22,7 +22,7 @@ "marked": "^17.0.4", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-router": "^7.13.1", + "react-router": "^7.15.0", "tailwindcss": "^4.2.1" }, "devDependencies": { @@ -4609,9 +4609,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.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/projekt/frontend/package.json b/projekt/frontend/package.json index fe000e4..d717199 100644 --- a/projekt/frontend/package.json +++ b/projekt/frontend/package.json @@ -26,7 +26,7 @@ "marked": "^17.0.4", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-router": "^7.13.1", + "react-router": "^7.15.0", "tailwindcss": "^4.2.1" }, "devDependencies": {