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"