diff --git a/docs/package-lock.json b/docs/package-lock.json index 5888d2e3f..15f8ad6b8 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -30,7 +30,7 @@ "react-dom": "^19.0.0-rc.1", "react-icons": "^5.5.0", "react-leaflet": "^5.0.0-rc.2", - "react-router": "^7.6.2", + "react-router": "^7.9.6", "tailwind-merge": "^3.3.0", "tailwindcss": "^4.1.8" }, @@ -4885,9 +4885,10 @@ } }, "node_modules/react-router": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.6.2.tgz", - "integrity": "sha512-U7Nv3y+bMimgWjhlT5CRdzHPu2/KVmqPwKUCChW8en5P3znxUqwlYFlbmyj8Rgp1SF6zs5X4+77kBVknkg6a0w==", + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.6.tgz", + "integrity": "sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA==", + "license": "MIT", "dependencies": { "cookie": "^1.0.1", "set-cookie-parser": "^2.6.0" diff --git a/docs/package.json b/docs/package.json index e7f9c620c..7900518ff 100644 --- a/docs/package.json +++ b/docs/package.json @@ -34,7 +34,7 @@ "react-dom": "^19.0.0-rc.1", "react-icons": "^5.5.0", "react-leaflet": "^5.0.0-rc.2", - "react-router": "^7.6.2", + "react-router": "^7.9.6", "tailwind-merge": "^3.3.0", "tailwindcss": "^4.1.8" },