From c667c542970f17e2d8a666df4077970f8e8c4337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 20:06:52 +0200 Subject: [PATCH] chore(deps): bump fullcalendar from 5.10.2 to 5.11.0 (#4435) Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar) from 5.10.2 to 5.11.0. - [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/v5.10.2...v5.11.0) --- updated-dependencies: - dependency-name: fullcalendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7e2beca6..6bd133da6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "flag-icon-css": "^4.1.7", "flot": "^4.2.2", "fs-extra": "^10.0.1", - "fullcalendar": "^5.10.2", + "fullcalendar": "^5.11.0", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.7", "ion-rangeslider": "^2.3.1", @@ -7128,9 +7128,9 @@ } }, "node_modules/fullcalendar": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.10.2.tgz", - "integrity": "sha512-a5qS3RaR5kRZyl5lVGJaPMQorY5hyuJvVONFwnQzNSqL32HZ9COq9ROuoaa/jSGcYqv57T7eRIvIgnu80qs7Nw==" + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.11.0.tgz", + "integrity": "sha512-R3yQMKJtP6jWZ3o9fNB0WUOl6Oi+vus3ciLtt3eva7ISutkMm6nE4lA+xhfTS3OIevxVQOv0O646R6G8o7sMXA==" }, "node_modules/function-bind": { "version": "1.1.1", @@ -20644,9 +20644,9 @@ "optional": true }, "fullcalendar": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.10.2.tgz", - "integrity": "sha512-a5qS3RaR5kRZyl5lVGJaPMQorY5hyuJvVONFwnQzNSqL32HZ9COq9ROuoaa/jSGcYqv57T7eRIvIgnu80qs7Nw==" + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.11.0.tgz", + "integrity": "sha512-R3yQMKJtP6jWZ3o9fNB0WUOl6Oi+vus3ciLtt3eva7ISutkMm6nE4lA+xhfTS3OIevxVQOv0O646R6G8o7sMXA==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index 9f0502b33..f821e832f 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "flag-icons": "^4.1.7", "flot": "^4.2.2", "fs-extra": "^10.0.1", - "fullcalendar": "^5.10.2", + "fullcalendar": "^5.11.0", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.7", "ion-rangeslider": "^2.3.1",