From 749c5aea667c857eb829cd5e9c57b0c4d6b42a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:35:52 +0000 Subject: [PATCH] Bump @fullcalendar/list from 6.1.11 to 6.1.13 Bumps [@fullcalendar/list](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/list) from 6.1.11 to 6.1.13. - [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.13/packages/list) --- updated-dependencies: - dependency-name: "@fullcalendar/list" 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 0d5a3f4909..c7c3566049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@fullcalendar/core": "^6.1.13", "@fullcalendar/daygrid": "^6.1.11", "@fullcalendar/interaction": "^6.1.13", - "@fullcalendar/list": "^6.1.11", + "@fullcalendar/list": "^6.1.13", "@fullcalendar/timegrid": "^6.1.13", "@silvermine/videojs-chromecast": "^1.5.0", "animate.css": "^4.1.1", @@ -182,11 +182,11 @@ } }, "node_modules/@fullcalendar/list": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.11.tgz", - "integrity": "sha512-9Qx8uvik9pXD12u50FiHwNzlHv4wkhfsr+r03ycahW7vEeIAKCsIZGTkUfFP+96I5wHihrfLazu1cFQG4MPiuw==", + "version": "6.1.13", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.13.tgz", + "integrity": "sha512-bPW4EsgGNwDZh91NtD+q4hqGfS6jEvCXQo7+MNy4JLMwFtdenEURRrzsb6CW3l97L3Vp0E2mSqiXaNESOmXEcQ==", "peerDependencies": { - "@fullcalendar/core": "~6.1.11" + "@fullcalendar/core": "~6.1.13" } }, "node_modules/@fullcalendar/timegrid": { @@ -2613,9 +2613,9 @@ "requires": {} }, "@fullcalendar/list": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.11.tgz", - "integrity": "sha512-9Qx8uvik9pXD12u50FiHwNzlHv4wkhfsr+r03ycahW7vEeIAKCsIZGTkUfFP+96I5wHihrfLazu1cFQG4MPiuw==", + "version": "6.1.13", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.13.tgz", + "integrity": "sha512-bPW4EsgGNwDZh91NtD+q4hqGfS6jEvCXQo7+MNy4JLMwFtdenEURRrzsb6CW3l97L3Vp0E2mSqiXaNESOmXEcQ==", "requires": {} }, "@fullcalendar/timegrid": { diff --git a/package.json b/package.json index f6ba09da45..5edda9b5d8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "@fullcalendar/core": "^6.1.13", "@fullcalendar/daygrid": "^6.1.11", "@fullcalendar/interaction": "^6.1.13", - "@fullcalendar/list": "^6.1.11", + "@fullcalendar/list": "^6.1.13", "@fullcalendar/timegrid": "^6.1.13", "@silvermine/videojs-chromecast": "^1.5.0", "animate.css": "^4.1.1",