diff --git a/react-application-deployment-web/package-lock.json b/react-application-deployment-web/package-lock.json index 1f06ebd9..1f9abf97 100644 --- a/react-application-deployment-web/package-lock.json +++ b/react-application-deployment-web/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "^5.3.8", "react": "^19.2.6", "react-dom": "^19.2.7", - "react-router": "^8.0.1" + "react-router": "^8.1.0" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -2688,9 +2688,9 @@ } }, "node_modules/react-router": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.0.1.tgz", - "integrity": "sha512-5EL/fANovVUhRK50NLS8RYfX0BxrimoKsHWUPPy8v5UEl8i6vzF7e4POo3u+AhPItDwccUAJjMfIOmydxBJmQw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.1.0.tgz", + "integrity": "sha512-Mdfi61uObuvWNN9OhChOC0HV6YWOIfKRzEWOvCHRSuQg8IM+Nv10edaM/2HE8ZixBpUTdQbruyWqC3sDkkh9vw==", "license": "MIT", "dependencies": { "cookie-es": "^3.1.1" diff --git a/react-application-deployment-web/package.json b/react-application-deployment-web/package.json index ded62514..95d1f949 100644 --- a/react-application-deployment-web/package.json +++ b/react-application-deployment-web/package.json @@ -15,7 +15,7 @@ "bootstrap": "^5.3.8", "react": "^19.2.6", "react-dom": "^19.2.7", - "react-router": "^8.0.1" + "react-router": "^8.1.0" }, "devDependencies": { "@eslint/js": "^9.39.2",