From ee08b5a83d6273d05b7de8760703ab8b514d80a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:18:58 +0000 Subject: [PATCH] Bump @fullcalendar/daygrid from 6.1.19 to 6.1.20 Bumps [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/daygrid) from 6.1.19 to 6.1.20. - [Release notes](https://github.com/fullcalendar/fullcalendar/releases) - [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md) - [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.20/packages/daygrid) --- updated-dependencies: - dependency-name: "@fullcalendar/daygrid" dependency-version: 6.1.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21b7d32..3eb1484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@fullcalendar/core": "^6.1.20", - "@fullcalendar/daygrid": "^6.1.9", + "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/interaction": "^6.1.9", "@fullcalendar/list": "^6.1.9", "moment": "^2.29.4" @@ -41,12 +41,12 @@ } }, "node_modules/@fullcalendar/daygrid": { - "version": "6.1.19", - "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-6.1.19.tgz", - "integrity": "sha512-IAAfnMICnVWPjpT4zi87i3FEw0xxSza0avqY/HedKEz+l5MTBYvCDPOWDATpzXoLut3aACsjktIyw9thvIcRYQ==", + "version": "6.1.20", + "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-6.1.20.tgz", + "integrity": "sha512-AO9vqhkLP77EesmJzuU+IGXgxNulsA8mgQHynclJ8U70vSwAVnbcLG9qftiTAFSlZjiY/NvhE7sflve6cJelyQ==", "license": "MIT", "peerDependencies": { - "@fullcalendar/core": "~6.1.19" + "@fullcalendar/core": "~6.1.20" } }, "node_modules/@fullcalendar/interaction": { diff --git a/package.json b/package.json index 0c5b4fd..be5b767 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@fullcalendar/core": "^6.1.20", - "@fullcalendar/daygrid": "^6.1.9", + "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/interaction": "^6.1.9", "@fullcalendar/list": "^6.1.9", "moment": "^2.29.4"