From be9b8c8e362fe97e20279feb02196ab887835d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 03:23:24 +0000 Subject: [PATCH] Bump fullcalendar from 5.5.1 to 5.8.0 Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar) from 5.5.1 to 5.8.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.5.1...v5.8.0) --- updated-dependencies: - dependency-name: fullcalendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1acae29..3386990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5381,9 +5381,9 @@ "optional": true }, "fullcalendar": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.5.1.tgz", - "integrity": "sha512-QNo4RPm7uvboCkqFEANH0dvYidwlsDzQ4ErMHZjNwLnFOqm+StkIW1K5w82fEyOvznItwyAigrdkSCh2ZUd0JQ==" + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.8.0.tgz", + "integrity": "sha512-yXHh9NA/cB3YIYQmD3Gj+rWmzL9lVAc4P6sTqJW/eMIkUZVhB8Qkyz96xArVsn90Jk/nAbZ0Opddl9RcoFN1Tg==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index 4b7d0ee..a3fb822 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "flag-icon-css": "^3.5.0", "flot": "^4.2.2", "fs-extra": "^9.1.0", - "fullcalendar": "^5.5.1", + "fullcalendar": "^5.8.0", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.5", "ion-rangeslider": "^2.3.1",