From 3b6ea5b5cfaa2e7d6629276988829b14fc38151a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 07:54:28 +0000 Subject: [PATCH] chore(deps): bump @fullcalendar/daygrid from 6.1.8 to 6.1.9 Bumps [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/daygrid) 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/daygrid) --- updated-dependencies: - dependency-name: "@fullcalendar/daygrid" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 832698d07..a7e0b4f56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/vue-fontawesome": "^2.0.10", "@fullcalendar/core": "^6.1.9", - "@fullcalendar/daygrid": "^6.1.8", + "@fullcalendar/daygrid": "^6.1.9", "@fullcalendar/vue": "^6.1.9", "@gfx/zopfli": "^1.0.15", "@vue/cli-plugin-babel": "^4.5.15", @@ -2805,11 +2805,11 @@ } }, "node_modules/@fullcalendar/daygrid": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-6.1.8.tgz", - "integrity": "sha512-kCZxQFKb9Vqa3CZRX0v7rMSJ2mlTt4gDpyLfiNJKxUAq7W51uKurPaFZWicaXy1ESHVBxKNlbx5uNjBpyu50JQ==", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-6.1.9.tgz", + "integrity": "sha512-o/6joH/7lmVHXAkbaa/tUbzWYnGp/LgfdiFyYPkqQbjKEeivNZWF1WhHqFbhx0zbFONSHtrvkjY2bjr+Ef2quQ==", "peerDependencies": { - "@fullcalendar/core": "~6.1.8" + "@fullcalendar/core": "~6.1.9" } }, "node_modules/@fullcalendar/vue": { diff --git a/package.json b/package.json index 9b2ae94e0..a4070aea8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/vue-fontawesome": "^2.0.10", "@fullcalendar/core": "^6.1.9", - "@fullcalendar/daygrid": "^6.1.8", + "@fullcalendar/daygrid": "^6.1.9", "@fullcalendar/vue": "^6.1.9", "@gfx/zopfli": "^1.0.15", "@vue/cli-plugin-babel": "^4.5.15",