From 302fad8a1bddce13b0fd95b1fed91f2ad85ad6a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 06:09:44 +0000 Subject: [PATCH] Bump @fullcalendar/google-calendar from 5.10.1 to 5.11.3 Bumps [@fullcalendar/google-calendar](https://github.com/fullcalendar/fullcalendar) from 5.10.1 to 5.11.3. - [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.11.3) --- updated-dependencies: - dependency-name: "@fullcalendar/google-calendar" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c399fd5b8b75c..eaec887a238a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@fullcalendar/daygrid": "^5.10.1", - "@fullcalendar/google-calendar": "^5.10.1", + "@fullcalendar/google-calendar": "^5.11.3", "@fullcalendar/interaction": "^5.11.0", "@fullcalendar/react": "^5.10.1", "@mdx-js/mdx": "^1.6.22", @@ -2088,11 +2088,19 @@ } }, "node_modules/@fullcalendar/google-calendar": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/@fullcalendar/google-calendar/-/google-calendar-5.10.1.tgz", - "integrity": "sha512-QqP90uJs62h6M3qw/XmszXgyw1bhfbf8qIUiKarsSWDkG4lhVzsxztHoZR2oteExO/BJKj8p7IPtpxJ5cOeKng==", + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/@fullcalendar/google-calendar/-/google-calendar-5.11.3.tgz", + "integrity": "sha512-WJ3/D+TY0ZHrT1xiZl9Pdx3JvhfvMU3ygOr69FPIpOAcEMIirLg4aO/xerik6D5v2Hnyprav5wP2XI8o/0oW5Q==", + "dependencies": { + "@fullcalendar/common": "~5.11.3", + "tslib": "^2.1.0" + } + }, + "node_modules/@fullcalendar/google-calendar/node_modules/@fullcalendar/common": { + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.11.3.tgz", + "integrity": "sha512-welVwyfQOXQQGfDwBMSfYEPbiO1cPfUD+C7jd3ZoweJR+dSO11ddFugxIQ7dGfABAGZ63oq/+LW9FsmAJezVNg==", "dependencies": { - "@fullcalendar/common": "~5.10.1", "tslib": "^2.1.0" } }, @@ -27850,12 +27858,22 @@ } }, "@fullcalendar/google-calendar": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/@fullcalendar/google-calendar/-/google-calendar-5.10.1.tgz", - "integrity": "sha512-QqP90uJs62h6M3qw/XmszXgyw1bhfbf8qIUiKarsSWDkG4lhVzsxztHoZR2oteExO/BJKj8p7IPtpxJ5cOeKng==", + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/@fullcalendar/google-calendar/-/google-calendar-5.11.3.tgz", + "integrity": "sha512-WJ3/D+TY0ZHrT1xiZl9Pdx3JvhfvMU3ygOr69FPIpOAcEMIirLg4aO/xerik6D5v2Hnyprav5wP2XI8o/0oW5Q==", "requires": { - "@fullcalendar/common": "~5.10.1", + "@fullcalendar/common": "~5.11.3", "tslib": "^2.1.0" + }, + "dependencies": { + "@fullcalendar/common": { + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.11.3.tgz", + "integrity": "sha512-welVwyfQOXQQGfDwBMSfYEPbiO1cPfUD+C7jd3ZoweJR+dSO11ddFugxIQ7dGfABAGZ63oq/+LW9FsmAJezVNg==", + "requires": { + "tslib": "^2.1.0" + } + } } }, "@fullcalendar/interaction": { diff --git a/package.json b/package.json index 9ec5382974516..3c3b8c90b466e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@fullcalendar/daygrid": "^5.10.1", - "@fullcalendar/google-calendar": "^5.10.1", + "@fullcalendar/google-calendar": "^5.11.3", "@fullcalendar/interaction": "^5.11.0", "@fullcalendar/react": "^5.10.1", "@mdx-js/mdx": "^1.6.22",