From 5890e5f226300ff287cbb77229a9040a658ef339 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jun 2024 07:48:12 +0000 Subject: [PATCH] fix: upgrade @fullcalendar/icalendar from 6.1.11 to 6.1.13 Snyk has created this PR to upgrade @fullcalendar/icalendar from 6.1.11 to 6.1.13. See this package in npm: @fullcalendar/icalendar See this project in Snyk: https://app.snyk.io/org/broskees/project/c3e7f2a0-597b-4965-a7cf-7e6ea71043ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3ccb9c597..f8be84a6b3 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 28a62ce978..27612c444d 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",