From e353912b8d4d6d74fb3ec34af7cad7771804fd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:48:27 +0000 Subject: [PATCH] Bump @fullcalendar/core from 6.1.13 to 6.1.15 Bumps [@fullcalendar/core](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/core) from 6.1.13 to 6.1.15. - [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.15/packages/core) --- updated-dependencies: - dependency-name: "@fullcalendar/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 package-lock.json mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json old mode 100755 new mode 100644 index a488387..e389445 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@angular/platform-browser-dynamic": "^15.2.10", "@angular/router": "^15.2.10", "@fullcalendar/angular": "^6.1.10", - "@fullcalendar/core": "^6.1.11", + "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.11", "angular-tabler-icons": "^2.47.0", "jwt-decode": "^4.0.0", @@ -3009,9 +3009,9 @@ } }, "node_modules/@fullcalendar/core": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.13.tgz", - "integrity": "sha512-Cps/hMQan4kwnsBhFf2+m2mijbGoWs6r18ZzxBnAAOkkNHtPmHU8EdR6lF+ZLsiVvb7nsC4H/ZKqnxXWwgpoPw==", + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.15.tgz", + "integrity": "sha512-BuX7o6ALpLb84cMw1FCB9/cSgF4JbVO894cjJZ6kP74jzbUZNjtwffwRdA+Id8rrLjT30d/7TrkW90k4zbXB5Q==", "dependencies": { "preact": "~10.12.1" } diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 0c11e56..e68c4c8 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@angular/platform-browser-dynamic": "^15.2.10", "@angular/router": "^15.2.10", "@fullcalendar/angular": "^6.1.10", - "@fullcalendar/core": "^6.1.11", + "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.11", "angular-tabler-icons": "^2.47.0", "jwt-decode": "^4.0.0",