From ce45c28c6ad7a7faf14c6c59c1043e87df1cbb9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:55:08 +0000 Subject: [PATCH] Bump @fullcalendar/google-calendar from 6.1.8 to 6.1.9 Bumps [@fullcalendar/google-calendar](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/google-calendar) from 6.1.8 to 6.1.9. - [Release notes](https://github.com/fullcalendar/fullcalendar/releases) - [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md) - [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.9/packages/google-calendar) --- updated-dependencies: - dependency-name: "@fullcalendar/google-calendar" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19c378c8c5e9..e0a3d31c6e92 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 d7e16b92fca0..70a367b15ab3 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",