diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 8f33339..d30bfe0 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -46,7 +46,7 @@ "lucide-react": "^0.561.0", "next-themes": "^0.4.6", "react": "^19.2.3", - "react-day-picker": "^9.12.0", + "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", "react-hook-form": "^7.55.0", "react-resizable-panels": "^2.1.7", @@ -6888,9 +6888,9 @@ } }, "node_modules/react-day-picker": { - "version": "9.12.0", - "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.12.0.tgz", - "integrity": "sha512-t8OvG/Zrciso5CQJu5b1A7yzEmebvST+S3pOVQJWxwjjVngyG/CA2htN/D15dLI4uTEuLLkbZyS4YYt480FAtA==", + "version": "9.13.0", + "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.13.0.tgz", + "integrity": "sha512-euzj5Hlq+lOHqI53NiuNhCP8HWgsPf/bBAVijR50hNaY1XwjKjShAnIe8jm8RD2W9IJUvihDIZ+KrmqfFzNhFQ==", "license": "MIT", "dependencies": { "@date-fns/tz": "^1.4.1", diff --git a/dashboard/package.json b/dashboard/package.json index 8f75b80..854d152 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -53,7 +53,7 @@ "lucide-react": "^0.561.0", "next-themes": "^0.4.6", "react": "^19.2.3", - "react-day-picker": "^9.12.0", + "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", "react-hook-form": "^7.55.0", "react-resizable-panels": "^2.1.7",