From 519bc384f1c2383dd451b0973ddf661361024b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:15:10 +0000 Subject: [PATCH] Bump @fullcalendar/list from 6.1.13 to 6.1.14 Bumps [@fullcalendar/list](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/list) 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/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 e368068ab520..0fa001ae7f5a 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.13", + "@fullcalendar/list": "^6.1.14", "@fullcalendar/timegrid": "^6.1.14", "@silvermine/videojs-chromecast": "^1.5.0", "animate.css": "^4.1.1", @@ -182,11 +182,11 @@ } }, "node_modules/@fullcalendar/list": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.13.tgz", - "integrity": "sha512-bPW4EsgGNwDZh91NtD+q4hqGfS6jEvCXQo7+MNy4JLMwFtdenEURRrzsb6CW3l97L3Vp0E2mSqiXaNESOmXEcQ==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.14.tgz", + "integrity": "sha512-eV0/6iCumYfvlPzIUTAONWH17/JlQCyCChUz8m06L4E/sOiNjkHGz8vlVTmZKqXzx9oWOOyV/Nm3pCtHmVZh+Q==", "peerDependencies": { - "@fullcalendar/core": "~6.1.13" + "@fullcalendar/core": "~6.1.14" } }, "node_modules/@fullcalendar/timegrid": { @@ -2617,9 +2617,9 @@ "requires": {} }, "@fullcalendar/list": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.13.tgz", - "integrity": "sha512-bPW4EsgGNwDZh91NtD+q4hqGfS6jEvCXQo7+MNy4JLMwFtdenEURRrzsb6CW3l97L3Vp0E2mSqiXaNESOmXEcQ==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.14.tgz", + "integrity": "sha512-eV0/6iCumYfvlPzIUTAONWH17/JlQCyCChUz8m06L4E/sOiNjkHGz8vlVTmZKqXzx9oWOOyV/Nm3pCtHmVZh+Q==", "requires": {} }, "@fullcalendar/timegrid": { diff --git a/package.json b/package.json index 34f39723a3a4..6f786811da71 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.13", + "@fullcalendar/list": "^6.1.14", "@fullcalendar/timegrid": "^6.1.14", "@silvermine/videojs-chromecast": "^1.5.0", "animate.css": "^4.1.1",