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",