From 0f2ba49fae67735826a33d9532d5aa2aa84b350d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 11:09:12 +0200 Subject: [PATCH] Bump @fullcalendar/interaction from 4.4.2 to 5.3.1 (#3004) Bumps [@fullcalendar/interaction](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.1. - [Release notes](https://github.com/fullcalendar/fullcalendar/releases) - [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md) - [Commits](https://github.com/fullcalendar/fullcalendar/compare/v4.4.2...v5.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++++++++--- package.json | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0525ba8f4..772eaaeb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1197,6 +1197,14 @@ "tslib": "^2.0.0" } }, + "@fullcalendar/common": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.3.1.tgz", + "integrity": "sha512-2PREEpiFQSDN5MNdoD/OkpJ+d7FPtN2TwTJMsuq3fTjmj3nM+utrxBmUr9a2F6WWW1X+xGU5nHQA52vhqIiQOQ==", + "requires": { + "tslib": "^2.0.0" + } + }, "@fullcalendar/core": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.4.2.tgz", @@ -1208,9 +1216,13 @@ "integrity": "sha512-axjfMhxEXHShV3r2TZjf+2niJ1C6LdAxkHKmg7mVq4jXtUQHOldU5XsjV0v2lUAt1urJBFi2zajfK8798ukL3Q==" }, "@fullcalendar/interaction": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-4.4.2.tgz", - "integrity": "sha512-3ItpGFnxcYQT4NClqhq93QTQwOI8x3mlMf5M4DgK5avVaSzpv9g8p+opqeotK2yzpFeINps06cuQyB1h7vcv1Q==" + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-5.3.1.tgz", + "integrity": "sha512-S1QAIazLQ7yBlUFyQbXzvXj36u39/G6H0qI2bUuQ4lY5VlUMGkiKZqb8oDHz1wE9/keuBL5CX2K/WTDGJ19Mng==", + "requires": { + "@fullcalendar/common": "~5.3.1", + "tslib": "^2.0.0" + } }, "@fullcalendar/timegrid": { "version": "4.4.2", diff --git a/package.json b/package.json index 9282ee191..5dac5e2a8 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@fullcalendar/bootstrap": "^5.3.1", "@fullcalendar/core": "^4.4.2", "@fullcalendar/daygrid": "^4.4.2", - "@fullcalendar/interaction": "^4.4.2", + "@fullcalendar/interaction": "^5.3.1", "@fullcalendar/timegrid": "^4.4.2", "@lgaitan/pace-progress": "^1.0.7", "@sweetalert2/theme-bootstrap-4": "^3.2.0",