diff --git a/package-lock.json b/package-lock.json index 90e0431f8..703ed4818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fullcalendar/core": "6.1.11", "@fullcalendar/daygrid": "6.1.11", "@fullcalendar/interaction": "6.1.11", - "@fullcalendar/list": "6.1.11", + "@fullcalendar/list": "6.1.15", "@fullcalendar/multimonth": "6.1.11", "@fullcalendar/resource": "6.1.11", "@fullcalendar/resource-timeline": "6.1.11", @@ -2094,11 +2094,12 @@ } }, "node_modules/@fullcalendar/list": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.11.tgz", - "integrity": "sha512-9Qx8uvik9pXD12u50FiHwNzlHv4wkhfsr+r03ycahW7vEeIAKCsIZGTkUfFP+96I5wHihrfLazu1cFQG4MPiuw==", + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.15.tgz", + "integrity": "sha512-U1bce04tYDwkFnuVImJSy2XalYIIQr6YusOWRPM/5ivHcJh67Gm8CIMSWpi3KdRSNKFkqBxLPkfZGBMaOcJYug==", + "license": "MIT", "peerDependencies": { - "@fullcalendar/core": "~6.1.11" + "@fullcalendar/core": "~6.1.15" } }, "node_modules/@fullcalendar/multimonth": { diff --git a/package.json b/package.json index 750fca8b8..c60b263c0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@fullcalendar/core": "6.1.11", "@fullcalendar/daygrid": "6.1.11", "@fullcalendar/interaction": "6.1.11", - "@fullcalendar/list": "6.1.11", + "@fullcalendar/list": "6.1.15", "@fullcalendar/multimonth": "6.1.11", "@fullcalendar/resource": "6.1.11", "@fullcalendar/resource-timeline": "6.1.11",