diff --git a/package-lock.json b/package-lock.json index 502455016eb3..0ef52e9cf914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@fullcalendar/daygrid": "^5.11.3", - "@fullcalendar/google-calendar": "^6.0.2", + "@fullcalendar/google-calendar": "^6.1.9", "@fullcalendar/interaction": "^6.0.1", "@fullcalendar/react": "^5.11.2", "@loadable/component": "^5.15.3", @@ -2372,9 +2372,9 @@ } }, "node_modules/@fullcalendar/core": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.8.tgz", - "integrity": "sha512-i8JBIvZCWGO9dsMEDcx9bnsQZ9PtGSJdOXGgWbhLaGq2iq41OBdp9g9gM4b/Otv2oK8bL5Gl6CsMmb/HkDtA6Q==", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.9.tgz", + "integrity": "sha512-eeG+z9BWerdsU9Ac6j16rpYpPnE0wxtnEHiHrh/u/ADbGTR3hCOjCD9PxQOfhOTHbWOVs7JQunGcksSPu5WZBQ==", "peer": true, "dependencies": { "preact": "~10.12.1" @@ -2390,11 +2390,11 @@ } }, "node_modules/@fullcalendar/google-calendar": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/@fullcalendar/google-calendar/-/google-calendar-6.1.8.tgz", - "integrity": "sha512-G2khHQ9iwMzN36u+C6JsbjOC19ImVjf92GhXr4wpash9WlaBl6cA+lPrwH+ikfgI4tYnQLRBXCpxp/EQBlfiEQ==", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/@fullcalendar/google-calendar/-/google-calendar-6.1.9.tgz", + "integrity": "sha512-a/ehK/Ek5bygGhCTbWSLTkjq6voR3wcSUGs7jXZ2Hj/mOtssL8vXjjXdEqgM2ZLZbKn4vc1e1HOz3s5zqcnBaA==", "peerDependencies": { - "@fullcalendar/core": "~6.1.8" + "@fullcalendar/core": "~6.1.9" } }, "node_modules/@fullcalendar/interaction": { diff --git a/package.json b/package.json index f3193693ed04..242934f60761 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@fullcalendar/daygrid": "^5.11.3", - "@fullcalendar/google-calendar": "^6.0.2", + "@fullcalendar/google-calendar": "^6.1.9", "@fullcalendar/interaction": "^6.0.1", "@fullcalendar/react": "^5.11.2", "@loadable/component": "^5.15.3",