diff --git a/package-lock.json b/package-lock.json index 9325b2006a30..bac090ed5b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.11", "@fullcalendar/interaction": "^6.1.15", - "@fullcalendar/list": "^6.1.14", + "@fullcalendar/list": "^6.1.15", "@fullcalendar/timegrid": "^6.1.15", "@silvermine/videojs-chromecast": "^1.5.0", "animate.css": "^4.1.1", @@ -182,11 +182,11 @@ } }, "node_modules/@fullcalendar/list": { - "version": "6.1.14", - "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.14.tgz", - "integrity": "sha512-eV0/6iCumYfvlPzIUTAONWH17/JlQCyCChUz8m06L4E/sOiNjkHGz8vlVTmZKqXzx9oWOOyV/Nm3pCtHmVZh+Q==", + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.15.tgz", + "integrity": "sha512-U1bce04tYDwkFnuVImJSy2XalYIIQr6YusOWRPM/5ivHcJh67Gm8CIMSWpi3KdRSNKFkqBxLPkfZGBMaOcJYug==", "peerDependencies": { - "@fullcalendar/core": "~6.1.14" + "@fullcalendar/core": "~6.1.15" } }, "node_modules/@fullcalendar/timegrid": { @@ -3010,9 +3010,9 @@ "requires": {} }, "@fullcalendar/list": { - "version": "6.1.14", - "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.14.tgz", - "integrity": "sha512-eV0/6iCumYfvlPzIUTAONWH17/JlQCyCChUz8m06L4E/sOiNjkHGz8vlVTmZKqXzx9oWOOyV/Nm3pCtHmVZh+Q==", + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.15.tgz", + "integrity": "sha512-U1bce04tYDwkFnuVImJSy2XalYIIQr6YusOWRPM/5ivHcJh67Gm8CIMSWpi3KdRSNKFkqBxLPkfZGBMaOcJYug==", "requires": {} }, "@fullcalendar/timegrid": { diff --git a/package.json b/package.json index 066cd2e66eff..dbfec5317d72 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.11", "@fullcalendar/interaction": "^6.1.15", - "@fullcalendar/list": "^6.1.14", + "@fullcalendar/list": "^6.1.15", "@fullcalendar/timegrid": "^6.1.15", "@silvermine/videojs-chromecast": "^1.5.0", "animate.css": "^4.1.1",