diff --git a/package-lock.json b/package-lock.json index 94e39658..269d7787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8452,9 +8452,9 @@ "license": "MIT" }, "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" @@ -10555,7 +10555,7 @@ "notistack": "^3.0.2", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-router": "^8.3.0", + "react-router": "^8.3.1", "vite": "^8.2.2", "vite-plugin-pwa": "^1.3.0", "vite-plugin-svgr": "^5.2.0" diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 88494828..4dc2888a 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -12,7 +12,7 @@ "notistack": "^3.0.2", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-router": "^8.3.0", + "react-router": "^8.3.1", "vite": "^8.2.2", "vite-plugin-pwa": "^1.3.0", "vite-plugin-svgr": "^5.2.0"