From 5d0306a9e1b8aab3ba713848745b0e7ab0bc971a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:46:02 +0000 Subject: [PATCH] chore(deps): bump @fullcalendar/vue from 6.1.10 to 6.1.14 Bumps [@fullcalendar/vue](https://github.com/fullcalendar/fullcalendar-vue2) from 6.1.10 to 6.1.14. - [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.10...v6.1.14) --- 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 6799ac2c3..117892e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fortawesome/vue-fontawesome": "^2.0.10", "@fullcalendar/core": "^6.1.9", "@fullcalendar/daygrid": "^6.1.10", - "@fullcalendar/vue": "^6.1.10", + "@fullcalendar/vue": "^6.1.14", "@gfx/zopfli": "^1.0.15", "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-router": "^4.5.15", @@ -2799,9 +2799,9 @@ } }, "node_modules/@fullcalendar/core": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.10.tgz", - "integrity": "sha512-oTXGJSAGpCf1oY+CKp5qYjMHkJCPBkJ3SHitl63n8Q6xKeiwQ4EF6Au451euUovREwJpLmD1AyZrCnWmtB9AVg==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.14.tgz", + "integrity": "sha512-hIPRBevm0aMc2aHy1hRIJgXmI1QTvQM1neQa9oxtuqUmF1+ApYC3oAdwcQMTuI7lHHw3pKJDyJFkKLPPnL6HXA==", "dependencies": { "preact": "~10.12.1" } @@ -2815,11 +2815,11 @@ } }, "node_modules/@fullcalendar/vue": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@fullcalendar/vue/-/vue-6.1.10.tgz", - "integrity": "sha512-bQAuBEX7XA96ovAHFBBVH9j9xWzfwAjfqd1BCD2dWgMzdjRmP5FyR/aHjYuIs+lqvA4MR7aF8BcIT27FCgvALA==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/vue/-/vue-6.1.14.tgz", + "integrity": "sha512-1RUMtOfD6ibE5tXNQjgNiamlBI00TBP7W/64Md844XU4pQQ/efeT9zehI4d9ffS7h9wcveo3iTBdMIPXnYwgSw==", "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.14", "vue": "^2.6.12" } }, diff --git a/package.json b/package.json index c8d826556..d64e2c1bb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@fortawesome/vue-fontawesome": "^2.0.10", "@fullcalendar/core": "^6.1.9", "@fullcalendar/daygrid": "^6.1.10", - "@fullcalendar/vue": "^6.1.10", + "@fullcalendar/vue": "^6.1.14", "@gfx/zopfli": "^1.0.15", "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-router": "^4.5.15",