From a9094a818923204ca4f9d8ed3b2bfb60e615b8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 19:26:59 +0530 Subject: [PATCH] Bump fullcalendar from 5.8.0 to 5.9.0 (#3867) Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar) from 5.8.0 to 5.9.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.8.0...v5.9.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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15efadd96..afefc1f3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5644,9 +5644,9 @@ "optional": true }, "fullcalendar": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.8.0.tgz", - "integrity": "sha512-yXHh9NA/cB3YIYQmD3Gj+rWmzL9lVAc4P6sTqJW/eMIkUZVhB8Qkyz96xArVsn90Jk/nAbZ0Opddl9RcoFN1Tg==" + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.9.0.tgz", + "integrity": "sha512-kUfkWov2YQFemafgL0x9ogx2TPmgZze/VsWYvmajgr+bmoVY28XXErQ3MGfgWbM18QWdmvBIVhJCGY81MdbL+w==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index f234096c8..db2036d6e 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.8.0", + "fullcalendar": "^5.9.0", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.6", "ion-rangeslider": "^2.3.1",