diff --git a/react-application-deployment-web/package-lock.json b/react-application-deployment-web/package-lock.json index e0e5398b..ba1f0329 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.8", - "react-router": "^8.3.0" + "react-router": "^8.3.1" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -2638,9 +2638,9 @@ } }, "node_modules/react-router": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.3.0.tgz", - "integrity": "sha512-qyPMvW83jGIct3yiieisxdk9M745anqhpIMKN5m1t6yBMfgVPpt77aHOqs5fUlEJRMCGffg9BaQLH9oPVOL7xQ==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.3.1.tgz", + "integrity": "sha512-TEOpiO2g0TJHEOJeRVv4amUFun9v1npCKszvcquNvzETUtJ8udV86ah5eFoHT7g26bsBvT6EiIhqulR8eDF++A==", "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 359cbc8f..d55a9c8d 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.8", - "react-router": "^8.3.0" + "react-router": "^8.3.1" }, "devDependencies": { "@eslint/js": "^9.39.2",