From c60962b6ee47eef8d3c062c86f29a8539cd6d073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:20:18 +0000 Subject: [PATCH] Bump @fullcalendar/interaction from 6.1.13 to 6.1.14 Bumps [@fullcalendar/interaction](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/interaction) from 6.1.13 to 6.1.14. - [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.14/packages/interaction) --- updated-dependencies: - dependency-name: "@fullcalendar/interaction" 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 8ccfae9de61f..d889dbd6f422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@fortawesome/fontawesome-free": "^6.5.1", "@fullcalendar/core": "^6.1.13", "@fullcalendar/daygrid": "^6.1.11", - "@fullcalendar/interaction": "^6.1.13", + "@fullcalendar/interaction": "^6.1.14", "@fullcalendar/list": "^6.1.14", "@fullcalendar/timegrid": "^6.1.14", "@silvermine/videojs-chromecast": "^1.5.0", @@ -174,11 +174,11 @@ } }, "node_modules/@fullcalendar/interaction": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.13.tgz", - "integrity": "sha512-r1w+jqCRGZZyxKFquueDSFvbsFhJLhc1BX8Nlyz684lYxS1SiToYJW9Q8X/XkySCzpjO3KOnxEp2jVOn1Usyjg==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.14.tgz", + "integrity": "sha512-rXum5XCjq+WEPNctFeYL/JKZGeU2rlxrElygocdMegcrIBJQW5hnWWVE+i4/1dOmUKF80CbGVlXUyYXoqK2eFg==", "peerDependencies": { - "@fullcalendar/core": "~6.1.13" + "@fullcalendar/core": "~6.1.14" } }, "node_modules/@fullcalendar/list": { @@ -2611,9 +2611,9 @@ "requires": {} }, "@fullcalendar/interaction": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.13.tgz", - "integrity": "sha512-r1w+jqCRGZZyxKFquueDSFvbsFhJLhc1BX8Nlyz684lYxS1SiToYJW9Q8X/XkySCzpjO3KOnxEp2jVOn1Usyjg==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.14.tgz", + "integrity": "sha512-rXum5XCjq+WEPNctFeYL/JKZGeU2rlxrElygocdMegcrIBJQW5hnWWVE+i4/1dOmUKF80CbGVlXUyYXoqK2eFg==", "requires": {} }, "@fullcalendar/list": { diff --git a/package.json b/package.json index 6a442565135e..8e385b40d02c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@fortawesome/fontawesome-free": "^6.5.1", "@fullcalendar/core": "^6.1.13", "@fullcalendar/daygrid": "^6.1.11", - "@fullcalendar/interaction": "^6.1.13", + "@fullcalendar/interaction": "^6.1.14", "@fullcalendar/list": "^6.1.14", "@fullcalendar/timegrid": "^6.1.14", "@silvermine/videojs-chromecast": "^1.5.0",