From 576a4132ed945681954d8f8f4ee9060cc81d5f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 07:24:39 +0000 Subject: [PATCH] chore(deps): bump @fullcalendar/vue from 6.1.8 to 6.1.9 Bumps [@fullcalendar/vue](https://github.com/fullcalendar/fullcalendar-vue2) from 6.1.8 to 6.1.9. - [Release notes](https://github.com/fullcalendar/fullcalendar-vue2/releases) - [Changelog](https://github.com/fullcalendar/fullcalendar-vue2/blob/main/CHANGELOG.md) - [Commits](https://github.com/fullcalendar/fullcalendar-vue2/compare/v6.1.8...v6.1.9) --- updated-dependencies: - dependency-name: "@fullcalendar/vue" 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 1e476b460..813261e72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fortawesome/vue-fontawesome": "^2.0.10", "@fullcalendar/core": "^6.1.8", "@fullcalendar/daygrid": "^6.1.8", - "@fullcalendar/vue": "^6.1.8", + "@fullcalendar/vue": "^6.1.9", "@gfx/zopfli": "^1.0.15", "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-router": "^4.5.15", @@ -2797,9 +2797,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==", "dependencies": { "preact": "~10.12.1" } @@ -2813,11 +2813,11 @@ } }, "node_modules/@fullcalendar/vue": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/@fullcalendar/vue/-/vue-6.1.8.tgz", - "integrity": "sha512-rCfmpwsNkMQhhNiSGt2ZVW0yNmFyXC6O5dto+Rsj3MsJDVXAjI9pR2KRtg1vBh/6hgp8vHcMFcSCJZxIqfui+A==", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/@fullcalendar/vue/-/vue-6.1.9.tgz", + "integrity": "sha512-cJet86Zq0MhAn+VNO6QByZOmv4P8vgfkQJC9PkgMZAzLnVHMQGPgEpV492i5BGEXeLelmaAhynZvLv15C4XbPQ==", "peerDependencies": { - "@fullcalendar/core": "~6.1.8", + "@fullcalendar/core": "~6.1.9", "vue": "^2.6.12" } }, diff --git a/package.json b/package.json index fe0340070..e81717369 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@fortawesome/vue-fontawesome": "^2.0.10", "@fullcalendar/core": "^6.1.8", "@fullcalendar/daygrid": "^6.1.8", - "@fullcalendar/vue": "^6.1.8", + "@fullcalendar/vue": "^6.1.9", "@gfx/zopfli": "^1.0.15", "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-router": "^4.5.15",