From 57774212472d17981384596016809d1ecce55fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:50:19 +0000 Subject: [PATCH] chore(deps)(deps): bump react-day-picker in /dashboard Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 9.12.0 to 9.13.0. - [Release notes](https://github.com/gpbl/react-day-picker/releases) - [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md) - [Commits](https://github.com/gpbl/react-day-picker/compare/v9.12.0...v9.13.0) --- updated-dependencies: - dependency-name: react-day-picker dependency-version: 9.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",