From e04ba55db0e83df69d1e87e12bd70d30c8e98540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 20:49:20 +0100 Subject: [PATCH] chore(deps): bump fullcalendar from 5.10.1 to 5.10.2 (#4266) Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar) from 5.10.1 to 5.10.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.10.1...v5.10.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac8251647..f56e769a0 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.0", - "fullcalendar": "^5.10.1", + "fullcalendar": "^5.10.2", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.7", "ion-rangeslider": "^2.3.1", @@ -7999,9 +7999,9 @@ } }, "node_modules/fullcalendar": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.10.1.tgz", - "integrity": "sha512-0jgDxiWRuC36MzAUK3+Equmu4R0+vAPEtttsXLX9GNNDUHEZ5HjcH+dUtWut4vlJtxGJgVZ+eZ76/7qhcu+RMA==" + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.10.2.tgz", + "integrity": "sha512-a5qS3RaR5kRZyl5lVGJaPMQorY5hyuJvVONFwnQzNSqL32HZ9COq9ROuoaa/jSGcYqv57T7eRIvIgnu80qs7Nw==" }, "node_modules/function-bind": { "version": "1.1.1", @@ -22531,9 +22531,9 @@ "optional": true }, "fullcalendar": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.10.1.tgz", - "integrity": "sha512-0jgDxiWRuC36MzAUK3+Equmu4R0+vAPEtttsXLX9GNNDUHEZ5HjcH+dUtWut4vlJtxGJgVZ+eZ76/7qhcu+RMA==" + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.10.2.tgz", + "integrity": "sha512-a5qS3RaR5kRZyl5lVGJaPMQorY5hyuJvVONFwnQzNSqL32HZ9COq9ROuoaa/jSGcYqv57T7eRIvIgnu80qs7Nw==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index 2ce6369d0..4b44ac1ac 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "flag-icon-css": "^4.1.7", "flot": "^4.2.2", "fs-extra": "^10.0.0", - "fullcalendar": "^5.10.1", + "fullcalendar": "^5.10.2", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.7", "ion-rangeslider": "^2.3.1",