diff --git a/emon-app/package-lock.json b/emon-app/package-lock.json index aaa8d41..ee75eb3 100644 --- a/emon-app/package-lock.json +++ b/emon-app/package-lock.json @@ -42,7 +42,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", "react-resizable-panels": "^2.1.7", - "react-router": "^7.5.2", + "react-router": "^7.12.0", "recharts": "^2.15.0", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.17", @@ -5971,9 +5971,9 @@ } }, "node_modules/react-router": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.8.1.tgz", - "integrity": "sha512-5cy/M8DHcG51/KUIka1nfZ2QeylS4PJRs6TT8I4PF5axVsI5JUxp0hC0NZ/AEEj8Vw7xsEoD7L/6FY+zoYaOGA==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", + "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/emon-app/package.json b/emon-app/package.json index 6498c25..82b65aa 100644 --- a/emon-app/package.json +++ b/emon-app/package.json @@ -47,7 +47,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", "react-resizable-panels": "^2.1.7", - "react-router": "^7.5.2", + "react-router": "^7.12.0", "recharts": "^2.15.0", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.17",