From 1b21096d8bac56fce0d5ec9681438f1f9b806097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 03:06:19 +0000 Subject: [PATCH] Bump fullcalendar from 5.5.0 to 5.5.1 Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar) from 5.5.0 to 5.5.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/v5.5.0...v5.5.1) 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 0871ace43..15625d5da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5708,9 +5708,9 @@ "optional": true }, "fullcalendar": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.5.0.tgz", - "integrity": "sha512-aFnL4cIm4/TQaScK41plscaUd+R7Mos+cnhWaviiXwetSX+/67RcS8rKnEzghlKcZZZusGDLSvdwBSYA7MKemQ==" + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.5.1.tgz", + "integrity": "sha512-QNo4RPm7uvboCkqFEANH0dvYidwlsDzQ4ErMHZjNwLnFOqm+StkIW1K5w82fEyOvznItwyAigrdkSCh2ZUd0JQ==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index 2ab3aefe1..eb603d83b 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "flag-icon-css": "^3.5.0", "flot": "^4.2.1", "fs-extra": "^9.0.1", - "fullcalendar": "^5.5.0", + "fullcalendar": "^5.5.1", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.5", "ion-rangeslider": "^2.3.1",