diff --git a/package-lock.json b/package-lock.json index b3ccb9c59..f8be84a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@assuradeurengilde/fontawesome-iconpicker": "^3.2.3", "@fortawesome/fontawesome-free": "^6.5.2", "@fullcalendar/google-calendar": "^6.1.11", - "@fullcalendar/icalendar": "^6.1.11", + "@fullcalendar/icalendar": "^6.1.13", "@fullcalendar/luxon3": "^6.1.11", "@lottiefiles/lottie-player": "^2.0.4", "@popperjs/core": "^2.11.8", @@ -1953,9 +1953,10 @@ } }, "node_modules/@fullcalendar/core": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.11.tgz", - "integrity": "sha512-TjG7c8sUz+Vkui2FyCNJ+xqyu0nq653Ibe99A66LoW95oBo6tVhhKIaG1Wh0GVKymYiqAQN/OEdYTuj4ay27kA==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.14.tgz", + "integrity": "sha512-hIPRBevm0aMc2aHy1hRIJgXmI1QTvQM1neQa9oxtuqUmF1+ApYC3oAdwcQMTuI7lHHw3pKJDyJFkKLPPnL6HXA==", + "license": "MIT", "dependencies": { "preact": "~10.12.1" } @@ -1977,11 +1978,12 @@ } }, "node_modules/@fullcalendar/icalendar": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/@fullcalendar/icalendar/-/icalendar-6.1.11.tgz", - "integrity": "sha512-a1kFIUs/G1ic9kkblL08n8Vwqw+jkBExhgFjbARVQrvyTwx0/SDmRtt0crqlkUYUOnu5nofj3xXPNupdxgPSwg==", + "version": "6.1.13", + "resolved": "https://registry.npmjs.org/@fullcalendar/icalendar/-/icalendar-6.1.13.tgz", + "integrity": "sha512-P84yb6o7pS/5ueim2mTRnpXOcrbqfHmkwBK9ln8zTAuv00Gzr/dg37T/xMCyCBotAvLurcmQOeSZaeeGyqPyQA==", + "license": "MIT", "peerDependencies": { - "@fullcalendar/core": "~6.1.11", + "@fullcalendar/core": "~6.1.13", "ical.js": "^1.4.0" } }, diff --git a/package.json b/package.json index 28a62ce97..27612c444 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@assuradeurengilde/fontawesome-iconpicker": "^3.2.3", "@fortawesome/fontawesome-free": "^6.5.2", "@fullcalendar/google-calendar": "^6.1.11", - "@fullcalendar/icalendar": "^6.1.11", + "@fullcalendar/icalendar": "^6.1.13", "@fullcalendar/luxon3": "^6.1.11", "@lottiefiles/lottie-player": "^2.0.4", "@popperjs/core": "^2.11.8",