From 8180b01db6fd2b9d59e397457b36604aad729ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 17:03:55 +0530 Subject: [PATCH] Bump fullcalendar from 5.7.0 to 5.7.2 (#3751) Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar) from 5.7.0 to 5.7.2. - [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.7.0...v5.7.2) --- updated-dependencies: - dependency-name: fullcalendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0177fc180..347436d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5936,9 +5936,9 @@ "optional": true }, "fullcalendar": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.7.0.tgz", - "integrity": "sha512-kOuzocipmY8o1oCVUSsKbv+eSqBbVpIZMUdxgramZPj7Rb4qs4GpVE7UgFt6kUQO6fC/CLazEpVfa3TUlSMkFA==" + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.7.2.tgz", + "integrity": "sha512-hpm2rY3oPBnl8Ql8P+WsBhV9gZuUe0qA+aU6lt7ZsOKxYORhlG3t4KDEtd0lQKnET+qJKuZrst9ubN4o9KsAqA==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index c6a376320..a8fc311ca 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.7.0", + "fullcalendar": "^5.7.2", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.6", "ion-rangeslider": "^2.3.1",